Clase BRConditionTreeNode
Represents a logical operator group for conditions.
Jerarquía de herencia
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..BRConditionTreeNode
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<DataContractAttribute(Name := "BRConditionTreeNode", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionTreeNode
'Uso
Dim instance As BRConditionTreeNode
[SerializableAttribute]
[DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionTreeNode
[SerializableAttribute]
[DataContractAttribute(Name = L"BRConditionTreeNode", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionTreeNode
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionTreeNode = class end
public class BRConditionTreeNode
El tipo BRConditionTreeNode expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
BRConditionTreeNode | Initializes a new instance of the BRConditionTreeNode class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets audit information. | |
BRConditions | Gets or sets the collection of conditions. | |
BusinessRuleId | Gets or sets the identifier of the owning business rule. | |
ConditionTreeChildNodes | Gets or sets the collection child condition tree nodes. | |
ConditionTreeParentNode | Gets or sets the identifier of the condition tree node under which this node is parented, or nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). for top-level nodes. | |
Identifier | Gets or sets the unique identifier of the condition tree node. | |
LogicalOperator | Gets or sets the logical operator. | |
Sequence | Gets or sets the sequence number, which must be greater than zero. |
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.