C# 클래스 NSoft.NFramework.Data.NHibernateEx.Domain.TreeNodePosition

상속: DataObjectBase, ITreeNodePosition
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
Equals ( ITreeNodePosition other ) : bool

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.

GetHashCode ( ) : int

HashCode를 반환합니다.

ToString ( ) : string

현재 TreeNodePosition 인스턴스를 문자열로 표현합니다.

TreeNodePosition ( ) : System

생성자

TreeNodePosition ( ITreeNodePosition src ) : System

Copy 생성자

TreeNodePosition ( int level, int order ) : System

생성자

메소드 상세

Equals() 공개 메소드

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.
public Equals ( ITreeNodePosition other ) : bool
other ITreeNodePosition 이 개체와 비교할 개체입니다.
리턴 bool

GetHashCode() 공개 메소드

HashCode를 반환합니다.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

현재 TreeNodePosition 인스턴스를 문자열로 표현합니다.
public ToString ( ) : string
리턴 string

TreeNodePosition() 공개 메소드

생성자
public TreeNodePosition ( ) : System
리턴 System

TreeNodePosition() 공개 메소드

Copy 생성자
public TreeNodePosition ( ITreeNodePosition src ) : System
src ITreeNodePosition
리턴 System

TreeNodePosition() 공개 메소드

생성자
public TreeNodePosition ( int level, int order ) : System
level int
order int
리턴 System