Method | Description | |
---|---|---|
WriteConstructorCode ( IndentedWriter output, int indentation ) : void |
Writes the constructor code to the specified output.
|
|
WriteFieldCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options ) : void |
Writes the field code.
|
|
WritePropertyCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options, bool &firstField ) : void |
Writes the property code.
|
public WriteConstructorCode ( IndentedWriter output, int indentation ) : void | ||
output | IndentedWriter | The output. |
indentation | int | The current indentation. |
return | void |
public WriteFieldCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options ) : void | ||
output | IndentedWriter | The output. |
indentation | int | The indentation. |
options | UserTypeGenerationFlags | The options. |
return | void |
public WritePropertyCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options, bool &firstField ) : void | ||
output | IndentedWriter | The output. |
indentation | int | The indentation. |
options | UserTypeGenerationFlags | The options. |
firstField | bool | if set to |
return | void |