PresenceCategoryWithMetaData Members
Include Protected Members
Include Inherited Members
PresenceCategoryWithMetaData class represents a Rich Presence Category data and contains certain meta data information in addition to the category data.
The PresenceCategoryWithMetaData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PresenceCategoryWithMetaData(Int64, Int32, PresenceCategory) | Creates a new instance of the PresenceCategoryWithMetaData class. | |
PresenceCategoryWithMetaData(String, Int64, Int32) | Creates a new instance of the PresenceCategoryWithMetaData class with empty data. |
Top
Properties
Name | Description | |
---|---|---|
Category | Gets or sets the actual presence category data. | |
ContainerId | Gets the container ID of the container wherein the category is published. | |
Expires | Gets or sets the expiration time for the category. | |
ExpiryPolicy | Gets or sets expiration type for the category. The default expiration type is "endpoint". | |
ExtensionXml | Gets or sets the extension category xml set by derived classes. | |
InstanceId | Gets the instance ID of the category item. | |
Name | Gets the name of the category. | |
PublishTime | Gets the time of publication for the Category item. | |
Version | Gets the version number of the category item. |
Top
Methods
Name | Description | |
---|---|---|
CreateInnerDataXml | Creates an XML string that represents the presence category data. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ParseInnerDataXml | Parses XML into an instance that represents the presence category. | |
ToString | (inherited from Object) |
Top
Fields
Name | Description | |
---|---|---|
UnknownContainer | Constant for unknown container | |
UnknownExpires | Constant for unknown expiry time |
Top