Show / Hide Table of Contents

Class SummaryMetadata

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

Constructors

| Improve this Doc View Source

SummaryMetadata()

Declaration
public SummaryMetadata()

Properties

| Improve this Doc View Source

description

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

label

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

summaryMetadataReports

Declaration
public IList<SummaryMetadataReports> summaryMetadataReports { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<SummaryMetadataReports>
| Improve this Doc View Source

summaryMetadataType

Declaration
public string summaryMetadataType { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX