IRetrieveResponse interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface for a RetrieveResponse. As the RetrieveResponse itself is generic, this allows easier access to its members.

public interface IRetrieveResponse

Members

name description
Entity { get; } The entity
Localizations { get; set; } Dictionary containing localizations if requested.

See Also