BusinessRule Class
Represents a business rule container object.
Inheritance Hierarchy
System.Object
  Microsoft.MasterDataServices.Services.DataContracts.BusinessRule
Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BusinessRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRule
'Usage
Dim instance As BusinessRule
[SerializableAttribute]
[DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRule
[SerializableAttribute]
[DataContractAttribute(Name = L"BusinessRule", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BusinessRule
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRule =  class end
public class BusinessRule
The BusinessRule type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | BusinessRule | Initializes a new instance of the BusinessRule class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AuditInfo | AuditInfo complex type. | 
| .gif) | BRActions | ArrayOfBRaction complex type. | 
| .gif) | BRConditionTree | BRConditionTreeNode complex type. | 
| .gif) | Description | Description of business rule. | 
| .gif) | Identifier | Business Rule identifier. | 
| .gif) | NotificationGroup | Gets or sets the notification group. | 
| .gif) | NotificationUser | Gets or sets the notification user. | 
| .gif) | Priority | Gets or sets the priority. | 
| .gif) | RuleActionText | String representation of business rule actions included to current business rule. | 
| .gif) | RuleConditionText | String representation of business rule actions included in current business rule. | 
| .gif) | Status | BRStatus simple type. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.