Clase BRCondition
Represents conditions to be evaluated to trigger actions defined in a created business rule.
Jerarquía de herencia
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRItem
Microsoft.MasterDataServices.Services.DataContracts..::..BRCondition
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<DataContractAttribute(Name := "BRCondition", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRCondition _
Inherits BRItem
'Uso
Dim instance As BRCondition
[SerializableAttribute]
[DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRCondition : BRItem
[SerializableAttribute]
[DataContractAttribute(Name = L"BRCondition", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRCondition : public BRItem
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRCondition =
class
inherit BRItem
end
public class BRCondition extends BRItem
El tipo BRCondition expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
BRCondition | Initializes a new instance of the BRCondition class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
AuditInfo | AuditInfo complex type. (Se hereda de BRItem.) |
![]() |
BusinessRuleId | MemberTypeContextIdentifier complex type. (Se hereda de BRItem.) |
![]() |
ConditionTreeNodeId | Gets or sets the identifier of the owning condition tree node. |
![]() |
Identifier | Identifier complex type. (Se hereda de BRItem.) |
![]() |
Operator | BRItemType simple type. (Se hereda de BRItem.) |
![]() |
PostfixArguments | ArrayOfanyType. (Se hereda de BRItem.) |
![]() |
PrefixArgument | Gets or sets the prefix (left) argument. |
![]() |
Sequence | Gets or sets a value representing the order business rule items should be displayed and evaluated in. (Se hereda de BRItem.) |
![]() |
Text | Gets or sets the item text. (Se hereda de BRItem.) |
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.
.gif)
.gif)
.gif)