Method | Description | |
---|---|---|
GetTypeString ( bool truncateNamespace = false ) : string |
Gets the string representing this type tree in C# code.
|
Method | Description | |
---|---|---|
UserTypeTree ( |
Initializes a new instance of the UserTypeTree class.
|
Method | Description | |
---|---|---|
Create ( |
Creates type tree that represents UserType base on the specified UserType and user type factory.
|
public GetTypeString ( bool truncateNamespace = false ) : string | ||
truncateNamespace | bool | if set to |
return | string |
protected UserTypeTree ( |
||
userType | The user type. | |
return | System |