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 | |
---|---|---|
![]() |
BRConditionTreeNode | Initializes a new instance of the BRConditionTreeNode class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
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 nullNothingnullptrunitriferimento Null (Nothing in 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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.