BRDomainBasedAttributeArgument Class
Specifies the container for defining arguments based on values in related entity attributes.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BRArgument
Microsoft.MasterDataServices.Services.DataContracts::BRAttributeArgumentBase
Microsoft.MasterDataServices.Services.DataContracts::BRDomainBasedAttributeArgument
[SerializableAttribute] [DataContractAttribute(Name = "BRDomainBasedAttributeArgument", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] public ref class BRDomainBasedAttributeArgument : BRAttributeArgumentBase, IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
| Name | Description | |
|---|---|---|
![]() | BRDomainBasedAttributeArgument() | Initializes a new instance of the BRDomainBasedAttributeArgument class. |
| Name | Description | |
|---|---|---|
![]() | AttributeId | Gets or sets the Attribute ID. (Inherited from BRAttributeArgumentBase.) |
![]() | ChildArgument | Gets or sets the child attribute argument. Required. |
![]() | Identifier | Gets or sets the identifier for the argument. (Inherited from BRArgument.) |
![]() | LeafNodeAttribute | Gets the details for the bottom-level attribute argument. (Overrides BRAttributeArgumentBase::LeafNodeAttribute.) |
![]() | PropertyName | Gets or sets the property name. (Inherited from BRArgument.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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.) |
![]() | ToString() | (Inherited from Object.) |
The BRDomainBasedAttributeArgument complex type specifies the container for defining arguments based on values in related entity attributes.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


