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

The paged topic attributes interface. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Topics.IPagedTopicDetailsAttributes:
PushTechnology.ClientInterface.Client.Topics.ITopicDetailsAttributes PushTechnology.ClientInterface.Client.Topics.IPagedRecordTopicDetailsAttributes PushTechnology.ClientInterface.Client.Topics.IPagedStringTopicDetailsAttributes

Properties

IPagedTopicOrderingPolicy OrderingPolicy [get]
 Returns the ordering policy. More...
 
- Properties inherited from PushTechnology.ClientInterface.Client.Topics.ITopicDetailsAttributes
string Reference [get]
 Gets the topic reference. Returns null if one is not set. More...
 
bool TidiesOnUnsubscribe [get]
 Indicates whether the 'tidy on unsubscribe' option is set. More...
 
IDictionary< string, string > Properties [get]
 Returns any additional properties. More...
 

Detailed Description

The paged topic attributes interface.

Property Documentation

IPagedTopicOrderingPolicy PushTechnology.ClientInterface.Client.Topics.IPagedTopicDetailsAttributes.OrderingPolicy
get

Returns the ordering policy.

If ordering is PagedTopicOrdering.UNORDERED this will return PagedTopicOrderingPolicy.UNORDERED.

If ordering is PagedTopicOrdering.COMPARATOR this will return an instance of IPagedTopicDetailsAttributesComparatorOrderingPolicy.

If ordering is PagedTopicOrdering.DECLARED this will return an instance of the subtype appropriate to the TopicType.


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