Method | Description | |
---|---|---|
Clone ( |
||
GetDeclaration ( ) : string | ||
GetDeclarationLine ( bool showAccessors ) : string | ||
GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string | ||
InitFromString ( string declaration ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CSharpProperty ( |
||
CSharpProperty ( string name, |
public Clone ( |
||
newParent | ||
return | Operation |
public GetDeclarationLine ( bool showAccessors ) : string | ||
showAccessors | bool | |
return | string |
public GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string | ||
getType | bool | |
getParameters | bool | |
getParameterNames | bool | |
getInitValue | bool | |
return | string |
public InitFromString ( string declaration ) : void | ||
declaration | string | |
return | void |