C# Class Signum.React.ApiControllers.QueryTokenTS

Show file 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 property

public FilterType? filterType
return FilterType?

format public property

public string format
return string

fullKey public property

public string fullKey
return string

isGroupable public property

public bool isGroupable
return bool

key public property

public string key
return string

niceName public property

public string niceName
return string

niceTypeName public property

public string niceTypeName
return string

parent public property

public QueryTokenTS,Signum.React.ApiControllers parent
return QueryTokenTS

queryTokenType public property

public QueryTokenType? queryTokenType
return QueryTokenType?

toString public property

public string toString
return string

type public property

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

typeColor public property

public string typeColor
return string

unit public property

public string unit
return string