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
Public method BRAttributeArgument Initializes a new instance of the BRAttributeArgument class.

Top

Properties

  Name Description
Public property AttributeId Gets or sets the attribute ID of a business rule argument. (Inherited from BRAttributeArgumentBase.)
Public property ChildArguments Gets or sets an array of child arguments.
Public property ExtensionData Gets or sets the structure that contains extra data. (Inherited from DataContractBase.)
Public property Identifier Gets or sets the ID of the business rule argument. (Inherited from BRArgument.)
Public property PropertyName Gets or sets the property name.. (Inherited from BRArgument.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.MasterDataServices Namespace