ISaveRequest interface

namespace: Serenity.Services   assemblySerenity.Net.Services

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

public interface ISaveRequest

Members

name description
Entity { get; set; } Entity to insert / update
EntityId { get; set; } The entity ID to update, should only be passed for Update requests.
Localizations { get; set; } Dictionary of translations if required.

See Also