C# Класс MyHelpers.AlertBoxFluentOptions

Наследование: IHtmlString, IAlertBoxFluentOptions
Показать файл Открыть проект

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

Метод Описание
AlertBoxFluentOptions ( MyHelpers.AlertBox parent ) : System
Attributes ( object htmlAttributes ) : IAlertBoxFluentOptions
HideCloseButton ( bool hideCloseButton = true ) : IAlertBoxFluentOptions
ToHtmlString ( ) : string
ToString ( ) : string

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

AlertBoxFluentOptions() публичный Метод

public AlertBoxFluentOptions ( MyHelpers.AlertBox parent ) : System
parent MyHelpers.AlertBox
Результат System

Attributes() публичный Метод

public Attributes ( object htmlAttributes ) : IAlertBoxFluentOptions
htmlAttributes object
Результат IAlertBoxFluentOptions

HideCloseButton() публичный Метод

public HideCloseButton ( bool hideCloseButton = true ) : IAlertBoxFluentOptions
hideCloseButton bool
Результат IAlertBoxFluentOptions

ToHtmlString() публичный Метод

public ToHtmlString ( ) : string
Результат string

ToString() публичный Метод

public ToString ( ) : string
Результат string