BRDomainBasedAttributeArgument 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.
Specifies the container for defining arguments based on values in related entity attributes.
public ref class BRDomainBasedAttributeArgument : Microsoft::MasterDataServices::Services::DataContracts::BRAttributeArgumentBase, Microsoft::MasterDataServices::Services::DataContracts::IBRAttributeArgumentParent
[System.Runtime.Serialization.DataContract(Name="BRDomainBasedAttributeArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRDomainBasedAttributeArgument : Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgumentBase, Microsoft.MasterDataServices.Services.DataContracts.IBRAttributeArgumentParent
[<System.Runtime.Serialization.DataContract(Name="BRDomainBasedAttributeArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRDomainBasedAttributeArgument = class
inherit BRAttributeArgumentBase
interface IBRAttributeArgumentParent
interface IBRAttributeArgumentContainer
interface IBRArgument
Public Class BRDomainBasedAttributeArgument
Inherits BRAttributeArgumentBase
Implements IBRAttributeArgumentParent
- Inheritance
- Attributes
- Implements
Remarks
The BRDomainBasedAttributeArgument complex type specifies the container for defining arguments based on values in related entity attributes.
Constructors
BRDomainBasedAttributeArgument() |
Initializes a new instance of the BRDomainBasedAttributeArgument class. |
Properties
AttributeId |
Specifies the Attribute ID. (Inherited from BRAttributeArgumentBase) |
ChildArgument |
Specifies the child attribute argument. Required. |
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. |