Class ModifiedOnQueryFilter
Filters on entities with "modified-on" date set to specified values.
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingFilters
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
Operator
Gets or sets the operator used to compare the value(s).
Declaration
Property Value
| Type | Description |
|---|---|
| ComparisonOperator |
Type
Gets the type of the filter.
Declaration
Property Value
| Type | Description |
|---|---|
| FilterType |
Overrides
Value
Gets or sets the value to compare with.
Declaration
Property Value
| Type | Description |
|---|---|
| DateTime |
Methods
Accept(IFilterVisitor)
Accepts a query visitor.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IFilterVisitor | visitor |
The visitor to accept. |