BRConditionGroup Class

Definition

A group of similar conditions that are available for creation of business rules.

public ref class BRConditionGroup : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRConditionGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionGroup : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BRConditionGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionGroup = class
    inherit DataContractBase
Public Class BRConditionGroup
Inherits DataContractBase
Inheritance
BRConditionGroup
Attributes

Remarks

The BRConditionGroup complex type specifies a group of conditions that have a similar type of logical evaluator.

Constructors

BRConditionGroup()

Constructor.

Properties

BRConditionComponents

Specifies the collection of condition components.

Name

Specifies the name of the group, i.e. "Value comparison".

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