| DelimitedClassBuilder Methods | 
The DelimitedClassBuilder type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddField(String) | Add a new Delimited string field to the current class. | 
|  | AddField(DelimitedFieldBuilder) | Add a new Delimited field to the current class. | 
|  | AddField(String, String) | Add a new Delimited field to the current class. | 
|  | AddField(String, Type) | Add a new Delimited field to the current class. | 
|  | AddFields | 
            Adds n fields of type string, with the names "Field1", Field2", etc
             | 
|  | ClearFields | Removes all the Fields of the current class.(Inherited from ClassBuilder.) | 
|  | CreateRecordClass | Generate the runtime record class to be used by the engines.(Inherited from ClassBuilder.) | 
|  | FieldByIndex | Return the field at the specified index. | 
|  | GetClassBinaryCode | 
            Returns the ENCRYPTED code for the current class in the specified language.
            (Inherited from ClassBuilder.) | 
|  | GetClassSourceCode | 
            Returns the source code for the current class in the specified language.
            (Inherited from ClassBuilder.) | 
|  | SaveToBinaryFile(String) | Write the ENCRYPTED source code of the current class to a file. (In C#)(Inherited from ClassBuilder.) | 
|  | SaveToBinaryFile(String, NetLanguage) | Write the ENCRYPTED source code of the current class to a file. (In C#)(Inherited from ClassBuilder.) | 
|  | SaveToSourceFile(String) | Write the source code of the current class to a file. (In C#)(Inherited from ClassBuilder.) | 
|  | SaveToSourceFile(String, NetLanguage) | Write the source code of the current class to a file. (In the specified language)(Inherited from ClassBuilder.) | 
|  | SaveToXml(Stream) | 
            Saves to an Stream the XML representation of the current record class.
            (Inherited from ClassBuilder.) | 
|  | SaveToXml(TextWriter) | 
            Save to a TextWriter the XML representation of the current record class.
            (Inherited from ClassBuilder.) | 
|  | SaveToXml(String) | 
            Saves to a file the XML representation of the current record class.
            (Inherited from ClassBuilder.) | 
|  | SaveToXmlString | 
            Creates the XML representation of the current record class.
            (Inherited from ClassBuilder.) | 
 See Also
See Also