Show / Hide Table of Contents

Class AddDataModel

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

Constructors

| Improve this Doc View Source

AddDataModel()

Declaration
public AddDataModel()

Properties

| Improve this Doc View Source

author

Declaration
public string author { get; set; }
Property Value
Type Description
System.String
| 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

dialect

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

folder

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

importAsNewDocumentationVersion

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

organisation

Declaration
public string organisation { get; set; }
Property Value
Type Description
System.String
| 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