C# 클래스 Catel.Xamarin.Forms.ArgumentsProxyFactory.AlertArgumentsProxy

The alert arguments proxy.
상속: IArgumentsProxy
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
AlertArgumentsProxy ( string caption, string message, string positiveButton, string negativeButton ) : System

Initializes a new instance of the AlertArgumentsProxy class.

메소드 상세

AlertArgumentsProxy() 공개 메소드

Initializes a new instance of the AlertArgumentsProxy class.
public AlertArgumentsProxy ( string caption, string message, string positiveButton, string negativeButton ) : System
caption string The caption
message string The message
positiveButton string The positive button text
negativeButton string The negative button text
리턴 System