BRAttributeArgument Class

Definition

Represents the argument type for comparing attributes within a business rule.

public ref class BRAttributeArgument : Microsoft::MasterDataServices::BRAttributeArgumentBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRAttributeArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeArgument : Microsoft.MasterDataServices.BRAttributeArgumentBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRAttributeArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeArgument = class
    inherit BRAttributeArgumentBase
Public Class BRAttributeArgument
Inherits BRAttributeArgumentBase
Inheritance
Attributes

Remarks

The argument type is the values set for each member as opposed to a specific value against all members.

Constructors

BRAttributeArgument()

Initializes a new instance of the BRAttributeArgument class.

Properties

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)

Applies to