C# Class CmisSync.RepositoryMenuItem

Inheritance: MonoMac.AppKit.NSMenuItem
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Private Properties

Свойство Type Description
EditFolderDelegate EventHandler
OpenFolderDelegate EventHandler
RemoveFolderFromSyncDelegate EventHandler
SuspendSyncFolderDelegate EventHandler
UpdateStatusText void

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases all resource used by the CmisSync.RepositoryMenuItem object.

Call Dispose when you are finished using the CmisSync.RepositoryMenuItem. The Dispose method leaves the CmisSync.RepositoryMenuItem in an unusable state. After calling Dispose, you must release all references to the CmisSync.RepositoryMenuItem so the garbage collector can reclaim the memory that the CmisSync.RepositoryMenuItem was occupying.

Dispose ( bool disposing ) : void

Dispose the specified Menu Item.

RepositoryMenuItem ( Repository repo, StatusIconController controller ) : System
RepositoryMenuItem ( Repository repo, StatusIconController controller, Control parent ) : System

Private Methods

Méthode Description
EditFolderDelegate ( ) : EventHandler
OpenFolderDelegate ( ) : EventHandler
RemoveFolderFromSyncDelegate ( ) : EventHandler
SuspendSyncFolderDelegate ( ) : EventHandler
UpdateStatusText ( ) : void

Method Details

Dispose() public méthode

Releases all resource used by the CmisSync.RepositoryMenuItem object.
Call Dispose when you are finished using the CmisSync.RepositoryMenuItem. The Dispose method leaves the CmisSync.RepositoryMenuItem in an unusable state. After calling Dispose, you must release all references to the CmisSync.RepositoryMenuItem so the garbage collector can reclaim the memory that the CmisSync.RepositoryMenuItem was occupying.
public Dispose ( ) : void
Résultat void

Dispose() public méthode

Dispose the specified Menu Item.
public Dispose ( bool disposing ) : void
disposing bool If set to true disposing.
Résultat void

RepositoryMenuItem() public méthode

public RepositoryMenuItem ( Repository repo, StatusIconController controller ) : System
repo Repository
controller StatusIconController
Résultat System

RepositoryMenuItem() public méthode

public RepositoryMenuItem ( Repository repo, StatusIconController controller, Control parent ) : System
repo Repository
controller StatusIconController
parent Control
Résultat System