BRAttributeValueArgument Class
A domain-based attribute value argument.
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::BRAttributeValueArgument
| Name | Description | |
|---|---|---|
![]() | BRAttributeValueArgument() | Initializes a new instance of the BRAttributeValueArgument class. |
| Name | Description | |
|---|---|---|
![]() | AttributeCode | Gets or sets the attribute code. |
![]() | Identifier | Gets or sets the identifier for the argument. (Inherited from BRArgument.) |
![]() | 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 BRAttributeValueArgument complex type specifies the BRArgument freeform value set in conditions and validation actions and is used where the BRArgument complex type is used.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


