Click or drag to resize

BaseResponse Class

Base wrapper for responses.
Inheritance Hierarchy

Namespace: FRAM.WcfService.Public.Models.Responses
Assembly: FRAM.WcfService.Public (in FRAM.WcfService.Public.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class BaseResponse

The BaseResponse type exposes the following members.

Constructors
 NameDescription
Public methodBaseResponseInitializes a new instance of the BaseResponse class
Top
Properties
 NameDescription
Public propertyMessage Details about unsuccessful requests (e.g. validation errors).
Empty if Result = TRUE.
Public propertyResult TRUE for successful requests.
If FALSE, see Message for details about warnings/errors.
Top
See Also