[]
The HierarchyAttribute class serves as an attribute used to specify hierarchy connection properties.
[AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public class HierarchyAttribute : Attribute
Name | Description |
---|---|
HierarchyAttribute(params string[]) | This constructor defines hierarchy parameter. |
Name | Description |
---|---|
ConstructExpression(string[]) | Constructs expression based on given elements. |
GetHierarchy() | Returns the hierarchy expression. |