ModelMembersGetCriteria Class
Represents members used by used by ModelMembersGet.
Inheritance Hierarchy
System.Object
  Microsoft.MasterDataServices.Services.DataContracts.ModelMembersGetCriteria
Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "ModelMembersGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ModelMembersGetCriteria
'Usage
Dim instance As ModelMembersGetCriteria
[DataContractAttribute(Name = "ModelMembersGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ModelMembersGetCriteria
[DataContractAttribute(Name = L"ModelMembersGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ModelMembersGetCriteria
[<DataContractAttribute(Name = "ModelMembersGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ModelMembersGetCriteria =  class end
public class ModelMembersGetCriteria
The ModelMembersGetCriteria type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ModelMembersGetCriteria | Initializes a new instance of the ModelMembersGetCriteria class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Entities | Gets or sets an array of the entities of the members. | 
| .gif) | Models | Gets or sets an array of models. | 
| .gif) | Versions | Gets or sets an array of model versions. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.