Class ModuleList.OrderByUpdate
Represents a request to update the order-by settings.
Inherited Members
Namespace: DataWeb.Structure.Modules
Assembly: DataWeb.Core.dll
Syntax
public class ModuleList.OrderByUpdate
Properties
DataField
Gets or sets the name of the field to order by.
Declaration
[Required(ErrorMessage = "DataField is required")]
public string DataField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |