Method | Description | |
---|---|---|
GetAllTypes ( this metadata ) : List |
||
GetDefaultNamespaces ( this config, MetadataTypes metadata ) : HashSet |
||
GetDepTypes ( Dictionary |
||
GetIncludeList ( MetadataTypes metadata, MetadataTypesConfig config ) : List |
||
GetReferencedTypeNames ( this type ) : HashSet |
||
GetTypeName ( this prop, MetadataTypesConfig config, List |
||
GetValues ( this |
||
IgnoreSystemType ( this type ) : bool | ||
IgnoreType ( this type, MetadataTypesConfig config, List |
||
OrderTypesByDeps ( this |
||
ParseTypeIntoNodes ( this typeDef ) : |
||
Push ( this |
||
QuotedSafeValue ( this value ) : string | ||
RemoveIgnoredTypes ( this metadata, MetadataTypesConfig config ) : void | ||
RemoveIgnoredTypesForNet ( this metadata, MetadataTypesConfig config ) : void | ||
SafeComment ( this comment ) : string | ||
SafeToken ( this token ) : string | ||
SafeValue ( this value ) : string | ||
SanitizeType ( this typeName ) : string | ||
SplitGenericArgs ( string argList ) : List |
||
ToMetadataAttribute ( this route ) : MetadataAttribute | ||
ToMetadataTypeName ( this type ) : MetadataTypeName | ||
ToPrettyName ( this type ) : string |
public static GetAllTypes ( this metadata ) : List |
||
metadata | this | |
return | List |
public static GetDefaultNamespaces ( this config, MetadataTypes metadata ) : HashSet |
||
config | this | |
metadata | MetadataTypes | |
return | HashSet |
public static GetDepTypes ( Dictionary |
||
deps | Dictionary |
|
typesMap | MetadataType>.Dictionary | |
considered | HashSet |
|
type | MetadataType | |
return | IEnumerable |
public static GetIncludeList ( MetadataTypes metadata, MetadataTypesConfig config ) : List |
||
metadata | MetadataTypes | |
config | MetadataTypesConfig | |
return | List |
public static GetReferencedTypeNames ( this type ) : HashSet |
||
type | this | |
return | HashSet |
public static GetTypeName ( this prop, MetadataTypesConfig config, List |
||
prop | this | |
config | MetadataTypesConfig | |
allTypes | List |
|
return | string |
public static GetValues ( this |
||
map | this |
|
key | string | |
return | List |
public static IgnoreSystemType ( this type ) : bool | ||
type | this | |
return | bool |
public static IgnoreType ( this type, MetadataTypesConfig config, List |
||
type | this | |
config | MetadataTypesConfig | |
overrideIncludeType | List |
|
return | bool |
public static OrderTypesByDeps ( this |
||
types | this |
|
return | List |
public static ParseTypeIntoNodes ( this typeDef ) : |
||
typeDef | this | |
return |
public static Push ( this |
||
map | this |
|
key | string | |
value | string | |
return | void |
public static QuotedSafeValue ( this value ) : string | ||
value | this | |
return | string |
public static RemoveIgnoredTypes ( this metadata, MetadataTypesConfig config ) : void | ||
metadata | this | |
config | MetadataTypesConfig | |
return | void |
public static RemoveIgnoredTypesForNet ( this metadata, MetadataTypesConfig config ) : void | ||
metadata | this | |
config | MetadataTypesConfig | |
return | void |
public static SafeComment ( this comment ) : string | ||
comment | this | |
return | string |
public static SafeToken ( this token ) : string | ||
token | this | |
return | string |
public static SafeValue ( this value ) : string | ||
value | this | |
return | string |
public static SanitizeType ( this typeName ) : string | ||
typeName | this | |
return | string |
public static SplitGenericArgs ( string argList ) : List |
||
argList | string | |
return | List |
public static ToMetadataAttribute ( this route ) : MetadataAttribute | ||
route | this | |
return | MetadataAttribute |
public static ToMetadataTypeName ( this type ) : MetadataTypeName | ||
type | this | |
return | MetadataTypeName |
public static ToPrettyName ( this type ) : string | ||
type | this | |
return | string |