BRAttributeArgument Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |