C# Класс NetIde.Project.NiHierarchyExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetLastChild ( INiHierarchy hier ) : INiHierarchy

Описание методов

FindByDocument() публичный статический Метод

public static FindByDocument ( this self, string document ) : INiHierarchy
self this
document string
Результат INiHierarchy

FindNext() публичный статический Метод

public static FindNext ( this self ) : INiHierarchy
self this
Результат INiHierarchy

FindPrevious() публичный статический Метод

public static FindPrevious ( this self ) : INiHierarchy
self this
Результат INiHierarchy

GetChildren() публичный статический Метод

public static GetChildren ( this self ) : IEnumerable
self this
Результат IEnumerable

GetPropertyEx() публичный статический Метод

public static GetPropertyEx ( this self, NiHierarchyProperty property ) : object
self this
property NiHierarchyProperty
Результат object

GetPropertyEx() публичный статический Метод

public static GetPropertyEx ( this self, int property ) : object
self this
property int
Результат object

SetPropertyEx() публичный статический Метод

public static SetPropertyEx ( this self, NiHierarchyProperty property, object value ) : void
self this
property NiHierarchyProperty
value object
Результат void

SetPropertyEx() публичный статический Метод

public static SetPropertyEx ( this self, int property, object value ) : void
self this
property int
value object
Результат void