Class ModuleListEdit.ListItem
Inheritance
ModuleListEdit.ListItem
Assembly: DataWeb.Core.dll
Syntax
public class ModuleListEdit.ListItem
Properties
DataFields
Declaration
public List<ModuleListEdit.ListItem.DataField> DataFields { get; set; }
Property Value
Declaration
public Dictionary<string, object> FormValues { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
IsWrite
Declaration
public bool IsWrite { get; set; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
Declaration
public List<ModuleListEdit.ListItem.ListWidgetValue> ListWidgetValues { get; set; }
Property Value