BusinessRule Class
Represents a business rule.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.BusinessRule
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "BusinessRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRule _
Implements IExtensibleDataObject
'Usage
Dim instance As BusinessRule
[DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRule : IExtensibleDataObject
[DataContractAttribute(Name = L"BusinessRule", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BusinessRule : IExtensibleDataObject
[<DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRule =
class
interface IExtensibleDataObject
end
public class BusinessRule implements IExtensibleDataObject
The BusinessRule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BusinessRule | Initializes a new instance of the BusinessRule class. |
Top
Properties
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 an object containing extra data. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.