Compartir a través de


Level Miembros

Represents a level within a hierarchy.

El tipo Level expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico {dtor} Releases all resources used by the Level.
Método publico Dispose Releases all resources used by the Level.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetMembers Returns a MemberCollection that contains a collection of members for the Level. Note   This method loads all members of the level. If there are a large number of members, this method may take a long time to execute.
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Caption Gets the caption of the Level.
Propiedad pública Description Gets the description of the Level.
Propiedad pública LevelNumber Gets the ordinal position of the Level within the parent hierarchy.
Propiedad pública LevelProperties Gets a LevelPropertyCollection that contains a collection of member properties for the Level.
Propiedad pública LevelType Gets the level type of the Level.
Propiedad pública MemberCount Gets the number of members contained by the Level.
Propiedad pública Name Gets the name of the Level.
Propiedad pública ParentHierarchy Gets a Hierarchy that contains the Level.
Propiedad pública Properties Gets a PropertyCollection that contains the properties associated with the Level.
Propiedad pública UniqueName Gets the unique name of the Level.

Principio