BRGetCriteria 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.
Criteria for the get operation.
public ref class BRGetCriteria : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRGetCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BRGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRGetCriteria = class
inherit DataContractBase
Public Class BRGetCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The BRGetCriteria specifies criteria for the get operation. Leave all parameters empty to get all rules.
Constructors
BRGetCriteria() |
Constructor. |
Properties
AttributeId |
Specifies the attribute Identifier. |
BusinessRuleIds |
Specifies the collection of business rule Identifiers. |
EntityId |
Specifies the entity Identifier. |
MemberType |
Obsolete.
Specifies the member type. |
ModelId |
Specifies the model Identifier. |
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. |