Class EditableEntryStatus
Inheritance
System.Object
EditableEntryStatus
Assembly: Eco.Shared.dll
Syntax
public class EditableEntryStatus : Object
Constructors
EditableEntryStatus()
Declaration
public EditableEntryStatus()
Properties
AllowDelete
Declaration
[Eco(true)]
public bool AllowDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowNameChange
Declaration
[Eco(true)]
public bool AllowNameChange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxArea
Declaration
[Eco(true)]
public int MaxArea { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Readonly
Declaration
[Eco(true)]
public bool Readonly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods