Class FilterResponse
Inheritance
System.Object
FilterResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Terrasoft.Nui.ServiceModel.dll
Syntax
public class FilterResponse
Constructors
FilterResponse()
Declaration
Properties
DataValueType
Declaration
public DataValueType DataValueType { get; set; }
Property Value
FilterType
Declaration
public FilterType FilterType { get; set; }
Property Value
IsAggregative
Declaration
public bool IsAggregative { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Items
Declaration
public Dictionary<string, FilterResponse> Items { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, FilterResponse> |
|
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
LeftExpressionCaption
Declaration
public string LeftExpressionCaption { get; set; }
Property Value
Type |
Description |
System.String |
|
ReferenceSchemaName
Declaration
public string ReferenceSchemaName { get; set; }
Property Value
Type |
Description |
System.String |
|
SubFilters
Declaration
public FiltersResponse SubFilters { get; set; }
Property Value
Extension Methods