Class ImporterPluginParameters
Inheritance
System.Object
ImporterPluginParameters
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 ImporterPluginParameters
Constructors
| Improve this Doc View SourceImporterPluginParameters()
Declaration
public ImporterPluginParameters()
Properties
| Improve this Doc View SourcedataModelName
Declaration
public string dataModelName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
description
Declaration
public string description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
finalised
Declaration
public bool finalised { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
folderId
Declaration
public Guid folderId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
importAsNewDocumentationVersion
Declaration
public bool importAsNewDocumentationVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
importFile
Declaration
public FileParameter importFile { get; set; }
Property Value
Type | Description |
---|---|
FileParameter |