Classe BRConditionTreeNode
Specifies a node within a possible complex logic tree in a business rule in MDS.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices..::..BRConditionTreeNode
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "BRConditionTreeNode", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionTreeNode _
Implements IExtensibleDataObject
'Utilizzo
Dim instance As BRConditionTreeNode
[DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionTreeNode : IExtensibleDataObject
[DataContractAttribute(Name = L"BRConditionTreeNode", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionTreeNode : IExtensibleDataObject
[<DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionTreeNode =
class
interface IExtensibleDataObject
end
public class BRConditionTreeNode implements IExtensibleDataObject
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 an AuditInfo complex type. |
![]() |
BRConditions | Gets or sets an array of business rule conditions. |
![]() |
BusinessRuleId | Gets or sets a MemberTypeContextIdentifier complex type. |
![]() |
ConditionTreeChildNodes | Gets or sets an array of condition tree child nodes. |
![]() |
ConditionTreeParentNode | Gets or sets array of condition tree parent nodes. |
![]() |
ExtensionData | Gets or sets an object containing extra data. |
![]() |
Identifier | Gets or sets an identifier. |
![]() |
LogicalOperator | Gets or sets the logical operator. |
![]() |
Sequence | Gets or sets the sequence number. |
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
Osservazioni
A BRConditionTreeNode must exist for each business rule condition created.
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.