C# 클래스 Dev2.Explorer.ServerExplorerItem

상속: IExplorerItem
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ServerExplorerItem ( ) : System
ServerExplorerItem ( string displayName, System.Guid resourceId, ResourceType resourceType, IList children, Permissions permissions, string resourcePath ) : System
ToString ( ) : string

보호된 메소드들

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

메소드 상세

Equals() 보호된 메소드

protected Equals ( ServerExplorerItem other ) : bool
other ServerExplorerItem
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ServerExplorerItem() 공개 메소드

public ServerExplorerItem ( ) : System
리턴 System

ServerExplorerItem() 공개 메소드

public ServerExplorerItem ( string displayName, System.Guid resourceId, ResourceType resourceType, IList children, Permissions permissions, string resourcePath ) : System
displayName string
resourceId System.Guid
resourceType ResourceType
children IList
permissions Permissions
resourcePath string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string