Click or drag to resize

ArrayResponseT Class

Wrapper for array of entities responses.
Inheritance Hierarchy
SystemObject
  FRAM.WcfService.Public.Models.ResponsesBaseResponse
    FRAM.WcfService.Public.Models.ResponsesArrayResponseT

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

Type Parameters

T

The ArrayResponseT type exposes the following members.

Constructors
 NameDescription
Public methodArrayResponseTInitializes a new instance of the ArrayResponseT class
Top
Properties
 NameDescription
Public propertyData Array of entities.

E.g. array of Station for an GetStations(AuthTicket) 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