Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 | |
|---|---|---|
![]() |
BRConditionTreeNode | Initializes a new instance of the BRConditionTreeNode class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
AuditInfo | Gets or sets the 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 of child condition tree nodes. |
![]() |
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. |
![]() |
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. |
![]() |
SetProperty<T> | Infrastruttura. Sets the property using the specified values. Ereditato da DataContractBase. |
![]() |
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
.gif)
.gif)
.gif)