EnumInformation Class
This structure contains details of enumerated data.
Inheritance Hierarchy
SystemObject
  Talisma.Server.Common.Dtos.LogicalIdentifierEnumInformation

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
[SerializableAttribute]
public class EnumInformation

The EnumInformation type exposes the following members.

Properties
NameDescription
Public propertyEnumName
Gets or sets the name of the enum.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyOrder
Gets or sets the order.
Public propertyValue
Gets or sets the value.
Top
See Also