...
public static class ILC.Fishbowl.Client.Clients.FBJSON
Static Methods
Name | Type | Comments |
---|---|---|
Deserialize | Deserialize(`String` json) | |
DeserialiseResponse | DeserialiseResponse(`String` json) | |
Serialize | Serialize(`FbiJsonEnvelope` rq) |
FishbowlClientBase
public class ILC.Fishbowl.Client.Clients.FishbowlClientBase
Fields
Name | Type | Comments |
---|---|---|
Host | String | |
Port | Int32 | |
IAKey | Int32 | |
IAName | String | |
IADesc | String | |
Username | String | |
Password | String |
FishbowlJSONClient
public class ILC.Fishbowl.Client.Clients.FishbowlJSONClient : ILC.Fishbowl.Client.Clients.FishbowlClientBase, ILC.Fishbowl.Client.Interfaces.IFishbowlClient, System.IDisposable
Events
Name | Type | Comments |
---|---|---|
OnPayloadEvent | EventHandler<PayloadEvent> |
Properties
Name | Type | Comments |
---|---|---|
login_data | LoginRs | |
json_sent | String | |
json_received | String |
Methods
Name | Type | Comments |
---|---|---|
Dispose | Dispose() | |
SetTicket | SetTicket(`String` TicketKey) | |
GetTicket | GetTicket() | |
Login | Login(`String` User, `String` Password) | |
Logout | Logout() | |
SendRequest | SendRequest(`Object` request) | |
SendRequestAsync | SendRequestAsync(`Object` request) |
FishbowlXMLClient
public class ILC.Fishbowl.Client.Clients.FishbowlXMLClient : ILC.Fishbowl.Client.Clients.FishbowlClientBase, ILC.Fishbowl.Client.Interfaces.IFishbowlClient, System.IDisposable
Events
Name | Type | Comments |
---|---|---|
OnPayloadEvent | EventHandler<PayloadEvent> |
Properties
Name | Type | Comments |
---|---|---|
login_data | LoginRsType | |
xml_sent | String | |
xml_received | String |
Methods
Name | Type | Comments |
---|---|---|
Dispose | Dispose() | |
Login | Login(`String` User, `String` Password) | |
SendRequest | SendRequest(`Object` request) | |
SendRequestAsync | SendRequestAsync(`Object` request) | |
SetTicket | SetTicket(`String` TicketKey) | |
Logout | Logout() | |
GetTicket | GetTicket() |
ListAndObjectConverter
public class ILC.Fishbowl.Client.Clients.ListAndObjectConverter : Newtonsoft.Json.JsonConverter
Methods
Name | Type | Comments |
---|---|---|
CanConvert | CanConvert(`Type` objectType) | |
ReadJson | ReadJson(`JsonReader` reader, `Type` objectType, `Object` existingValue, `JsonSerializer` serializer) | |
WriteJson | WriteJson(`JsonWriter` writer, `Object` value, `JsonSerializer` serializer) |