C# Class NetIde.Project.NiHierarchyExtensions

Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
FindByDocument ( this self, string document ) : INiHierarchy
FindNext ( this self ) : INiHierarchy
FindPrevious ( this self ) : INiHierarchy
GetChildren ( this self ) : IEnumerable
GetPropertyEx ( this self, NiHierarchyProperty property ) : object
GetPropertyEx ( this self, int property ) : object
SetPropertyEx ( this self, NiHierarchyProperty property, object value ) : void
SetPropertyEx ( this self, int property, object value ) : void

Private Methods

Méthode Description
GetLastChild ( INiHierarchy hier ) : INiHierarchy

Method Details

FindByDocument() public static méthode

public static FindByDocument ( this self, string document ) : INiHierarchy
self this
document string
Résultat INiHierarchy

FindNext() public static méthode

public static FindNext ( this self ) : INiHierarchy
self this
Résultat INiHierarchy

FindPrevious() public static méthode

public static FindPrevious ( this self ) : INiHierarchy
self this
Résultat INiHierarchy

GetChildren() public static méthode

public static GetChildren ( this self ) : IEnumerable
self this
Résultat IEnumerable

GetPropertyEx() public static méthode

public static GetPropertyEx ( this self, NiHierarchyProperty property ) : object
self this
property NiHierarchyProperty
Résultat object

GetPropertyEx() public static méthode

public static GetPropertyEx ( this self, int property ) : object
self this
property int
Résultat object

SetPropertyEx() public static méthode

public static SetPropertyEx ( this self, NiHierarchyProperty property, object value ) : void
self this
property NiHierarchyProperty
value object
Résultat void

SetPropertyEx() public static méthode

public static SetPropertyEx ( this self, int property, object value ) : void
self this
property int
value object
Résultat void