ModelMembersGetCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |