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 SourceAddDataModel()
Declaration
public AddDataModel()
Properties
| Improve this Doc View Sourceauthor
Declaration
public string author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
classifiers
Declaration
public List<Classifier> classifiers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Classifier> |
dialect
Declaration
public string dialect { get; set; }
Property Value
Type | Description |
---|---|
System.String |
folder
Declaration
public Guid folder { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
importAsNewDocumentationVersion
Declaration
public bool importAsNewDocumentationVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
label
Declaration
public string label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
metadata
Declaration
public List<Metadata> metadata { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Metadata> |
organisation
Declaration
public string organisation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
type
Declaration
public string type { get; set; }
Property Value
Type | Description |
---|---|
System.String |