Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the conditions to be evaluated to trigger actions defined in a created business rule.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BRItem
Microsoft.MasterDataServices.Services.DataContracts.BRCondition
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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 | |
|---|---|---|
![]() |
BRCondition | Initializes a new instance of the BRCondition class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
AuditInfo | Gets or sets the audit information. (Geerbt von BRItem.) |
![]() |
BusinessRuleId | Gets or sets the identifier of the owning business rule. (Geerbt von BRItem.) |
![]() |
ConditionTreeNodeId | Gets or sets the identifier of the owning condition tree node. |
![]() |
Identifier | Gets or sets the identifier. (Geerbt von BRItem.) |
![]() |
Operator | Gets or sets the operator. (Geerbt von BRItem.) |
![]() |
PostfixArguments | Gets or sets the collection of postfix (right-hand-side) arguments. (Geerbt von BRItem.) |
![]() |
PrefixArgument | Gets or sets the prefix (left-hand-side) argument. |
![]() |
Sequence | Gets or sets the sequence. (Geerbt von BRItem.) |
![]() |
Text | Gets or sets the text. (Geerbt von BRItem.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
SetProperty<T> | Infrastruktur Sets the property using the specified values. (Geerbt von DataContractBase.) |
![]() |
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.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace
.gif)
.gif)
.gif)