Show / Hide Table of Contents

Class DataTypeUpload

Inheritance
System.Object
DataTypeUpload
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
Assembly: mdm-api-dotnet-restful.dll
Syntax
public class DataTypeUpload

Properties

| Improve this Doc View Source

description

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

domainType

Declaration
public string domainType { get; set; }
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

id

Declaration
public Guid? id { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>
| Improve this Doc View Source

label

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

metadata

Declaration
public List<Metadata> metadata { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Metadata>
| Improve this Doc View Source

referenceClass

Declaration
public ReferenceClass referenceClass { get; set; }
Property Value
Type Description
ReferenceClass
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX