Show / Hide Table of Contents

Class FilterResponse

Inheritance
System.Object
FilterResponse
FiltersResponse
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()
Namespace: Terrasoft.Nui.ServiceModel.DataContract
Assembly: Terrasoft.Nui.ServiceModel.dll
Syntax
public class FilterResponse

Constructors

FilterResponse()

Declaration
public FilterResponse()

Properties

DataValueType

Declaration
public DataValueType DataValueType { get; set; }
Property Value
Type Description
DataValueType

FilterType

Declaration
public FilterType FilterType { get; set; }
Property Value
Type Description
FilterType

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
Type Description
FiltersResponse

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX