Class DataElement
Inheritance
System.Object
DataElement
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 DataElement
Constructors
| Improve this Doc View SourceDataElement()
Declaration
public DataElement()
Properties
| Improve this Doc View SourcedataType
Declaration
public DataTypeId dataType { get; set; }
Property Value
Type | Description |
---|---|
DataTypeId |
label
Declaration
public string label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
maxMultiplicity
Declaration
public int maxMultiplicity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
minMultiplicity
Declaration
public int minMultiplicity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |