ServiceRequest class

namespace: Serenity.Services   assemblySerenity.Net.Services

The base request object model for all service requests. Your custom request objects should all derive from this type.

public class ServiceRequest

Public Members

name description
ServiceRequest() The default constructor.
CustomData { get; set; } A custom data dictionary. Please consider subclassing the service request before passing data via this property. This should be only used in limited cases where subclassing is not feasible. Another option could be to add a [JsonExtensionData] but that could open way to the side effect ignoring typos.

See Also