C# 클래스 DevBridge.Templates.WebProject.Tools.Mvc.WireJson

파일 보기 프로젝트 열기: devbridge/StandardWebProjectTemplate 1 사용 예제들

공개 메소드들

메소드 설명
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