NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeGenerator Properties

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

Protected:

CurrentClassName Gets or sets the current class name.
CurrentMember Gets or sets the current member of the class.
CurrentMemberName Gets or sets the current member name.
CurrentNamespace Gets or sets the name of the current namespace.
Indent Gets or sets the amount of spaces to indent.
IsCurrentClass Gets or sets a value indicating whether the current object represented is the current class.
IsCurrentDelegate Gets or sets a value indicating whether the current object represented is the current delegate.
IsCurrentEnum Gets or sets a value indicating whether the current object represented is the current enumeration.
IsCurrentInterface Gets or sets a value indicating whether the current object represented is the current interface.
IsCurrentStruct Gets or sets a value indicating whether the current object represented is the current structure.
Output Gets or sets the TextWriter to use for output.

See Also

CodeGenerator Class | System.CodeDOM.Compiler Namespace