AttributeFilter.LevelNumber Property

Definition

Specifies the derived hierarchy level number, which is zero-based and runs from hierarchy top to bottom. The level must be of type DBA or ManyToMany. The level's EntityId must be the same as ParentAttributeId's DomainEntityId. The next level down must have the same EntityId as the DomainEntityId of the child attribute being filtered.

public:
 property int LevelNumber { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public int LevelNumber { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.LevelNumber : int with get, set
Public Property LevelNumber As Integer

Property Value

The DerivedHierarchy level number.

Attributes

Applies to