ExportView Class

Definition

Information that is related to a user-created view within the MDS system.

public ref class ExportView : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ExportView", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class ExportView : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ExportView", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type ExportView = class
    inherit DataContractBase
Public Class ExportView
Inherits DataContractBase
Inheritance
Attributes

Remarks

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.

Constructors

ExportView()

Constructor

Properties

CreatedBy

Specifies the user who created the view.

CreatedDate

Specifies the date the view was created.

DateUpdated

Specifies the date the view was last changed/updated.

DerivedHierarchyId

Specifies the DerivedHierarchy for the view.

Description

Specifies the description for the view.

EntityId

Specifies the entity of the view.

Identifier

Specifies the identifier of the record (optional)

IncludeSoftDeletedMembers

Indicates whether soft-deleted members are included in the view.

IsDirty
Obsolete.

Indicates if the underlying view's database objects have been changed.

Levels

Specifies the amount of levels in the view, which is only used for LevelBased view formats.

ModelId

Specifies the model of the view.

UpdatedBy

Specifies the user who last changed/updated the view.

VersionFlagId

Specifies the version flag of the data in the view.

VersionId

Specifies the version of the data in the view.

ViewFormat

Specifies the type of the data in the view.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to