Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Topics.PagedTopicCollationRules Class Reference

Collation order rules. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Topics.PagedTopicCollationRules:
PushTechnology.ClientInterface.Client.Topics.IPagedTopicRules

Public Member Functions

 PagedTopicCollationRules (string rules)
 Constructor. More...
 
override int GetHashCode ()
 Serves as a hash function for a particular type. More...
 
override bool Equals (object obj)
 Determines whether the specified T:System.Object is equal to the current T:System.Object. More...
 
override string ToString ()
 Returns a string that represents the current object. More...
 

Properties

string Rules [get, set]
 Returns the rules. More...
 
PagedTopicRuleType RuleType [get]
 Returns the rule type. More...
 
- Properties inherited from PushTechnology.ClientInterface.Client.Topics.IPagedTopicRules
PagedTopicRuleType RuleType [get]
 Returns the rule type. More...
 

Detailed Description

Collation order rules.

This specifies a set of collation rules that may be used with string data.

Deprecated since 5.9.

Constructor & Destructor Documentation

PushTechnology.ClientInterface.Client.Topics.PagedTopicCollationRules.PagedTopicCollationRules ( string  rules)

Constructor.

Parameters
rules

Member Function Documentation

override bool PushTechnology.ClientInterface.Client.Topics.PagedTopicCollationRules.Equals ( object  obj)

Determines whether the specified T:System.Object is equal to the current T:System.Object.

Returns
true if the specified T:System.Object is equal to the current T:System.Object; otherwise, false.
Parameters
objThe object to compare with the current object.
override int PushTechnology.ClientInterface.Client.Topics.PagedTopicCollationRules.GetHashCode ( )

Serves as a hash function for a particular type.

Returns
A hash code for the current T:System.Object.
override string PushTechnology.ClientInterface.Client.Topics.PagedTopicCollationRules.ToString ( )

Returns a string that represents the current object.

Returns
A string that represents the current object.

Property Documentation

string PushTechnology.ClientInterface.Client.Topics.PagedTopicCollationRules.Rules
getset

Returns the rules.

PagedTopicRuleType PushTechnology.ClientInterface.Client.Topics.PagedTopicCollationRules.RuleType
get

Returns the rule type.


The documentation for this class was generated from the following file: