Class ModuleList.SearchUpdate
Represents a request to update search filter values.
Inherited Members
Namespace: DataWeb.Structure.Modules
Assembly: DataWeb.Core.dll
Syntax
public class ModuleList.SearchUpdate
Properties
SearchValues
Gets or sets the list of search filter values to apply.
Declaration
public List<ModuleList.SearchUpdate.SearchValue> SearchValues { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ModuleList.SearchUpdate.SearchValue> |