BRAttributeArgument Class

Definition

An argument that references attributes instead of values.

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

Remarks

The BRAttributeArgument complex type specifies the argument type for comparing attributes within a business rule.

Constructors

BRAttributeArgument()

Constructor.

Properties

AttributeId

Specifies the Attribute ID.

(Inherited from BRAttributeArgumentBase)
ChildArguments

Specifies the collection of child arguments.

Identifier

Uniquely identifies the argument.

(Inherited from BRArgument)
LeafNodeAttribute

Specifiesdetails for the bottom-level attribute argument.

PropertyName

Specifies the property name.

(Inherited from BRArgument)

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to