Compartir a través de


Clase BusinessRule

Represents a business rule.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

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

El tipo BusinessRule expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BusinessRule Initializes a new instance of the BusinessRule class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AuditInfo Gets or sets the audit information.
Propiedad pública BRActions Gets or sets the collection of actions.
Propiedad pública BRConditionTree Gets or sets the topmost condition tree node.
Propiedad pública Description Gets or sets the rule description.
Propiedad pública Identifier Gets or sets the unique identifier for the business rule.
Propiedad pública NotificationGroup Gets or sets the Globally Unique Identifier (GUID) of the group to be notified about the rule.
Propiedad pública NotificationUser Gets or sets the Globally Unique Identifier (GUID) of the user to be notified about the rule.
Propiedad pública Priority Gets or sets the rule priority.
Propiedad pública RuleActionText Gets or sets the rule action text.
Propiedad pública RuleConditionText Gets or sets the rule condition text.
Propiedad pública Status Gets or sets the rule status.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido SetProperty<T> Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts