Condividi tramite


Classe BusinessRule

Represents a business rule.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..BusinessRule

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "BusinessRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRule _
    Implements IExtensibleDataObject
'Utilizzo
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

Nel tipo BusinessRule sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BusinessRule Initializes a new instance of the BusinessRule class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.