C# Class Dev2.Explorer.ServerExplorerItem

Inheritance: IExplorerItem
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Equals ( ServerExplorerItem other ) : bool

Method Details

Equals() protected méthode

protected Equals ( ServerExplorerItem other ) : bool
other ServerExplorerItem
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ServerExplorerItem() public méthode

public ServerExplorerItem ( ) : System
Résultat System

ServerExplorerItem() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string