TabularData Class
A table based object.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Name | Description | |
|---|---|---|
![]() | TabularData() | Initializes a new instance of the TabularData class. |
| Name | Description | |
|---|---|---|
![]() | ColumnDefinitions | Specifies the column definitions. |
![]() | Rows | Specifies the rows. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a String that represents this instance. (Overrides Object::ToString().) |
The TabularData specifies a table based object.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


