Show / Hide Table of Contents

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 Source

ImporterPluginParameters()

Declaration
public ImporterPluginParameters()

Properties

| Improve this Doc View Source

dataModelName

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

description

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

folderId

Declaration
public Guid folderId { 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

importFile

Declaration
public FileParameter importFile { get; set; }
Property Value
Type Description
FileParameter
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX