BRAction-Klasse
Represents an action argument within a created business rule.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRItem
Microsoft.MasterDataServices.Services.DataContracts..::..BRAction
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAction", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAction _
Inherits BRItem
'Usage
Dim instance As BRAction
[SerializableAttribute]
[DataContractAttribute(Name = "BRAction", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAction : BRItem
[SerializableAttribute]
[DataContractAttribute(Name = L"BRAction", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAction : public BRItem
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRAction", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAction =
class
inherit BRItem
end
public class BRAction extends BRItem
Der BRAction-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
BRAction | Initializes a new instance of the BRAction class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
AuditInfo | AuditInfo complex type. (Geerbt von BRItem.) | |
BusinessRuleId | MemberTypeContextIdentifier complex type. (Geerbt von BRItem.) | |
Identifier | Identifier complex type. (Geerbt von BRItem.) | |
Operator | BRItemType simple type. (Geerbt von BRItem.) | |
PostfixArguments | ArrayOfanyType. (Geerbt von BRItem.) | |
PrefixArgument | Gets or sets the prefix (left) argument. | |
Sequence | Gets or sets a value representing the order business rule items should be displayed and evaluated in. (Geerbt von BRItem.) | |
Text | Gets or sets the item 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.) | |
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.