Bussgods API
Bussgods API
FRAM.WcfService.Public.Models.Responses
ArrayResponse<T> Class
ArrayResponse<T> Properties
Data Property
Array
Response
T
Data Property
Array of entities.
E.g. array of
Station
for an
GetStations(AuthTicket)
call.
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#
Copy
public
T[]
Data
{
get
;
set
; }
Property Value
T
See Also
Reference
ArrayResponse
T
Class
FRAM.WcfService.Public.Models.Responses Namespace