BRAttributeArgument Class
Represents the argument type for comparing attributes within a business rule.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::BRArgument
Microsoft.MasterDataServices::BRAttributeArgumentBase
Microsoft.MasterDataServices::BRAttributeArgument
| Name | Description | |
|---|---|---|
![]() | BRAttributeArgument() | Initializes a new instance of the BRAttributeArgument class. |
| Name | Description | |
|---|---|---|
![]() | AttributeId | Gets or sets the attribute ID of a business rule argument.(Inherited from BRAttributeArgumentBase.) |
![]() | ChildArguments | Gets or sets an array of child arguments. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | Identifier | Gets or sets the ID of the business rule 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.) |
![]() | ToString() | (Inherited from Object.) |
The argument type is the values set for each member as opposed to a specific value against all members.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


