Show / Hide Table of Contents

Class ChildDataClass

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

Constructors

| Improve this Doc View Source

ChildDataClass()

Declaration
public ChildDataClass()

Properties

| Improve this Doc View Source

childDataElements

Declaration
public List<ChildDataElement> childDataElements { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ChildDataElement>
| Improve this Doc View Source

classifiers

Declaration
public List<Classifier> classifiers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Classifier>
| Improve this Doc View Source

id

Declaration
public Guid? id { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>
| Improve this Doc View Source

label

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

maxMultiplicity

Declaration
public int? maxMultiplicity { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

metadata

Declaration
public List<Metadata> metadata { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Metadata>
| Improve this Doc View Source

minMultiplicity

Declaration
public int? minMultiplicity { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX