Class ModuleList.SearchFilter
Represents a filter used to validate search fields.
Inherited Members
Namespace: DataWeb.Structure.Modules
Assembly: DataWeb.Core.dll
Syntax
public class ModuleList.SearchFilter
Properties
DataType
Gets or sets the data type of the filter value.
Declaration
public string DataType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets the name of the filter.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |