Click or drag to resize

ResponseT Class

Wrapper for single entity responses.
Inheritance Hierarchy
SystemObject
  FRAM.WcfService.Public.Models.ResponsesBaseResponse
    FRAM.WcfService.Public.Models.ResponsesResponseT

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 Response<T> : BaseResponse

Type Parameters

T

The ResponseT type exposes the following members.

Constructors
 NameDescription
Public methodResponseTInitializes a new instance of the ResponseT class
Top
Properties
 NameDescription
Public propertyData Single entity.

E.g. one Station for an GetStation(AuthTicket, Int16) call.
Public propertyMessage Details about unsuccessful requests (e.g. validation errors).
Empty if Result = TRUE.
(Inherited from BaseResponse)
Public propertyResult TRUE for successful requests.
If FALSE, see Message for details about warnings/errors.
(Inherited from BaseResponse)
Top
See Also