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 | |
---|---|---|
BRConditionTreeNode | Initializes a new instance of the BRConditionTreeNode class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets the 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 of child condition tree nodes. | |
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. | |
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.) | |
SetProperty<T> | Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.) | |
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