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

CsvClassBuilder Members

CsvClassBuilder overview

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 Constructors

CsvClassBuilder Overloaded. Initializes a new instance of the CsvClassBuilder class.

Public Instance Properties

ClassName (inherited from ClassBuilder)The name of the Class.
Delimiter (inherited from DelimitedClassBuilder)The Delimiter that marks the end of each field.
FieldCount (inherited from ClassBuilder)Returns the current number of fields.
Fields (inherited from DelimitedClassBuilder)Returns the current fields of the class.
GenerateProperties (inherited from ClassBuilder)Indicates if this ClassBuilder generates also the property accessors (Perfect for DataBinding)
IgnoreCommentedLines (inherited from ClassBuilder)Indicates that the engine must ignore the lines with this comment marker.
IgnoreEmptyLines (inherited from ClassBuilder)Indicates that the engines must ignore the empty lines in the files.
IgnoreFirstLines (inherited from ClassBuilder)Indicates the number of FIRST LINES to be ignored by the engines.
IgnoreLastLines (inherited from ClassBuilder)Indicates the number of LAST LINES to be ignored by the engines.
LastField (inherited from DelimitedClassBuilder)Return the last added field. (use it reduce casts and code)
Namespace (inherited from ClassBuilder)The namespace used when creating the class.
RecordCondition (inherited from ClassBuilder)Allow to tell the engine what records must be included or excluded while reading.
SealedClass (inherited from ClassBuilder)Indicates if the generated class must be sealed.
Visibility (inherited from ClassBuilder)The Visibility for the class.

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