Show / Hide Table of Contents

Class ExportMetadata

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

Properties

| Improve this Doc View Source

exportedBy

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

exportedOn

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

exporter

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