Show / Hide Table of Contents

Class ModelDataType

Inheritance
System.Object
ModelDataType
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 ModelDataType

Constructors

| Improve this Doc View Source

ModelDataType()

Declaration
public ModelDataType()

Properties

| Improve this Doc View Source

dataModel

Declaration
public string dataModel { 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

id

Declaration
public Guid id { get; set; }
Property Value
Type Description
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
In This Article
Back to top Generated by DocFX