Show / Hide Table of Contents

Class UploadDataModel

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

Properties

| Improve this Doc View Source

dataModel

Declaration
public DataModel dataModel { get; set; }
Property Value
Type Description
DataModel
| Improve this Doc View Source

exportMetadata

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