Condividi tramite


Classe BRConditionTreeNode

Represents a logical operator group for conditions.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
<DataContractAttribute(Name := "BRConditionTreeNode", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionTreeNode
'Utilizzo
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

Nel tipo BRConditionTreeNode sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BRConditionTreeNode Initializes a new instance of the BRConditionTreeNode class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AuditInfo Gets or sets audit information.
Proprietà pubblica BRConditions Gets or sets the collection of conditions.
Proprietà pubblica BusinessRuleId Gets or sets the identifier of the owning business rule.
Proprietà pubblica ConditionTreeChildNodes Gets or sets the collection child condition tree nodes.
Proprietà pubblica ConditionTreeParentNode Gets or sets the identifier of the condition tree node under which this node is parented, or nullNothingnullptrunitriferimento Null (Nothing in Visual Basic). for top-level nodes.
Proprietà pubblica Identifier Gets or sets the unique identifier of the condition tree node.
Proprietà pubblica LogicalOperator Gets or sets the logical operator.
Proprietà pubblica Sequence Gets or sets the sequence number, which must be greater than zero.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.