Skip to main content

Class ChatSession

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ChatSession. Use the ChatSessionEntity on the Chat agent instead. Chat sessions belong to a chat topic, and contain messages to/from users

Inheritance

objectCarrierChatSession

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ChatSession()

Default constructor - defaults any enum props to 0.

Properties

ChatSessionId

The primary key (auto-incremented)

Property Value

int

See Also

CustomerServiceAgent