C# 클래스 Jojatekok.MoneroGUI.Desktop.ExtensionMethods

파일 보기 프로젝트 열기: kripod/MoneroGui.Net

공개 메소드들

메소드 설명
GetName ( this platform ) : string
IndexOfAddress ( this collection, string address ) : int
IndexOfLabel ( this collection, string label ) : int
ReWrap ( this input ) : string
SetLocationToCenterScreen ( this window ) : void
SetPlaceholderTextBindingPath ( this textBox, Func placeholderTextBinding ) : void
SetTextBindingPath ( this textControl, Func textBinding ) : void
SetToolTipBindingPath ( this textControl, Func toolTipBinding ) : void
SetWindowProperties ( this form, Func titleBindingPath, Eto.Drawing.Size size, Eto.Drawing.Size minimumSize = default(Size) ) : void
SetWindowProperties ( this dialog, string title, Eto.Drawing.Size minimumSize = default(Size) ) : void
ShowError ( this control, string message ) : void
ShowInformation ( this control, string message ) : void
ShowQuestion ( this control, string message, string title, MessageBoxDefaultButton defaultButton = MessageBoxDefaultButton.Yes ) : bool
ShowWarning ( this control, string message ) : void
ToStringReadable ( this timeSpan ) : string
UppercaseFirst ( this input ) : string

메소드 상세

GetName() 공개 정적인 메소드

public static GetName ( this platform ) : string
platform this
리턴 string

IndexOfAddress() 공개 정적인 메소드

public static IndexOfAddress ( this collection, string address ) : int
collection this
address string
리턴 int

IndexOfLabel() 공개 정적인 메소드

public static IndexOfLabel ( this collection, string label ) : int
collection this
label string
리턴 int

ReWrap() 공개 정적인 메소드

public static ReWrap ( this input ) : string
input this
리턴 string

SetLocationToCenterScreen() 공개 정적인 메소드

public static SetLocationToCenterScreen ( this window ) : void
window this
리턴 void

SetPlaceholderTextBindingPath() 공개 정적인 메소드

public static SetPlaceholderTextBindingPath ( this textBox, Func placeholderTextBinding ) : void
textBox this
placeholderTextBinding Func
리턴 void

SetTextBindingPath() 공개 정적인 메소드

public static SetTextBindingPath ( this textControl, Func textBinding ) : void
textControl this
textBinding Func
리턴 void

SetToolTipBindingPath() 공개 정적인 메소드

public static SetToolTipBindingPath ( this textControl, Func toolTipBinding ) : void
textControl this
toolTipBinding Func
리턴 void

SetWindowProperties() 공개 정적인 메소드

public static SetWindowProperties ( this form, Func titleBindingPath, Eto.Drawing.Size size, Eto.Drawing.Size minimumSize = default(Size) ) : void
form this
titleBindingPath Func
size Eto.Drawing.Size
minimumSize Eto.Drawing.Size
리턴 void

SetWindowProperties() 공개 정적인 메소드

public static SetWindowProperties ( this dialog, string title, Eto.Drawing.Size minimumSize = default(Size) ) : void
dialog this
title string
minimumSize Eto.Drawing.Size
리턴 void

ShowError() 공개 정적인 메소드

public static ShowError ( this control, string message ) : void
control this
message string
리턴 void

ShowInformation() 공개 정적인 메소드

public static ShowInformation ( this control, string message ) : void
control this
message string
리턴 void

ShowQuestion() 공개 정적인 메소드

public static ShowQuestion ( this control, string message, string title, MessageBoxDefaultButton defaultButton = MessageBoxDefaultButton.Yes ) : bool
control this
message string
title string
defaultButton MessageBoxDefaultButton
리턴 bool

ShowWarning() 공개 정적인 메소드

public static ShowWarning ( this control, string message ) : void
control this
message string
리턴 void

ToStringReadable() 공개 정적인 메소드

public static ToStringReadable ( this timeSpan ) : string
timeSpan this
리턴 string

UppercaseFirst() 공개 정적인 메소드

public static UppercaseFirst ( this input ) : string
input this
리턴 string