BusinessRule Class
A logical construct for data management.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BusinessRule
| Name | Description | |
|---|---|---|
![]() | BusinessRule() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets the audit information. |
![]() | BRActions | Gets or sets the collection of actions. |
![]() | BRConditionTree | Gets or sets the topmost condition tree node. |
![]() | BRElseActions | Gets or sets the collection of actions. |
![]() | Description | Gets or sets the rule description. |
![]() | Identifier | Gets or sets the ID. Uniquely identifies the rule. |
![]() | IsCorrupted | Gets or sets a value that indicates whether the Business Rule is corrupted. |
![]() | IsFullDefinition | Gets or sets a value that indicates whether the business rule has full definition. |
![]() | NotificationGroup | Gets or sets the Globally Unique Identifier (GUID) of the group to be notified about the rule. Optional. NotificationGroup or NotificationUser may be specified, but not both. |
![]() | NotificationUser | Gets or sets the Globally Unique Identifier (GUID) of the user to be notified about the rule. Optional. NotificationGroup or NotificationUser may be specified, but not both. |
![]() | Priority | Gets or sets the rule priority. |
![]() | RuleActionText | Gets or sets the rule action text. |
![]() | RuleConditionText | Gets or sets the rule condition text. |
![]() | RuleElseActionText | Gets or sets the rule else action text. |
![]() | Status | Gets or sets the 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.) |
![]() | 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.) |
![]() | ToString() | (Inherited from Object.) |
The BusinessRule complex type specifies a business rule container 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.


