C# 클래스 BExIS.Ddm.Model.SearchAttribute

파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dateFormat string

공개 메소드들

메소드 설명
GetAggregationType ( string value ) : AggregationType

GetAggregationTypeAsString ( AggregationType value ) : string

GetBoolean ( string value ) : bool

GetBooleanAsString ( bool value ) : string

GetDataType ( String value ) : TypeCode

GetDataTypeAsDisplayString ( TypeCode value ) : string

GetDataTypeAsString ( TypeCode value ) : string

GetDirection ( string value ) : Direction

GetDirectionAsString ( Direction value ) : string

GetSearchType ( String value ) : SearchComponentBaseType

GetSearchTypeAsDisplayString ( SearchComponentBaseType value ) : string

GetSearchTypeAsString ( SearchComponentBaseType value ) : string

GetUIComponent ( string value ) : UiComponent

GetUIComponentAsString ( UiComponent value ) : string

SearchAttribute ( ) : System

메소드 상세

GetAggregationType() 공개 정적인 메소드

public static GetAggregationType ( string value ) : AggregationType
value string
리턴 AggregationType

GetAggregationTypeAsString() 공개 정적인 메소드

public static GetAggregationTypeAsString ( AggregationType value ) : string
value AggregationType
리턴 string

GetBoolean() 공개 정적인 메소드

public static GetBoolean ( string value ) : bool
value string
리턴 bool

GetBooleanAsString() 공개 정적인 메소드

public static GetBooleanAsString ( bool value ) : string
value bool
리턴 string

GetDataType() 공개 정적인 메소드

public static GetDataType ( String value ) : TypeCode
value String
리턴 TypeCode

GetDataTypeAsDisplayString() 공개 정적인 메소드

public static GetDataTypeAsDisplayString ( TypeCode value ) : string
value TypeCode
리턴 string

GetDataTypeAsString() 공개 정적인 메소드

public static GetDataTypeAsString ( TypeCode value ) : string
value TypeCode
리턴 string

GetDirection() 공개 정적인 메소드

public static GetDirection ( string value ) : Direction
value string
리턴 Direction

GetDirectionAsString() 공개 정적인 메소드

public static GetDirectionAsString ( Direction value ) : string
value Direction
리턴 string

GetSearchType() 공개 정적인 메소드

public static GetSearchType ( String value ) : SearchComponentBaseType
value String
리턴 SearchComponentBaseType

GetSearchTypeAsDisplayString() 공개 정적인 메소드

public static GetSearchTypeAsDisplayString ( SearchComponentBaseType value ) : string
value SearchComponentBaseType
리턴 string

GetSearchTypeAsString() 공개 정적인 메소드

public static GetSearchTypeAsString ( SearchComponentBaseType value ) : string
value SearchComponentBaseType
리턴 string

GetUIComponent() 공개 정적인 메소드

public static GetUIComponent ( string value ) : UiComponent
value string
리턴 UiComponent

GetUIComponentAsString() 공개 정적인 메소드

public static GetUIComponentAsString ( UiComponent value ) : string
value UiComponent
리턴 string

SearchAttribute() 공개 메소드

public SearchAttribute ( ) : System
리턴 System

프로퍼티 상세

dateFormat 공개적으로 프로퍼티

public string dateFormat
리턴 string