Version

Level Class Members

The following tables list the members exposed by Level.

Public Constructors
 NameDescription
Public ConstructorLevel ConstructorInitializes a new instance of the Level class.  
Public Properties
 NameDescription
Public PropertyCaptionGets the caption of the level.  
Public PropertyDepthGets the distance of the level from the root of the level. Root level is zero (0)  
Public PropertyDescriptionGets the description of the level.  
Public PropertyIsLoadedGets a value indicating whether all members of this instance are loaded.  
Public PropertyMembersGets a ReadOnlyCollection with the members within the level.  
Public PropertyMembersCountGets or sets the count of all members in the level.  
Public PropertyNameGets the name of the level.  
Public PropertyParentHierarchyGets the hierarchy that contains the level.  
Public PropertyUniqueNameGets the unique name of the level.  
Public Methods
 NameDescription
Public MethodTryGetMemberGets the member associated with the specified name.  
See Also