C# Class Rsdn.Janus.SyncForm

Summary description for SyncForm.
Inheritance: System.Windows.Forms.Form, ISyncProgressVisualizer, ITaskIndicatorProvider, ISyncErrorInformer
Exibir arquivo Open project: rsdn/janus Class Usage Examples

Private Properties

Property Type Description
ChangeButtonMode void
CustomInitializeComponent void
HasSameErrorText bool
InitProgressText void
InitializeComponent void
PinCheckCheckedChanged void
RefreshDurationTimer_Tick void
RefreshIndicators void
SyncTaskListRetrieveVirtualItem void
_cancelButton_Click void
_copyButton_Click void
_errorsGrid_CellFormatting void

Public Methods

Method Description
AddError ( SyncErrorInfo errorInfo ) : void
AppendTaskIndicator ( string taskName ) : ITaskIndicator
ReportProgress ( int total, int current ) : void
SetCompressionSign ( CompressionState state ) : void
SetProgressText ( string text ) : void
SyncForm ( IServiceProvider provider ) : System
TryClose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ChangeButtonMode ( ) : void
CustomInitializeComponent ( ) : void
HasSameErrorText ( SyncErrorInfo errorInfo ) : bool
InitProgressText ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PinCheckCheckedChanged ( object sender, EventArgs e ) : void
RefreshDurationTimer_Tick ( object sender, EventArgs e ) : void
RefreshIndicators ( ) : void
SyncTaskListRetrieveVirtualItem ( object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e ) : void
_cancelButton_Click ( object sender, EventArgs e ) : void
_copyButton_Click ( object sender, EventArgs e ) : void
_errorsGrid_CellFormatting ( object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e ) : void

Method Details

AddError() public method

public AddError ( SyncErrorInfo errorInfo ) : void
errorInfo SyncErrorInfo
return void

AppendTaskIndicator() public method

public AppendTaskIndicator ( string taskName ) : ITaskIndicator
taskName string
return ITaskIndicator

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ReportProgress() public method

public ReportProgress ( int total, int current ) : void
total int
current int
return void

SetCompressionSign() public method

public SetCompressionSign ( CompressionState state ) : void
state CompressionState
return void

SetProgressText() public method

public SetProgressText ( string text ) : void
text string
return void

SyncForm() public method

public SyncForm ( IServiceProvider provider ) : System
provider IServiceProvider
return System

TryClose() public method

public TryClose ( ) : void
return void