Property | Type | Description | |
---|---|---|---|
ArrayTypes | HashSet |
||
DefaultImports | List |
||
DictionaryTypes | HashSet |
||
FilterTypes | List |
||
IgnoreArrayReturnTypes | bool | ||
IgnorePropertyNames | HashSet |
||
IgnorePropertyTypeNames | HashSet |
||
IgnoreTypeNames | HashSet |
||
OverrideInitForBaseClasses | HashSet |
||
TypeAliases | string>.ConcurrentDictionary |
Method | Description | |
---|---|---|
AddProperties ( System.Text.StringBuilderWrapper sb, MetadataType type, bool initCollections, bool includeResponseStatus ) : void | ||
AppendAttributes ( System.Text.StringBuilderWrapper sb, List |
||
AppendComments ( System.Text.StringBuilderWrapper sb, string desc ) : bool | ||
AppendDataContract ( System.Text.StringBuilderWrapper sb, MetadataDataContract dcMeta ) : void | ||
AppendDataMember ( System.Text.StringBuilderWrapper sb, MetadataDataMember dmMeta, int dataMemberIndex ) : bool | ||
ConvertFromCSharp ( TextNode node ) : string | ||
DefaultFilterTypes ( List |
||
FindType ( MetadataTypeName typeName ) : MetadataType | ||
FindType ( string typeName, string typeNamespace ) : MetadataType | ||
GenericArg ( string arg ) : string | ||
GetCode ( MetadataTypes metadata, IRequest request ) : string | ||
GetPropertes ( MetadataType type ) : List |
||
NameOnly ( string type ) : string | ||
ReturnType ( string type, string genericArgs ) : string | ||
SwiftGenerator ( MetadataTypesConfig config ) : System | ||
Type ( MetadataTypeName typeName ) : string | ||
Type ( string type, string genericArgs ) : string | ||
TypeValue ( string type, string value ) : string |
Method | Description | |
---|---|---|
AddEnumExtension ( System.Text.StringBuilderWrapper &sbExt, MetadataType type ) : void | ||
AddTypeExtension ( System.Text.StringBuilderWrapper &sbExt, MetadataType type, bool initCollections ) : void | ||
AppendType ( System.Text.StringBuilderWrapper &sb, System.Text.StringBuilderWrapper &sbExt, MetadataType type, string lastNS, CreateTypeOptions options ) : string | ||
CreateType ( |
||
ExtractTypeAliases ( CreateTypeOptions options, List |
||
RemoveIgnoredTypes ( MetadataTypes metadata ) : void | ||
TypeAlias ( string type ) : string |
public AddProperties ( System.Text.StringBuilderWrapper sb, MetadataType type, bool initCollections, bool includeResponseStatus ) : void | ||
sb | System.Text.StringBuilderWrapper | |
type | MetadataType | |
initCollections | bool | |
includeResponseStatus | bool | |
return | void |
public AppendAttributes ( System.Text.StringBuilderWrapper sb, List |
||
sb | System.Text.StringBuilderWrapper | |
attributes | List |
|
return | bool |
public AppendComments ( System.Text.StringBuilderWrapper sb, string desc ) : bool | ||
sb | System.Text.StringBuilderWrapper | |
desc | string | |
return | bool |
public AppendDataContract ( System.Text.StringBuilderWrapper sb, MetadataDataContract dcMeta ) : void | ||
sb | System.Text.StringBuilderWrapper | |
dcMeta | MetadataDataContract | |
return | void |
public AppendDataMember ( System.Text.StringBuilderWrapper sb, MetadataDataMember dmMeta, int dataMemberIndex ) : bool | ||
sb | System.Text.StringBuilderWrapper | |
dmMeta | MetadataDataMember | |
dataMemberIndex | int | |
return | bool |
public ConvertFromCSharp ( TextNode node ) : string | ||
node | TextNode | |
return | string |
public static DefaultFilterTypes ( List |
||
types | List |
|
return | List |
public FindType ( MetadataTypeName typeName ) : MetadataType | ||
typeName | MetadataTypeName | |
return | MetadataType |
public FindType ( string typeName, string typeNamespace ) : MetadataType | ||
typeName | string | |
typeNamespace | string | |
return | MetadataType |
public GetCode ( MetadataTypes metadata, IRequest request ) : string | ||
metadata | MetadataTypes | |
request | IRequest | |
return | string |
public GetPropertes ( MetadataType type ) : List |
||
type | MetadataType | |
return | List |
public ReturnType ( string type, string genericArgs ) : string | ||
type | string | |
genericArgs | string | |
return | string |
public SwiftGenerator ( MetadataTypesConfig config ) : System | ||
config | MetadataTypesConfig | |
return | System |
public Type ( MetadataTypeName typeName ) : string | ||
typeName | MetadataTypeName | |
return | string |
public Type ( string type, string genericArgs ) : string | ||
type | string | |
genericArgs | string | |
return | string |
public TypeValue ( string type, string value ) : string | ||
type | string | |
value | string | |
return | string |
public static HashSet |
||
return | HashSet |
public static HashSet |
||
return | HashSet |