C# Class Signum.React.ApiControllers.QueryTokenTS

ファイルを表示 Open project: signumsoftware/framework

Public Properties

Property Type Description
filterType FilterType?
format string
fullKey string
isGroupable bool
key string
niceName string
niceTypeName string
parent QueryTokenTS
queryTokenType QueryTokenType?
toString string
type Signum.React.Facades.TypeReferenceTS
typeColor string
unit string

Public Methods

Method Description
QueryTokenTS ( QueryToken qt, bool recursive ) : System

Private Methods

Method Description
GetQueryTokenType ( QueryToken qt ) : QueryTokenType?

Method Details

QueryTokenTS() public method

public QueryTokenTS ( QueryToken qt, bool recursive ) : System
qt QueryToken
recursive bool
return System

Property Details

filterType public_oe property

public FilterType? filterType
return FilterType?

format public_oe property

public string format
return string

fullKey public_oe property

public string fullKey
return string

isGroupable public_oe property

public bool isGroupable
return bool

key public_oe property

public string key
return string

niceName public_oe property

public string niceName
return string

niceTypeName public_oe property

public string niceTypeName
return string

parent public_oe property

public QueryTokenTS,Signum.React.ApiControllers parent
return QueryTokenTS

queryTokenType public_oe property

public QueryTokenType? queryTokenType
return QueryTokenType?

toString public_oe property

public string toString
return string

type public_oe property

public TypeReferenceTS,Signum.React.Facades type
return Signum.React.Facades.TypeReferenceTS

typeColor public_oe property

public string typeColor
return string

unit public_oe property

public string unit
return string