Condividi tramite


Classe BRConditionTreeNode

Represents a logical operator group for conditions.

Gerarchia di ereditarietà

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

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

Sintassi

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

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 the 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 of child condition tree nodes.
Proprietà pubblica ConditionTreeParentNode Gets or sets the identifier of the condition tree node under which the node is parented, or nullriferimento 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 protetto SetProperty<T> Infrastruttura. Sets the property using the specified values. Ereditato da DataContractBase.
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts