ModelMembersGetCriteria Class

Definition

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

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

Remarks

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

Constructors

ModelMembersGetCriteria()

Default constructor

Properties

Entities

Specifies the entities of the members.

Models

Specifies the models of the members.

Versions

Specifies the versions of the members.

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