Show / Hide Table of Contents

Class EnumerationValue

Inheritance
System.Object
EnumerationValue
Inherited Members
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
[Serializable]
public class EnumerationValue

Properties

| Improve this Doc View Source

category

Declaration
public object category { get; set; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

id

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

index

Declaration
public int index { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

key

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

label

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

lastUpdated

Declaration
public DateTime lastUpdated { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

value

Declaration
public string value { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX