Compartir a través de


Clase BRConditionTreeNode

Represents a logical operator group for conditions.

Jerarquía de herencia

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

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

Sintaxis

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

El tipo BRConditionTreeNode expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AuditInfo Gets or sets the audit information.
Propiedad pública BRConditions Gets or sets the collection of conditions.
Propiedad pública BusinessRuleId Gets or sets the identifier of the owning business rule.
Propiedad pública ConditionTreeChildNodes Gets or sets the collection of child condition tree nodes.
Propiedad pública ConditionTreeParentNode Gets or sets the identifier of the condition tree node under which the node is parented, or nulles una referencia NULL (Nothing en Visual Basic). for top-level nodes.
Propiedad pública Identifier Gets or sets the unique identifier of the condition tree node.
Propiedad pública LogicalOperator Gets or sets the logical operator.
Propiedad pública Sequence Gets or sets the sequence number which must be greater than zero.

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