Click or drag to resize

FixedLengthClassBuilder Methods

The FixedLengthClassBuilder type exposes the following members.

Methods
  NameDescription
Public methodAddField(FixedFieldBuilder)
Adds a new Fixed Length field.
Public methodAddField(String, Int32, String)
Adds a new Fixed Length field.
Public methodAddField(String, Int32, Type)
Adds a new Fixed Length field.
Public methodClearFields
Removes all the Fields of the current class.
(Inherited from ClassBuilder.)
Public methodCreateRecordClass
Generate the runtime record class to be used by the engines.
(Inherited from ClassBuilder.)
Public methodFieldByIndex
Return the field at the specified index.
Public methodGetClassBinaryCode
Returns the ENCRYPTED code for the current class in the specified language.
(Inherited from ClassBuilder.)
Public methodGetClassSourceCode
Returns the source code for the current class in the specified language.
(Inherited from ClassBuilder.)
Public methodSaveToBinaryFile(String)
Write the ENCRYPTED source code of the current class to a file. (In C#)
(Inherited from ClassBuilder.)
Public methodSaveToBinaryFile(String, NetLanguage)
Write the ENCRYPTED source code of the current class to a file. (In C#)
(Inherited from ClassBuilder.)
Public methodSaveToSourceFile(String)
Write the source code of the current class to a file. (In C#)
(Inherited from ClassBuilder.)
Public methodSaveToSourceFile(String, NetLanguage)
Write the source code of the current class to a file. (In the specified language)
(Inherited from ClassBuilder.)
Public methodSaveToXml(Stream)
Saves to an Stream the XML representation of the current record class.
(Inherited from ClassBuilder.)
Public methodSaveToXml(TextWriter)
Save to a TextWriter the XML representation of the current record class.
(Inherited from ClassBuilder.)
Public methodSaveToXml(String)
Saves to a file the XML representation of the current record class.
(Inherited from ClassBuilder.)
Public methodSaveToXmlString
Creates the XML representation of the current record class.
(Inherited from ClassBuilder.)
Public methodSetFieldsLength
Set the length of each field at once.
Top
See Also