C# 클래스 NetIde.Project.NiHierarchyExtensions

파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
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