Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

CsvClassBuilder Methods

The methods of the CsvClassBuilder class are listed below. For a complete list of CsvClassBuilder class members, see the CsvClassBuilder Members topic.

Public Static (Shared) Methods

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

Public Instance Methods

AddField (inherited from DelimitedClassBuilder)Overloaded. Add a new Delimited string field to the current class.
AddFieldOverloaded. Add a new Delimited field to the current class.
AddFieldsOverloaded. 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

See Also

CsvClassBuilder Class | FileHelpers.RunTime Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox