Class Terminology
Inheritance
System.Object
Terminology
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 Terminology
Constructors
| Improve this Doc View SourceTerminology()
Declaration
public Terminology()
Properties
| Improve this Doc View Sourcecount
Declaration
public int count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
items
Declaration
public IList<TerminologyItems> items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TerminologyItems> |