C# Class Bloom.SendReceive.SendReceiver

Inheritance: IDisposable
Mostra file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Properties

Property Type Description
SendReceiveDisabled bool

Private Properties

Property Type Description

Public Methods

Method Description
CheckInNow ( string message ) : void
CheckPointWithDialog ( string dialogTitle ) : void
Dispose ( ) : void
SendReceiver ( Chorus.ChorusSystem chorusSystem, Func
getFormWithContextForInvokingErrorDialogs ) : System

Method Details

CheckInNow() public method

public CheckInNow ( string message ) : void
message string
return void

CheckPointWithDialog() public method

public CheckPointWithDialog ( string dialogTitle ) : void
dialogTitle string
return void

Dispose() public method

public Dispose ( ) : void
return void

SendReceiver() public method

public SendReceiver ( Chorus.ChorusSystem chorusSystem, Func getFormWithContextForInvokingErrorDialogs ) : System
chorusSystem Chorus.ChorusSystem
getFormWithContextForInvokingErrorDialogs Func using a function here rather than a value /// becuase this class is created by the dependency injection system while building up this for (a /// project window), so that value isn't available yet.
return System

Property Details

SendReceiveDisabled public_oe static_oe property

public static bool SendReceiveDisabled
return bool