Class MapEditRequest
Inheritance
System.Object
MapEditRequest
Assembly: Eco.Shared.dll
Syntax
public class MapEditRequest : Object
Constructors
MapEditRequest()
Declaration
Properties
AllowNameChange
Declaration
[Eco(true)]
public bool AllowNameChange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowNewEntries
Declaration
[Eco(true)]
public bool AllowNewEntries { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DefaultEntryStatus
Declaration
[Eco(true)]
public EditableEntryStatus DefaultEntryStatus { get; set; }
Property Value
EntryStatus
Declaration
[Eco(true)]
public Dictionary<int, EditableEntryStatus> EntryStatus { get; set; }
Property Value
MapHint
Declaration
[Eco(true)]
public LocString MapHint { get; set; }
Property Value
MapHintTitle
Declaration
[Eco(true)]
public string MapHintTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Overlay
Declaration
[Eco(true)]
public EditableOverlay Overlay { get; set; }
Property Value
Readonly
Declaration
[Eco(true)]
public bool Readonly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[Eco(true)]
public string RelatedRegistrar { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods