BusinessRule Class

Definition

Represents a business rule.

public ref class BusinessRule : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BusinessRule", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRule : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BusinessRule", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRule = class
    inherit DataContractBase
Public Class BusinessRule
Inherits DataContractBase
Inheritance
BusinessRule
Attributes

Constructors

BusinessRule()

Initializes a new instance of the BusinessRule class.

Properties

AuditInfo

Gets or sets audit information.

BRActions

Gets or sets an array of business rule actions.

BRConditionTree

Gets or sets a business rule condition tree.

Description

Gets or sets the description of the business rule.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Identifier

Gets or sets a business rule identifier.

NotificationGroup

Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule.

NotificationUser

Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule.

Priority

Gets or sets the rule priority.

RuleActionText

Gets or sets the business rule actions included in the current business rule.

RuleConditionText

Gets or sets business rule conditions included in the current business rule.

Status

Gets or sets the business rule status.

Applies to