The StatusMessageDetails type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object..::..Equals(Object).) | |
Equals(StatusMessageDetails) |
Determines whether the specified StatusMessageDetails is equal to the current StatusMessageDetails.
| |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides Object..::..GetHashCode()()()().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
Equality |
Determines whether two instances of StatusMessageDetails are equal.
| |
Inequality |
Determines whether two instances of StatusMessageDetails are not equal.
|
Properties
Name | Description | |
---|---|---|
CanHaveDate |
Gets a value indicating whether this status can have an ending date.
| |
CanHaveTime |
Gets a value indicating whether this status can have an ending time.
| |
DefaultAvailableIcon |
Gets the default icon associated with any valid Available status.
| |
DefaultUnavailableIcon |
Gets the default icon associated with any invalid or Unavailable status.
| |
GroupTag |
Gets the group this status belongs to for reporting.
| |
Icon |
Gets the icon associated with this status message.
| |
IconFileName |
Gets the path to an icon file used to display for this status.
| |
Id |
Gets the unique internal identifier for this status. See MessageText for display usages.
| |
IsAcdStatus |
Gets a value indicating whether this status allows ACD calls.
| |
IsAfterCallWorkStatus |
Gets a value indicating whether this status requires after call work (ACW).
| |
IsAllowFollowUpStatus |
Gets a value indicating whether this status allows follow up.
| |
IsDoNotDisturbStatus |
Gets a value indicating whether this instance is a do not disturb status.
| |
IsFollowMeStatus |
Gets a value indicating whether this status is a "follow me" status.
| |
IsForwardStatus |
Gets a value indicating whether this instance is a forward status.
| |
IsPersistentStatus |
Gets a value indicating whether the status can persist when the agent logs out of IC.
| |
IsSelectableStatus |
Gets a value indicating whether this status is selectable by an agent.
| |
IsValid |
Gets whether this status message is valid.
| |
MessageText |
Gets the localized message text when displaying this status.
| |
SystemId |
Gets an unique numeric identifier for this status message.
|