Condividi tramite


Classe BRConditionTreeNode

Specifies a node within a possible complex logic tree in a business rule in MDS.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.DataContractBase
    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 _
    Inherits DataContractBase
'Utilizzo
Dim instance As BRConditionTreeNode
[DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionTreeNode : DataContractBase
[DataContractAttribute(Name = L"BRConditionTreeNode", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionTreeNode : public DataContractBase
[<DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionTreeNode =  
    class
        inherit DataContractBase
    end
public class BRConditionTreeNode extends DataContractBase

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 an AuditInfo complex type.
Proprietà pubblica BRConditions Gets or sets an array of business rule conditions.
Proprietà pubblica BusinessRuleId Gets or sets a MemberTypeContextIdentifier complex type.
Proprietà pubblica ConditionTreeChildNodes Gets or sets an array of condition tree child nodes.
Proprietà pubblica ConditionTreeParentNode Gets or sets array of condition tree parent nodes.
Proprietà pubblica ExtensionData Gets or sets the structure that contains extra data. Ereditato da DataContractBase.
Proprietà pubblica Identifier Gets or sets an identifier.
Proprietà pubblica LogicalOperator Gets or sets the logical operator.
Proprietà pubblica Sequence Gets or sets the sequence number.

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

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices