C# 클래스 Bloom.SendReceive.SendReceiver

상속: IDisposable
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SendReceiveDisabled bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckInNow ( string message ) : void
CheckPointWithDialog ( string dialogTitle ) : void
Dispose ( ) : void
SendReceiver ( Chorus.ChorusSystem chorusSystem, Func
getFormWithContextForInvokingErrorDialogs ) : System

메소드 상세

CheckInNow() 공개 메소드

public CheckInNow ( string message ) : void
message string
리턴 void

CheckPointWithDialog() 공개 메소드

public CheckPointWithDialog ( string dialogTitle ) : void
dialogTitle string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SendReceiver() 공개 메소드

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.
리턴 System

프로퍼티 상세

SendReceiveDisabled 공개적으로 정적으로 프로퍼티

public static bool SendReceiveDisabled
리턴 bool