C# Class ServiceStack.NativeTypes.FSharp.FSharpGenerator

Show file Open project: ServiceStack/ServiceStack Class Usage Examples

Public Properties

Property Type Description
FilterTypes List>.Func
TypeAliases string>.Dictionary

Public Methods

Method Description
AddProperties ( System.Text.StringBuilderWrapper sb, MetadataType type, bool includeResponseStatus ) : void
AppendAttributes ( System.Text.StringBuilderWrapper sb, List attributes ) : bool
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 types ) : 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

Private Methods

Method Description
AppendType ( System.Text.StringBuilderWrapper &sb, MetadataType type, string lastNS, CreateTypeOptions options ) : string
GetDefaultLiteral ( MetadataPropertyType prop, MetadataType type ) : string
TypeAlias ( string type ) : string

Method Details

AddProperties() public method

public AddProperties ( System.Text.StringBuilderWrapper sb, MetadataType type, bool includeResponseStatus ) : void
sb System.Text.StringBuilderWrapper
type MetadataType
includeResponseStatus bool
return void

AppendAttributes() public method

public AppendAttributes ( System.Text.StringBuilderWrapper sb, List attributes ) : bool
sb System.Text.StringBuilderWrapper
attributes List
return bool

AppendComments() public method

public AppendComments ( System.Text.StringBuilderWrapper sb, string desc ) : bool
sb System.Text.StringBuilderWrapper
desc string
return bool

AppendDataContract() public method

public AppendDataContract ( System.Text.StringBuilderWrapper sb, MetadataDataContract dcMeta ) : void
sb System.Text.StringBuilderWrapper
dcMeta MetadataDataContract
return void

AppendDataMember() public method

public AppendDataMember ( System.Text.StringBuilderWrapper sb, MetadataDataMember dmMeta, int dataMemberIndex ) : bool
sb System.Text.StringBuilderWrapper
dmMeta MetadataDataMember
dataMemberIndex int
return bool

DefaultFilterTypes() public static method

public static DefaultFilterTypes ( List types ) : List
types List
return List

FSharpGenerator() public method

public FSharpGenerator ( MetadataTypesConfig config ) : System
config MetadataTypesConfig
return System

GetCode() public method

public GetCode ( MetadataTypes metadata, IRequest request ) : string
metadata MetadataTypes
request IRequest
return string

NameOnly() public method

public NameOnly ( string type ) : string
type string
return string

Type() public method

public Type ( MetadataTypeName typeName ) : string
typeName MetadataTypeName
return string

Type() public method

public Type ( string type, string genericArgs ) : string
type string
genericArgs string
return string

TypeValue() public method

public TypeValue ( string type, string value ) : string
type string
value string
return string

Property Details

FilterTypes public static property

public static Func,List> FilterTypes
return List>.Func

TypeAliases public static property

public static Dictionary TypeAliases
return string>.Dictionary