Property | Type | Description | |
---|---|---|---|
_aliases | List |
||
_fullName | String | ||
_name | String | ||
_namespace | String | ||
_typeContext | |||
_usings | List |
Method | Description | |
---|---|---|
Build ( ) : void |
Method | Description | |
---|---|---|
AddAliasInternal ( String alias ) : void |
Add alias
|
|
CopyInternal ( Type to ) : void |
Copy this type infor to another type instance
|
|
SetNameInternal ( String fullName ) : void |
Define name by full name
|
|
SetNameInternal ( String name, String @namespace ) : void |
Define name by name and @namespace
|
|
SetUsingsInternal ( List |
Add usings internal
|
|
Type ( |
Initialization
|
protected AddAliasInternal ( String alias ) : void | ||
alias | String | |
return | void |
protected SetNameInternal ( String fullName ) : void | ||
fullName | String | |
return | void |
protected SetNameInternal ( String name, String @namespace ) : void | ||
name | String | |
@namespace | String | |
return | void |
protected SetUsingsInternal ( List |
||
usings | List |
|
return | void |
protected Type ( |
||
typeContext | ||
return | System |
protected TypeContext,Paralect.Schematra _typeContext | ||
return |