Share via


BusinessRule-Klasse

Represents a business rule container object.

Vererbungshierarchie

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

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 AuditInfo complex type.
Öffentliche Eigenschaft BRActions ArrayOfBRaction complex type.
Öffentliche Eigenschaft BRConditionTree BRConditionTreeNode complex type.
Öffentliche Eigenschaft Description Description of business rule.
Öffentliche Eigenschaft Identifier Business Rule identifier.
Öffentliche Eigenschaft NotificationGroup Gets or sets the notification group.
Öffentliche Eigenschaft NotificationUser Gets or sets the notification user.
Öffentliche Eigenschaft Priority Gets or sets the priority.
Öffentliche Eigenschaft RuleActionText String representation of business rule actions included to current business rule.
Öffentliche Eigenschaft RuleConditionText String representation of business rule actions included in current business rule.
Öffentliche Eigenschaft Status BRStatus simple type.

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.