C# Класс Catel.Xamarin.Forms.ArgumentsProxyFactory

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateAlertArgument ( string caption, string message, string positiveButton, string negativeButton ) : IArgumentsProxy

Creates a proxy for Xamarin.Forms.AlertArgument.

Описание методов

CreateAlertArgument() публичный статический Метод

Creates a proxy for Xamarin.Forms.AlertArgument.
public static CreateAlertArgument ( string caption, string message, string positiveButton, string negativeButton ) : IArgumentsProxy
caption string The caption
message string The message
positiveButton string The positive button text
negativeButton string The negative button text
Результат IArgumentsProxy