BRHierarchyArgument Class
An explicit hierarchy parent argument. Must have a child attribute 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::BRHierarchyArgument
[SerializableAttribute] [ObsoleteAttribute("Explicit hierarchies are deprecated")] [DataContractAttribute(Name = "BRHierarchyArgument", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] public ref class BRHierarchyArgument : BRArgument, IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
| Name | Description | |
|---|---|---|
![]() | BRHierarchyArgument() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | ChildArgument | Gets or sets the child attribute argument. |
![]() | HierarchyId | Gets or sets the hierarchy identifier. |
![]() | Identifier | Gets or sets the identifier for the argument. (Inherited from BRArgument.) |
![]() | LeafNodeAttribute | Gets the details for the bottom-level attribute argument. |
![]() | 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 BRHierarchyArgument complex type holds the business rule arguments that relate to child members from an explicit hierarchy.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


