BRGetCriteria Class
Specifies globally unique identifiers (GUIDs) or names of the desired model, entity, or member type.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.BRGetCriteria
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "BRGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRGetCriteria
'Usage
Dim instance As BRGetCriteria
[DataContractAttribute(Name = "BRGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRGetCriteria
[DataContractAttribute(Name = L"BRGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRGetCriteria
[<DataContractAttribute(Name = "BRGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRGetCriteria = class end
public class BRGetCriteria
The BRGetCriteria type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BRGetCriteria | Initializes a new instance of the BRGetCriteria class. |
Top
Properties
Name | Description | |
---|---|---|
AttributeId | Gets or sets the attribute identifier. | |
BusinessRuleIds | Gets or sets the collection of business rule identifiers. | |
EntityId | Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the entity. | |
MemberType | Gets or sets a BREntityMemberType to specify leaf, parent, or collection members. | |
ModelId | Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the model. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.