Clase BusinessRule
Represents a business rule.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BusinessRule
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<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
El tipo BusinessRule expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
BusinessRule | Initializes a new instance of the BusinessRule class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets audit information. | |
BRActions | Gets or sets an array of business rule actions. | |
BRConditionTree | Gets or sets a business rule condition tree. | |
Description | Gets or sets the description of the business rule. | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.) | |
Identifier | Gets or sets a business rule identifier. | |
NotificationGroup | Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule. | |
NotificationUser | Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule. | |
Priority | Gets or sets the rule priority. | |
RuleActionText | Gets or sets the business rule actions included in the current business rule. | |
RuleConditionText | Gets or sets business rule conditions included in the current business rule. | |
Status | Gets or sets the business rule status. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.