Property | Type | Description | |
---|---|---|---|
dateFormat | string |
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 |
|
public static GetAggregationType ( string value ) : AggregationType | ||
value | string | |
return | AggregationType |
public static GetAggregationTypeAsString ( AggregationType value ) : string | ||
value | AggregationType | |
return | string |
public static GetBoolean ( string value ) : bool | ||
value | string | |
return | bool |
public static GetBooleanAsString ( bool value ) : string | ||
value | bool | |
return | string |
public static GetDataType ( String value ) : TypeCode | ||
value | String | |
return | TypeCode |
public static GetDataTypeAsDisplayString ( TypeCode value ) : string | ||
value | TypeCode | |
return | string |
public static GetDataTypeAsString ( TypeCode value ) : string | ||
value | TypeCode | |
return | string |
public static GetDirection ( string value ) : Direction | ||
value | string | |
return | Direction |
public static GetDirectionAsString ( Direction value ) : string | ||
value | Direction | |
return | string |
public static GetSearchType ( String value ) : SearchComponentBaseType | ||
value | String | |
return | SearchComponentBaseType |
public static GetSearchTypeAsDisplayString ( SearchComponentBaseType value ) : string | ||
value | SearchComponentBaseType | |
return | string |
public static GetSearchTypeAsString ( SearchComponentBaseType value ) : string | ||
value | SearchComponentBaseType | |
return | string |
public static GetUIComponent ( string value ) : UiComponent | ||
value | string | |
return | UiComponent |
public static GetUIComponentAsString ( UiComponent value ) : string | ||
value | UiComponent | |
return | string |