BRGetCriteria Class

Definition

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
BRGetCriteria
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)

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