BRAction Class
Represents an action argument within a created business rule.
Inheritance Hierarchy
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
The BRAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BRAction | Initializes a new instance of the BRAction class. |
Top
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets the audit information. (Inherited from BRItem.) | |
BusinessRuleId | Gets or sets the identifier of the owning business rule. (Inherited from BRItem.) | |
Identifier | Gets or sets the identifier. (Inherited from BRItem.) | |
Operator | Gets or sets the operator. (Inherited from BRItem.) | |
PostfixArguments | Gets or sets the collection of postfix (right-hand-side) arguments. (Inherited from BRItem.) | |
PrefixArgument | Gets or sets the prefix (left-hand-side) argument. | |
Sequence | Gets or sets the sequence. (Inherited from BRItem.) | |
Text | Gets or sets the text. (Inherited from BRItem.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetProperty<T> | Infrastructure. Sets the property using the specified values. (Inherited from DataContractBase.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace