ExportView Class
Information that is related to a user-created view within the MDS system.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::ExportView
| Name | Description | |
|---|---|---|
![]() | ExportView() | Constructor |
| Name | Description | |
|---|---|---|
![]() | CreatedBy | Gets or sets the user who created the view. |
![]() | CreatedDate | Gets or sets the date the view was created. |
![]() | DateUpdated | Gets or sets the date the view was last changed/updated. |
![]() | DerivedHierarchyId | Gets or sets the ID of the derived hierarhcy queried by the export view. |
![]() | Description | Gets or sets the description for the view. |
![]() | EntityId | Gets or sets the entity of the view. |
![]() | Identifier | Gets or sets the identifier of the record (optional). |
![]() | IncludeSoftDeletedMembers | Gets or sets a value that indicates whether soft-deleted members are included in the view. |
![]() | IsDirty | Obsolete. Gets or sets a value that indicates whether the underlying view's database objects have been changed. |
![]() | Levels | Gets or sets the amount of levels in the view, which is only used for LevelBased view formats. |
![]() | ModelId | Gets or sets the model of the view. |
![]() | UpdatedBy | Gets or sets the user who last changed/updated the view. |
![]() | VersionFlagId | Gets or sets the version flag of the data in the view. |
![]() | VersionId | Gets or sets the version of the data in the view. |
![]() | ViewFormat | Gets or sets the type of the data in the view. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The ExportView complex type specifies information that is related to a user-created view within the MDS system. These views are created to provide simplified SQL access to the data that is stored in the MDS system in a number of common formats.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


