C# 클래스 Signum.React.ApiControllers.ColumnDescriptionTS

파일 보기 프로젝트 열기: signumsoftware/framework

공개 프로퍼티들

프로퍼티 타입 설명
displayName string
filterType FilterType?
format string
isGroupable bool
name string
niceTypeName string
propertyRoute string
type Signum.React.Facades.TypeReferenceTS
typeColor string
unit string

공개 메소드들

메소드 설명
ColumnDescriptionTS ( ColumnDescription a, object queryName ) : System

메소드 상세

ColumnDescriptionTS() 공개 메소드

public ColumnDescriptionTS ( ColumnDescription a, object queryName ) : System
a Signum.Entities.DynamicQuery.ColumnDescription
queryName object
리턴 System

프로퍼티 상세

displayName 공개적으로 프로퍼티

public string displayName
리턴 string

filterType 공개적으로 프로퍼티

public FilterType? filterType
리턴 FilterType?

format 공개적으로 프로퍼티

public string format
리턴 string

isGroupable 공개적으로 프로퍼티

public bool isGroupable
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

niceTypeName 공개적으로 프로퍼티

public string niceTypeName
리턴 string

propertyRoute 공개적으로 프로퍼티

public string propertyRoute
리턴 string

type 공개적으로 프로퍼티

public TypeReferenceTS,Signum.React.Facades type
리턴 Signum.React.Facades.TypeReferenceTS

typeColor 공개적으로 프로퍼티

public string typeColor
리턴 string

unit 공개적으로 프로퍼티

public string unit
리턴 string