Метод | Описание | |
---|---|---|
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 |
public static FindByDocument ( this self, string document ) : INiHierarchy | ||
self | this | |
document | string | |
Результат | INiHierarchy |
public static FindNext ( this self ) : INiHierarchy | ||
self | this | |
Результат | INiHierarchy |
public static FindPrevious ( this self ) : INiHierarchy | ||
self | this | |
Результат | INiHierarchy |
public static GetChildren ( this self ) : IEnumerable |
||
self | this | |
Результат | IEnumerable |
public static GetPropertyEx ( this self, NiHierarchyProperty property ) : object | ||
self | this | |
property | NiHierarchyProperty | |
Результат | object |
public static GetPropertyEx ( this self, int property ) : object | ||
self | this | |
property | int | |
Результат | object |
public static SetPropertyEx ( this self, NiHierarchyProperty property, object value ) : void | ||
self | this | |
property | NiHierarchyProperty | |
value | object | |
Результат | void |
public static SetPropertyEx ( this self, int property, object value ) : void | ||
self | this | |
property | int | |
value | object | |
Результат | void |