Share via


BusinessRule-Klasse

Represents a business rule.

Vererbungshierarchie

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

Der BusinessRule-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BusinessRule Initializes a new instance of the BusinessRule class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AuditInfo Gets or sets audit information.
Öffentliche Eigenschaft BRActions Gets or sets an array of business rule actions.
Öffentliche Eigenschaft BRConditionTree Gets or sets a business rule condition tree.
Öffentliche Eigenschaft Description Gets or sets the description of the business rule.
Öffentliche Eigenschaft ExtensionData Gets or sets an object containing extra data.
Öffentliche Eigenschaft Identifier Gets or sets a business rule identifier.
Öffentliche Eigenschaft NotificationGroup Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule.
Öffentliche Eigenschaft NotificationUser Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule.
Öffentliche Eigenschaft Priority Gets or sets the rule priority.
Öffentliche Eigenschaft RuleActionText Gets or sets the business rule actions included in the current business rule.
Öffentliche Eigenschaft RuleConditionText Gets or sets business rule conditions included in the current business rule.
Öffentliche Eigenschaft Status Gets or sets the business rule status.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.