C# Class BExIS.Ddm.Model.SearchAttribute

显示文件 Open project: BEXIS2/Core Class Usage Examples

Public Properties

Property Type Description
dateFormat string

Public Methods

Method Description
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

Method Details

GetAggregationType() public static method

public static GetAggregationType ( string value ) : AggregationType
value string
return AggregationType

GetAggregationTypeAsString() public static method

public static GetAggregationTypeAsString ( AggregationType value ) : string
value AggregationType
return string

GetBoolean() public static method

public static GetBoolean ( string value ) : bool
value string
return bool

GetBooleanAsString() public static method

public static GetBooleanAsString ( bool value ) : string
value bool
return string

GetDataType() public static method

public static GetDataType ( String value ) : TypeCode
value String
return TypeCode

GetDataTypeAsDisplayString() public static method

public static GetDataTypeAsDisplayString ( TypeCode value ) : string
value TypeCode
return string

GetDataTypeAsString() public static method

public static GetDataTypeAsString ( TypeCode value ) : string
value TypeCode
return string

GetDirection() public static method

public static GetDirection ( string value ) : Direction
value string
return Direction

GetDirectionAsString() public static method

public static GetDirectionAsString ( Direction value ) : string
value Direction
return string

GetSearchType() public static method

public static GetSearchType ( String value ) : SearchComponentBaseType
value String
return SearchComponentBaseType

GetSearchTypeAsDisplayString() public static method

public static GetSearchTypeAsDisplayString ( SearchComponentBaseType value ) : string
value SearchComponentBaseType
return string

GetSearchTypeAsString() public static method

public static GetSearchTypeAsString ( SearchComponentBaseType value ) : string
value SearchComponentBaseType
return string

GetUIComponent() public static method

public static GetUIComponent ( string value ) : UiComponent
value string
return UiComponent

GetUIComponentAsString() public static method

public static GetUIComponentAsString ( UiComponent value ) : string
value UiComponent
return string

SearchAttribute() public method

public SearchAttribute ( ) : System
return System

Property Details

dateFormat public_oe property

public string dateFormat
return string