ModelMembersResultCriteria Class

Definition

The criteria for the result set that is returned in ModelMembersGet.

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

Remarks

The ModelMembersResultCriteria specifeis the criteria for the result set that is returned in ModelMembersGet.

Constructors

Name Description
ModelMembersResultCriteria()

Initializes a new instance of the ModelMembersResultCriteria class.

Properties

Name Description
IncludeCollectionMembers
Obsolete.

Specifies a value indicating whether include collection members.

IncludeConsolidatedMembers
Obsolete.

Specifies a value indicating whether include consolidated members.

IncludeLeafMembers
Obsolete.

Specifies a value indicating whether include leaf members.

Methods

Name Description
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)
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)

Applies to