CkEnumValueDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Defines enum values for an enum type.
public class CkEnumValueDto
Inheritance Object → CkEnumValueDto
Properties
Key
Key of the enum value.
public int Key { get; set; }
Property Value
Name
Name of the enum value.
public string Name { get; set; }
Property Value
Description
An optional description of the enum value.
public string Description { get; set; }
Property Value
IsExtension
Indicates that the current enum value is an extension to the original enum.
public bool IsExtension { get; set; }
Property Value
Constructors
CkEnumValueDto()
public CkEnumValueDto()