Partager via


Classe BRConditionTreeNode

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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices..::..BRConditionTreeNode

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "BRConditionTreeNode", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionTreeNode _
    Implements IExtensibleDataObject
'Utilisation
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

Le type BRConditionTreeNode expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BRConditionTreeNode Initializes a new instance of the BRConditionTreeNode class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AuditInfo Gets or sets an AuditInfo complex type.
Propriété publique BRConditions Gets or sets an array of business rule conditions.
Propriété publique BusinessRuleId Gets or sets a MemberTypeContextIdentifier complex type.
Propriété publique ConditionTreeChildNodes Gets or sets an array of condition tree child nodes.
Propriété publique ConditionTreeParentNode Gets or sets array of condition tree parent nodes.
Propriété publique ExtensionData Gets or sets an object containing extra data.
Propriété publique Identifier Gets or sets an identifier.
Propriété publique LogicalOperator Gets or sets the logical operator.
Propriété publique Sequence Gets or sets the sequence number.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

A BRConditionTreeNode must exist for each business rule condition created.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.