Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FBJSON

...

languagec#

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

...

languagec#

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

...

languagec#

FishbowlJSONClient


public class ILC.Fishbowl.Client.Clients.FishbowlJSONClient
    : ILC.Fishbowl.Client.Clients.FishbowlClientBase, ILC.Fishbowl.Client.Interfaces.IFishbowlClient, System.IDisposable

...

Events

Type

Name

Summary

String

json_received

String

json_sent

LoginRs

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

...

languagec#

?+?

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

?+?

LoginRsType

login_data

String

xml_received

String

xml_sent

Events

Type

Name

Summary

EventHandler<PayloadEvent>

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

Methods