PresenceCategory Members
Include Protected Members
Include Inherited Members
PresenceCategory represents the category data sent to the server.
The PresenceCategory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PresenceCategory(String) | Creates a new instance of the PresenceCategory class. | |
PresenceCategory(PresenceCategoryWithMetaData) | Creates a new instance of the PresenceCategory class. |
Top
Properties
Name | Description | |
---|---|---|
CategoryName | Gets the name of the category. |
Top
Methods
Name | Description | |
---|---|---|
CreateExpiryPolicy | Creates an expiry policy. | |
CreateInstanceId | Any category class where instanceId needs to be generated as custom, should override this method. In publication if instanceId is custom, then this method will be invoked. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GenerateInstanceId | Generate a unique hash for an instance id for a given string identifier and number of bits, return the ID. | |
GenerateMD5Hash | Obsolete. Generate an MD5 hash for a given string identifier and number of bits, return the ID. | |
GetCategoryDataXml | Returns the XML string represented by this category. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Fields
Name | Description | |
---|---|---|
InstanceIdUnknown | Instance ID is unknown. |
Top