Class MapEntry
Inheritance
System.Object
MapEntry
Assembly: Eco.Shared.dll
Syntax
public class MapEntry : Object, IListEntryObject
Constructors
MapEntry()
Declaration
Properties
Color
Declaration
[Eco(true)]
public Color Color { get; set; }
Property Value
EntryDescription
Declaration
[Eco(true)]
public string EntryDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
MapEntryId
Declaration
[Eco(true)]
public int MapEntryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Extension Methods