RetrieveResponse<T> class
namespace: Serenity.Services assembly: Serenity.Net.Services
The service response model for a Retrieve service
public class RetrieveResponse<T> : ServiceResponse, IRetrieveResponse
parameter | description |
---|---|
T | Type of the entity |
Public Members
name | description |
---|---|
RetrieveResponse() | The default constructor. |
Entity { get; set; } | The returned entity |
Localizations { get; set; } | Dictionary containing localizations if requested. |
See Also
- class ServiceResponse
- interface IRetrieveResponse
- Source: RetrieveResponse.cs