FBJSON
...
language | c# |
---|
public static class ILC.Fishbowl.Client.Clients.FBJSON
Static Methods
...
Type
...
Name
...
Summary
...
...
DeserialiseResponse(String
json)
...
T
...
Deserialize(String
json)
...
String
...
Serialize(FbiJsonEnvelope
rq)
FishbowlClientBase
...
language | c# |
---|
FishbowlClientBase
public class ILC.Fishbowl.Client.Clients.FishbowlClientBase
Fields
...
Type
...
Name
...
Summary
...
String
...
Host
...
String
...
...
Int32
...
IAKey
...
String
...
IAName
...
String
...
Password
...
Int32
...
Port
...
String
...
Username
FishbowlJSONClient
...
language | c# |
---|
FishbowlJSONClient
public class ILC.Fishbowl.Client.Clients.FishbowlJSONClient : ILC.Fishbowl.Client.Clients.FishbowlClientBase, ILC.Fishbowl.Client.Interfaces.IFishbowlClient, System.IDisposable
...
Events
Type | Name | Summary |
| json_received |
| json_sent |
| login_data |
---|
Events
...
Type
...
Name
...
Summary
...
EventHandler<PayloadEvent>
...
OnPayloadEvent
Methods
...
Type
...
Name
...
Summary
...
void
...
Dispose()
...
String
...
GetTicket()
...
Boolean
...
Login(String
User, String
Password)
...
Boolean
...
Logout()
...
T
...
SendRequest(Object
request)
...
Task<T>
...
SendRequestAsync(Object
request)
...
void
...
SetTicket(String
TicketKey)
FishbowlXMLClient
...
language | c# |
---|
?+? | |
---|---|
OnPayloadEvent | EventHandler<PayloadEvent> |
Properties
Methods
FishbowlXMLClient
public class ILC.Fishbowl.Client.Clients.FishbowlXMLClient : ILC.Fishbowl.Client.Clients.FishbowlClientBase, ILC.Fishbowl.Client.Interfaces.IFishbowlClient, System.IDisposable
Properties
...
Events
NameSummary | ?+? |
| login_data |
| xml_received |
| xml_sent |
---|
Events
Type | Name | Summary |
---|---|---|
| OnPayloadEventOnPayloadEvent | EventHandler<PayloadEvent> |
Properties
Methods
...
Type
...
Name
...
Summary
...
void
...
Dispose()
...
String
...
GetTicket()
...
Boolean
...
Login(String
User, String
Password)
...
Boolean
...
Logout()
...
T
...
SendRequest(Object
request)
...
Task<T>
...
SendRequestAsync(Object
request)
...
void
...
ListAndObjectConverter
public class ILC.Fishbowl.Client.Clients.ListAndObjectConverter
: Newtonsoft.Json.JsonConverter