BRAttributeArgument Class
Represents the argument type for comparing attributes within a business rule.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRArgument
Microsoft.MasterDataServices.BRAttributeArgumentBase
Microsoft.MasterDataServices.BRAttributeArgument
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "BRAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeArgument _
Inherits BRAttributeArgumentBase
'Usage
Dim instance As BRAttributeArgument
[DataContractAttribute(Name = "BRAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeArgument : BRAttributeArgumentBase
[DataContractAttribute(Name = L"BRAttributeArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeArgument : public BRAttributeArgumentBase
[<DataContractAttribute(Name = "BRAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeArgument =
class
inherit BRAttributeArgumentBase
end
public class BRAttributeArgument extends BRAttributeArgumentBase
The BRAttributeArgument type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BRAttributeArgument | Initializes a new instance of the BRAttributeArgument class. |
Top
Properties
Name | Description | |
---|---|---|
AttributeId | Gets or sets the attribute ID of a business rule argument. (Inherited from BRAttributeArgumentBase.) | |
ChildArguments | Gets or sets an array of child arguments. | |
ExtensionData | Gets or sets the structure that contains extra data. (Inherited from DataContractBase.) | |
Identifier | Gets or sets the ID of the business rule argument. (Inherited from BRArgument.) | |
PropertyName | Gets or sets the property name.. (Inherited from BRArgument.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
The argument type is the values set for each member as opposed to a specific value against all members.
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.