BusinessRule Class
Represents a business rule.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::BusinessRule
| Name | Description | |
|---|---|---|
![]() | BusinessRule() | Initializes a new instance of the BusinessRule class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


