ResponseResult(T).Entity Property

DCSoft.DBUtilityGeneric

ResponseResultTEntity Property
业务实体

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public T Entity { get; set; }

Property Value

Type: T
The entity.
See Also