IndexValueFilter Class |
Namespace: ConnectedApps.Cms.Entities.Search
The IndexValueFilter type exposes the following members.
Name | Description | |
---|---|---|
![]() | IndexValueFilter | Initializes a new instance of the IndexValueFilter class |
Name | Description | |
---|---|---|
![]() | LogicalOperator |
Gets or sets the behavior in how the filter relates the collection of filters or filter before it.
(Inherited from Filter.) |
![]() | ModuleId |
Gets or sets the unique identifier of the module on an index value to scope the filter with, if any.
|
![]() | Operator |
Gets or sets the filter equality operator.
(Inherited from Filter.) |
![]() | Path |
Gets or sets the filter's index value path. The value found at the path will be compared using the filter's operator.
|
![]() | Value |
Gets or sets the value of the filter to compare using the Operator.
(Inherited from Filter.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |