C# Class CmisSync.EditWizardController

显示文件 Open project: OpenDataSpace/CmisSync

Public Properties

Property Type Description
Controller EditController
Credentials CmisRepoCredentials
FolderName string
Ignores List

Private Properties

Property Type Description
EditWizardController System
OnCancel void
OnFinish void
OnPasswordChanged void
OnPasswordChanged void
ReleaseDesignerOutlets void

Public Methods

Method Description
AsyncNodeUpdate ( ) : void
AwakeFromNib ( ) : void
EditWizardController ( EditType type, CmisRepoCredentials credentials, string name, string remotePath, List ignores, string localPath ) : System
EditWizardController ( IntPtr handle ) : System
Initialize ( ) : void
InsertEvent ( ) : void
OutlineItemExpanded ( NSNotification notification ) : void
OutlineSelected ( NSCmisTree cmis, int selected ) : void
RemoveEvent ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
EditWizardController ( MonoMac.Foundation.NSCoder coder ) : System
OnCancel ( MonoMac sender ) : void
OnFinish ( MonoMac sender ) : void
OnPasswordChanged ( MonoMac sender ) : void
OnPasswordChanged ( NSObject sender ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

AsyncNodeUpdate() public method

public AsyncNodeUpdate ( ) : void
return void

AwakeFromNib() public method

public AwakeFromNib ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EditWizardController() public method

public EditWizardController ( EditType type, CmisRepoCredentials credentials, string name, string remotePath, List ignores, string localPath ) : System
type EditType
credentials CmisRepoCredentials
name string
remotePath string
ignores List
localPath string
return System

EditWizardController() public method

public EditWizardController ( IntPtr handle ) : System
handle IntPtr
return System

Initialize() public method

public Initialize ( ) : void
return void

InsertEvent() public method

public InsertEvent ( ) : void
return void

OutlineItemExpanded() public method

public OutlineItemExpanded ( NSNotification notification ) : void
notification NSNotification
return void

OutlineSelected() public method

public OutlineSelected ( NSCmisTree cmis, int selected ) : void
cmis NSCmisTree
selected int
return void

RemoveEvent() public method

public RemoveEvent ( ) : void
return void

Property Details

Controller public_oe property

public EditController,CmisSync Controller
return EditController

Credentials public_oe property

public CmisRepoCredentials Credentials
return CmisRepoCredentials

FolderName public_oe property

public string FolderName
return string

Ignores public_oe property

public List Ignores
return List