Show / Hide Table of Contents

Class DataModel

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

Constructors

| Improve this Doc View Source

DataModel()

Declaration
public DataModel()

Properties

| Improve this Doc View Source

author

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

childDataClasses

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

classifiers

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

dataTypes

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

description

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

documentationVersion

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

finalised

Declaration
public bool finalised { get; set; }
Property Value
Type Description
System.Boolean
| 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

lastUpdated

Declaration
public DateTime? lastUpdated { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
| 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

organisation

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

semanticLinks

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

type

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