ResponseResult(T) Class

DCSoft.DBUtilityGeneric

ResponseResultT Class
响应消息类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.WebResponseResult
    DCSoft.Utility.WebResponseResultT

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ResponseResult<T> : ResponseResult
where T : class

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DCSoft.Utility.Web.ResponseResult`1"]

The ResponseResultT type exposes the following members.

Constructors
  NameDescription
Public methodResponseResultT
Initializes a new instance of the ResponseResultT class
Top
Methods
  NameDescription
Public methodStatic memberDefault
响应消息封装类
Public methodStatic memberDeserialize
Http 响应消息反序列化类
Public methodEquals (Inherited from Object.)
Public methodStatic memberError
Http 响应消息封装类
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSuccess
响应消息封装类
Public methodToJson
json 序列化
(Inherited from ResponseResult.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyEntity
业务实体
Public propertyMessage
消息内容
(Inherited from ResponseResult.)
Public propertyStatus
状态
(Inherited from ResponseResult.)
Top
See Also