The methods of the CsvClassBuilder class are listed below. For a complete list of CsvClassBuilder class members, see the CsvClassBuilder Members topic.
![]() ClassFromBinaryFile (inherited from ClassBuilder) | Overloaded. Create a class from a encripted source file. |
![]() ClassFromSourceFile (inherited from ClassBuilder) | Overloaded. Create a class from a source file. |
![]() ClassFromString (inherited from ClassBuilder) | Overloaded. Compiles the source code passed and returns the FIRST Type of the assembly. (Code in C#) |
![]() ClassFromXmlFile (inherited from ClassBuilder) | Create a class from a Xml file generated with the Wizard or saved using the SaveToXml Method. |
![]() ClassToBinaryFile (inherited from ClassBuilder) | Encript the class source code and write it to a file. |
![]() LoadFromXml (inherited from ClassBuilder) | Loads and return a ClassBuilder inheritor that has been saved with the SaveToXml method |
AddField (inherited from DelimitedClassBuilder) | Overloaded. Add a new Delimited string field to the current class. |
AddField | Overloaded. Add a new Delimited field to the current class. |
AddFields | Overloaded. Adds to the class the specified number of fileds. |
ClearFields (inherited from ClassBuilder) | Removes all the Fields of the current class. |
CreateRecordClass (inherited from ClassBuilder) | Generate the runtime record class to be used by the engines. |
FieldByIndex (inherited from DelimitedClassBuilder) | Return the field at the specified index. |
GetClassBinaryCode (inherited from ClassBuilder) | Returns the ENCRIPTED code for the current class in the specified language. |
GetClassSourceCode (inherited from ClassBuilder) | Returns the source code for the current class in the specified language. |
SaveToBinaryFile (inherited from ClassBuilder) | Overloaded. Write the ENCRIPTED source code of the current class to a file. (In C#) |
SaveToSourceFile (inherited from ClassBuilder) | Overloaded. Write the source code of the current class to a file. (In C#) |
SaveToXml (inherited from ClassBuilder) | Creates a custom serialization of the current ClassBuilder |
CsvClassBuilder Class | FileHelpers.RunTime Namespace