Clase BRAction
Represents an action argument within a created business rule.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BRItem
Microsoft.MasterDataServices.Services.DataContracts.BRAction
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAction", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAction _
Inherits BRItem
'Uso
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
El tipo BRAction expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
BRAction | Initializes a new instance of the BRAction class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets the audit information. (Se hereda de BRItem.) | |
BusinessRuleId | Gets or sets the identifier of the owning business rule. (Se hereda de BRItem.) | |
Identifier | Gets or sets the identifier. (Se hereda de BRItem.) | |
Operator | Gets or sets the operator. (Se hereda de BRItem.) | |
PostfixArguments | Gets or sets the collection of postfix (right-hand-side) arguments. (Se hereda de BRItem.) | |
PrefixArgument | Gets or sets the prefix (left-hand-side) argument. | |
Sequence | Gets or sets the sequence. (Se hereda de BRItem.) | |
Text | Gets or sets the text. (Se hereda de BRItem.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
SetProperty<T> | Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts