C# Класс DevBridge.Templates.WebProject.Tools.Mvc.WireJson

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

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

Метод Описание
WireJson ( ) : System

Initializes a new instance of the WireJson class.

WireJson ( bool success ) : System

Initializes a new instance of the WireJson class.

WireJson ( bool success, dynamic data ) : System
WireJson ( bool success, string html ) : System

Initializes a new instance of the WireJson class.

WireJson ( bool success, string dataType, string data, string messages ) : System

Initializes a new instance of the WireJson class.

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

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

Initializes a new instance of the WireJson class.
public WireJson ( ) : System
Результат System

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

Initializes a new instance of the WireJson class.
public WireJson ( bool success ) : System
success bool Marks success flag.
Результат System

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

public WireJson ( bool success, dynamic data ) : System
success bool
data dynamic
Результат System

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

Initializes a new instance of the WireJson class.
public WireJson ( bool success, string html ) : System
success bool Marks success flag.
html string HTML to render in client side.
Результат System

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

Initializes a new instance of the WireJson class.
public WireJson ( bool success, string dataType, string data, string messages ) : System
success bool Marks success flag.
dataType string Type of the data.
data string The data.
messages string Messages to show.
Результат System