Show / Hide Table of Contents

Class EnumerationType

Inheritance
System.Object
DataType
EnumerationType
Inherited Members
DataType.label
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: mdmapidotnetrestful.Model.DataTypes
Assembly: mdm-api-dotnet-restful.dll
Syntax
public class EnumerationType : DataType

Constructors

| Improve this Doc View Source

EnumerationType()

Declaration
public EnumerationType()

Properties

| Improve this Doc View Source

domainType

Declaration
public string domainType { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

enumerationValues

Declaration
public List<EnumerationValue> enumerationValues { get; set; }
Property Value
Type Description
System.Collections.Generic.List<EnumerationValue>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX