C# Class NClass.CSharp.CSharpProperty

Inheritance: Property
Show file Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
Clone ( CompositeType newParent ) : Operation
GetDeclaration ( ) : string
GetDeclarationLine ( bool showAccessors ) : string
GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string
InitFromString ( string declaration ) : void
ToString ( ) : string

Private Methods

Method Description
CSharpProperty ( CompositeType parent ) : System
CSharpProperty ( string name, CompositeType parent ) : System

Method Details

Clone() public method

public Clone ( CompositeType newParent ) : Operation
newParent NClass.Core.CompositeType
return Operation

GetDeclaration() public method

public GetDeclaration ( ) : string
return string

GetDeclarationLine() public method

public GetDeclarationLine ( bool showAccessors ) : string
showAccessors bool
return string

GetUmlDescription() public method

public GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string
getType bool
getParameters bool
getParameterNames bool
getInitValue bool
return string

InitFromString() public method

/// The does not fit to the syntax. ///
public InitFromString ( string declaration ) : void
declaration string
return void

ToString() public method

public ToString ( ) : string
return string