The UserStatus type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | 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. (Inherited from Object.) |
![]() | 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.) |
Properties
Name | Description | |
---|---|---|
![]() | ForwardNumber |
Gets the status forwarded number.
|
![]() | ICServers |
Gets the list of IC Servers.
|
![]() | IsInitialized |
Indicates whether this status has been initialized and is valid.
|
![]() | IsStale |
Gets a value indicating whether the user status is stale or not.
|
![]() | LoggedIn |
Gets a value indicating whether the user is currently logged in.
|
![]() | Notes |
Gets the status notes.
|
![]() | OnPhone |
Gets a value indicating whether the user is on the phone.
|
![]() | OnPhoneChanged |
Gets the time the current user went on the phone.
|
![]() | OnPhoneChangedHasValue |
Returns if the server set a valid DateTime value for OnPhoneChanged.
|
![]() | PresenceServer |
Gets the name of the server that is providing status for this user.
|
![]() | Stations |
Gets the list of stations.
|
![]() | StatusChanged |
Gets the time the user started in this status.
|
![]() | StatusChangedHasValue |
Returns if the server set a valid DateTime value for StatusChanged.
|
![]() | StatusMessageDetails |
Gets the status message definition.
|
![]() | UntilDate |
Gets the status until date.
|
![]() | UntilTime |
Gets the status until time.
|
![]() | UserId |
Gets the unique identifier for this user status entry. This is the IC User name.
|