C# 클래스 FirstFloor.ModernUI.Dialogs.AsyncProgressEntry

파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Indetermitate AsyncProgressEntry
Message string
Progress double?
Ready AsyncProgressEntry

공개 메소드들

메소드 설명
AsyncProgressEntry ( string message, double progress ) : FirstFloor.ModernUI.Helpers
AsyncProgressEntry ( string message, int value, int total ) : FirstFloor.ModernUI.Helpers
CreateDownloading ( long receivedBytes, long totalBytes ) : AsyncProgressEntry
CreateUploading ( long sentBytes, long totalBytes ) : AsyncProgressEntry

메소드 상세

AsyncProgressEntry() 공개 메소드

public AsyncProgressEntry ( string message, double progress ) : FirstFloor.ModernUI.Helpers
message string
progress double
리턴 FirstFloor.ModernUI.Helpers

AsyncProgressEntry() 공개 메소드

public AsyncProgressEntry ( string message, int value, int total ) : FirstFloor.ModernUI.Helpers
message string
value int
total int
리턴 FirstFloor.ModernUI.Helpers

CreateDownloading() 공개 정적인 메소드

public static CreateDownloading ( long receivedBytes, long totalBytes ) : AsyncProgressEntry
receivedBytes long
totalBytes long
리턴 AsyncProgressEntry

CreateUploading() 공개 정적인 메소드

public static CreateUploading ( long sentBytes, long totalBytes ) : AsyncProgressEntry
sentBytes long
totalBytes long
리턴 AsyncProgressEntry

프로퍼티 상세

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

public static AsyncProgressEntry,FirstFloor.ModernUI.Dialogs Indetermitate
리턴 AsyncProgressEntry

Message 공개적으로 프로퍼티

public string Message
리턴 string

Progress 공개적으로 프로퍼티

public double? Progress
리턴 double?

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

public static AsyncProgressEntry,FirstFloor.ModernUI.Dialogs Ready
리턴 AsyncProgressEntry