MixedCodeDocument Class | 
Namespace: WorkflowGen.My.HtmlAgilityPack
The MixedCodeDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| MixedCodeDocument | 
            Creates a mixed code document instance.
              | 
| Name | Description | |
|---|---|---|
| Code | 
            Gets the code represented by the mixed code document seen as a template.
              | |
| CodeFragments | 
            Gets the list of code fragments in the document.
              | |
| Fragments | 
            Gets the list of all fragments in the document.
              | |
| StreamEncoding | 
            Gets the encoding of the stream used to read the document.
              | |
| TextFragments | 
            Gets the list of text fragments in the document.
              | 
| Name | Description | |
|---|---|---|
| CreateCodeFragment | 
            Create a code fragment instances.
              | |
| CreateTextFragment | 
            Create a text fragment instances.
              | |
| Load(Stream) | 
            Loads a mixed code document from a stream.
              | |
| Load(TextReader) | 
            Loads the mixed code document from the specified TextReader.
              | |
| Load(String) | 
            Loads a mixed code document from a file.
              | |
| Load(Stream, Boolean) | 
            Loads a mixed code document from a stream.
              | |
| Load(Stream, Encoding) | 
            Loads a mixed code document from a stream.
              | |
| Load(String, Boolean) | 
            Loads a mixed code document from a file.
              | |
| Load(String, Encoding) | 
            Loads a mixed code document from a file.
              | |
| Load(Stream, Encoding, Boolean) | 
            Loads a mixed code document from a stream.
              | |
| Load(String, Encoding, Boolean) | 
            Loads a mixed code document from a file.
              | |
| Load(Stream, Encoding, Boolean, Int32) | 
            Loads a mixed code document from a stream.
              | |
| Load(String, Encoding, Boolean, Int32) | 
            Loads a mixed code document from a file.
              | |
| LoadHtml | 
            Loads a mixed document from a text
              | |
| Save(Stream) | 
            Saves the mixed document to the specified stream.
              | |
| Save(StreamWriter) | 
            Saves the mixed document to the specified StreamWriter.
              | |
| Save(TextWriter) | 
            Saves the mixed document to the specified TextWriter.
              | |
| Save(String) | 
            Saves the mixed document to the specified file.
              | |
| Save(Stream, Encoding) | 
            Saves the mixed document to the specified stream.
              | |
| Save(String, Encoding) | 
            Saves the mixed document to the specified file.
              | 
| Name | Description | |
|---|---|---|
| TokenCodeEnd | 
            Gets or sets the token representing code end.
              | |
| TokenCodeStart | 
            Gets or sets the token representing code start.
              | |
| TokenDirective | 
            Gets or sets the token representing code directive.
              | |
| TokenResponseWrite | 
            Gets or sets the token representing response write directive.
              |