Property | Type | Description | |
---|---|---|---|
FilterTypes | List |
||
TypeAliases | string>.Dictionary |
Method | Description | |
---|---|---|
AddProperties ( System.Text.StringBuilderWrapper sb, MetadataType type, 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 | ||
DefaultFilterTypes ( List |
||
FSharpGenerator ( MetadataTypesConfig config ) : System | ||
GetCode ( MetadataTypes metadata, IRequest request ) : string | ||
NameOnly ( string type ) : string | ||
Type ( MetadataTypeName typeName ) : string | ||
Type ( string type, string genericArgs ) : string | ||
TypeValue ( string type, string value ) : string |
Method | Description | |
---|---|---|
AppendType ( System.Text.StringBuilderWrapper &sb, MetadataType type, string lastNS, CreateTypeOptions options ) : string | ||
GetDefaultLiteral ( MetadataPropertyType prop, MetadataType type ) : string | ||
TypeAlias ( string type ) : string |
public AddProperties ( System.Text.StringBuilderWrapper sb, MetadataType type, bool includeResponseStatus ) : void | ||
sb | System.Text.StringBuilderWrapper | |
type | MetadataType | |
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 static DefaultFilterTypes ( List |
||
types | List |
|
return | List |
public FSharpGenerator ( MetadataTypesConfig config ) : System | ||
config | MetadataTypesConfig | |
return | System |
public GetCode ( MetadataTypes metadata, IRequest request ) : string | ||
metadata | MetadataTypes | |
request | IRequest | |
return | string |
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 |