Share via


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
Public method BusinessRule Initializes a new instance of the BusinessRule class.

Top

Properties

  Name Description
Public property AuditInfo AuditInfo complex type.
Public property BRActions ArrayOfBRaction complex type.
Public property BRConditionTree BRConditionTreeNode complex type.
Public property Description Description of business rule.
Public property Identifier Business Rule identifier.
Public property NotificationGroup Gets or sets the notification group.
Public property NotificationUser Gets or sets the notification user.
Public property Priority Gets or sets the priority.
Public property RuleActionText String representation of business rule actions included to current business rule.
Public property RuleConditionText String representation of business rule actions included in current business rule.
Public property Status BRStatus simple type.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.