Show / Hide Table of Contents

Class DataModelList

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

Constructors

| Improve this Doc View Source

DataModelList()

Declaration
public DataModelList()

Properties

| Improve this Doc View Source

count

Declaration
public int count { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

items

Declaration
public IList<DataModel> items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<DataModel>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX