RetrieveResponse<T> class

namespace: Serenity.Services   assemblySerenity.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