Condividi tramite


Classe BusinessRule

Represents a business rule container object.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..BusinessRule

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

Sintassi

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

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

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.