Condividi tramite


Classe BusinessRule

Represents a business rule.

Gerarchia di ereditarietà

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

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
<DataContractAttribute(Name := "BusinessRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRule _
    Inherits DataContractBase
'Utilizzo
Dim instance As BusinessRule
[SerializableAttribute]
[DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRule : DataContractBase
[SerializableAttribute]
[DataContractAttribute(Name = L"BusinessRule", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BusinessRule : public DataContractBase
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRule =  
    class 
        inherit DataContractBase 
    end
public class BusinessRule extends DataContractBase

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 the audit information.
Proprietà pubblica BRActions Gets or sets the collection of actions.
Proprietà pubblica BRConditionTree Gets or sets the topmost condition tree node.
Proprietà pubblica Description Gets or sets the rule description.
Proprietà pubblica Identifier Gets or sets the unique identifier for the business rule.
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 user to be notified about the rule.
Proprietà pubblica Priority Gets or sets the rule priority.
Proprietà pubblica RuleActionText Gets or sets the rule action text.
Proprietà pubblica RuleConditionText Gets or sets the rule condition text.
Proprietà pubblica Status Gets or sets the 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 protetto SetProperty<T> Infrastruttura. Sets the property using the specified values. Ereditato da DataContractBase.
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts