The methods of the DelimitedClassBuilder class are listed below. For a complete list of DelimitedClassBuilder class members, see the DelimitedClassBuilder 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 | Overloaded. Add a new Delimited string field to the current class. |
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 | 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 |
DelimitedClassBuilder Class | FileHelpers.RunTime Namespace