Freigeben über


BRAction-Klasse

Represents an action argument within a created business rule.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.BRItem
      Microsoft.MasterDataServices.Services.DataContracts.BRAction

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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
Öffentliche Methode BRAction Initializes a new instance of the BRAction class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AuditInfo Gets or sets the audit information. (Geerbt von BRItem.)
Öffentliche Eigenschaft BusinessRuleId Gets or sets the identifier of the owning business rule. (Geerbt von BRItem.)
Öffentliche Eigenschaft Identifier Gets or sets the identifier. (Geerbt von BRItem.)
Öffentliche Eigenschaft Operator Gets or sets the operator. (Geerbt von BRItem.)
Öffentliche Eigenschaft PostfixArguments Gets or sets the collection of postfix (right-hand-side) arguments. (Geerbt von BRItem.)
Öffentliche Eigenschaft PrefixArgument Gets or sets the prefix (left-hand-side) argument.
Öffentliche Eigenschaft Sequence Gets or sets the sequence. (Geerbt von BRItem.)
Öffentliche Eigenschaft Text Gets or sets the 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.)
Geschützte Methode SetProperty<T> Infrastruktur Sets the property using the specified values. (Geerbt von DataContractBase.)
Ö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.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace