Partilhar via


Classe BusinessRule

Represents a business rule.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.BusinessRule

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

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

O tipo BusinessRule expõe os membros a seguir.

Construtores

  Nome Descrição
Método público BusinessRule Initializes a new instance of the BusinessRule class.

Início

Propriedades

  Nome Descrição
Propriedade pública AuditInfo Gets or sets audit information.
Propriedade pública BRActions Gets or sets an array of business rule actions.
Propriedade pública BRConditionTree Gets or sets a business rule condition tree.
Propriedade pública Description Gets or sets the description of the business rule.
Propriedade pública ExtensionData Gets or sets the structure that contains extra data. (Herdado de DataContractBase.)
Propriedade pública Identifier Gets or sets a business rule identifier.
Propriedade pública NotificationGroup Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule.
Propriedade pública NotificationUser Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule.
Propriedade pública Priority Gets or sets the rule priority.
Propriedade pública RuleActionText Gets or sets the business rule actions included in the current business rule.
Propriedade pública RuleConditionText Gets or sets business rule conditions included in the current business rule.
Propriedade pública Status Gets or sets the business rule status.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices