C# Class Dev2.Explorer.ServerExplorerItem

Inheritance: IExplorerItem
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Protected Methods

Method Description
Equals ( ServerExplorerItem other ) : bool

Method Details

Equals() protected method

protected Equals ( ServerExplorerItem other ) : bool
other ServerExplorerItem
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ServerExplorerItem() public method

public ServerExplorerItem ( ) : System
return System

ServerExplorerItem() public method

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
return System

ToString() public method

public ToString ( ) : string
return string