Classe BRAction
Represents an action argument within a created business rule.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BRItem
Microsoft.MasterDataServices.Services.DataContracts.BRAction
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAction", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAction _
Inherits BRItem
'Utilisation
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
Le type BRAction expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BRAction | Initializes a new instance of the BRAction class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AuditInfo | Gets or sets the audit information. (hérité de BRItem.) | |
BusinessRuleId | Gets or sets the identifier of the owning business rule. (hérité de BRItem.) | |
Identifier | Gets or sets the identifier. (hérité de BRItem.) | |
Operator | Gets or sets the operator. (hérité de BRItem.) | |
PostfixArguments | Gets or sets the collection of postfix (right-hand-side) arguments. (hérité de BRItem.) | |
PrefixArgument | Gets or sets the prefix (left-hand-side) argument. | |
Sequence | Gets or sets the sequence. (hérité de BRItem.) | |
Text | Gets or sets the text. (hérité de BRItem.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
SetProperty<T> | Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.) | |
ToString | (hérité de Object.) |
Haut de la page
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.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts