Class ControlListEditorParams
Inheritance
ControlListEditorParams
Assembly: DataWeb.Core.dll
Syntax
public class ControlListEditorParams
Properties
ActionContext
Declaration
public string ActionContext { get; set; }
Property Value
ActionName
Declaration
public string ActionName { get; set; }
Property Value
ControlValues
Declaration
[JsonConverter(typeof(ListProvidedValueJsonConverter))]
public List<Form.ProvidedValue> ControlValues { get; set; }
Property Value
FullName
Declaration
[Required(ErrorMessage = "FullName is required")]
public string FullName { get; set; }
Property Value
ItemId
Declaration
public string ItemId { get; set; }
Property Value
SourceFullName
Declaration
public string SourceFullName { get; set; }
Property Value