Class ModuleList.SearchUpdate.SearchValue
Represents a single search filter value.
Inherited Members
Namespace: DataWeb.Structure.Modules
Assembly: DataWeb.Core.dll
Syntax
public class ModuleList.SearchUpdate.SearchValue
Properties
Name
Gets or sets the name of the filter.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecondValue
Gets or sets the secondary filter value, used for range queries.
Declaration
[JsonConverter(typeof(ObjectJsonConverter))]
public object SecondValue { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Value
Gets or sets the primary filter value.
Declaration
[JsonConverter(typeof(ObjectJsonConverter))]
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |