Share via


BRCondition-Klasse

Represents conditions to be evaluated to trigger actions defined in a created business rule.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRItem
    Microsoft.MasterDataServices.Services.DataContracts..::..BRCondition

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRCondition", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRCondition _
    Inherits BRItem
'Usage
Dim instance As BRCondition
[SerializableAttribute]
[DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRCondition : BRItem
[SerializableAttribute]
[DataContractAttribute(Name = L"BRCondition", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRCondition : public BRItem
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRCondition =  
    class
        inherit BRItem
    end
public class BRCondition extends BRItem

Der BRCondition-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BRCondition Initializes a new instance of the BRCondition class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AuditInfo AuditInfo complex type. (Geerbt von BRItem.)
Öffentliche Eigenschaft BusinessRuleId MemberTypeContextIdentifier complex type. (Geerbt von BRItem.)
Öffentliche Eigenschaft ConditionTreeNodeId Gets or sets the identifier of the owning condition tree node.
Öffentliche Eigenschaft Identifier Identifier complex type. (Geerbt von BRItem.)
Öffentliche Eigenschaft Operator BRItemType simple type. (Geerbt von BRItem.)
Öffentliche Eigenschaft PostfixArguments ArrayOfanyType. (Geerbt von BRItem.)
Öffentliche Eigenschaft PrefixArgument Gets or sets the prefix (left) argument.
Öffentliche Eigenschaft Sequence Gets or sets a value representing the order business rule items should be displayed and evaluated in. (Geerbt von BRItem.)
Öffentliche Eigenschaft Text Gets or sets the item text. (Geerbt von BRItem.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.