C# Class CmisSync.Edit

Inheritance: SetupWindow
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Свойство Type Description
Controller EditController
Credentials CmisSync.Lib.Config.CmisRepoCredentials
FolderName string
Ignores List

Méthodes publiques

Méthode Description
Close ( ) : void

Close the UI

Edit ( CmisRepoCredentials credentials, string name, string remotePath, List ignores, string localPath ) : System

Constructor

Edit ( EditType type, CmisRepoCredentials credentials, string name, string remotePath, List ignores, string localPath ) : System

Constructor

OrderFrontRegardless ( ) : void
PerformClose ( NSObject sender ) : void

Méthodes protégées

Méthode Description
Close ( object sender, CancelEventArgs args ) : void

Private Methods

Méthode Description
CheckPassword ( object sender, DoWorkEventArgs args ) : void
CreateEdit ( ) : void

Create the UI

CreateTreeView ( ) : void
LoadEdit ( ) : void
PasswordChecked ( object sender, RunWorkerCompletedEventArgs args ) : void

Method Details

Close() public méthode

Close the UI
public Close ( ) : void
Résultat void

Close() protected méthode

protected Close ( object sender, CancelEventArgs args ) : void
sender object
args CancelEventArgs
Résultat void

Edit() public méthode

Constructor
public Edit ( CmisRepoCredentials credentials, string name, string remotePath, List ignores, string localPath ) : System
credentials CmisSync.Lib.Config.CmisRepoCredentials
name string
remotePath string
ignores List
localPath string
Résultat System

Edit() public méthode

Constructor
public Edit ( EditType type, CmisRepoCredentials credentials, string name, string remotePath, List ignores, string localPath ) : System
type EditType
credentials CmisSync.Lib.Config.CmisRepoCredentials
name string
remotePath string
ignores List
localPath string
Résultat System

OrderFrontRegardless() public méthode

public OrderFrontRegardless ( ) : void
Résultat void

PerformClose() public méthode

public PerformClose ( NSObject sender ) : void
sender NSObject
Résultat void

Property Details

Controller public_oe property

Controller
public EditController,CmisSync Controller
Résultat EditController

Credentials public_oe property

Credentials
public CmisRepoCredentials,CmisSync.Lib.Config Credentials
Résultat CmisSync.Lib.Config.CmisRepoCredentials

FolderName public_oe property

Synchronized folder name
public string FolderName
Résultat string

Ignores public_oe property

Ignore folder list
public List Ignores
Résultat List