BusinessRuleSet Class

Definition

A container for business rules and business rule parts.

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

Constructors

BusinessRuleSet()

Constructor.

Properties

BRActions
Obsolete.

Specifies the collection of actions.

BRConditions
Obsolete.

Specifies the collection of conditions.

BRConditionTreeNodes
Obsolete.

Specifies the collection of condition tree nodes.

BRElseActions
Obsolete.

Specifies the collection of else actions.

BusinessRules

Specifies the collection of business rules.

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