Diffusion .NET API  5.9.4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.TopicDetails.Details.ServiceTopicDetailsImpl.ServiceTopicDetailsAttributes Class Reference

The service topic details attributes class. More...

Inheritance diagram for PushTechnology.ClientInterface.TopicDetails.Details.ServiceTopicDetailsImpl.ServiceTopicDetailsAttributes:
PushTechnology.ClientInterface.Client.Topics.IServiceTopicDetailsAttributes PushTechnology.ClientInterface.Client.Topics.ITopicDetailsAttributes

Public Member Functions

 ServiceTopicDetailsAttributes (ITopicDetailsAttributes from)
 Constructor. More...
 
 ServiceTopicDetailsAttributes (BaseAttributes baseAttributes, ServiceDetail serviceDetail)
 Constructor. More...
 
override bool Equals (object obj)
 Determines whether the specified T:System.Object is equal to the current T:System.Object. More...
 
override int GetHashCode ()
 Serves as a hash function for a particular type. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.TopicDetails.Details.TopicDetailsAttributes
override bool Equals (object obj)
 Determines whether the specified T:System.Object is equal to the current T:System.Object. More...
 
override int GetHashCode ()
 Serves as a hash function for a particular type. More...
 
override string ToString ()
 Returns a string that represents the current object. More...
 

Protected Member Functions

override void AppendToString (StringBuilder sb)
 Append extra information to the ToString() as required. More...
 
- Protected Member Functions inherited from PushTechnology.ClientInterface.TopicDetails.Details.TopicDetailsAttributes
 TopicDetailsAttributes (ITopicDetailsAttributes origin)
 Constructor. More...
 
 TopicDetailsAttributes (BaseAttributes baseAttributes)
 Constructor. More...
 
virtual void AppendToString (StringBuilder sb)
 Append extra information to the ToString() as required. More...
 

Properties

string ServiceType [get]
 Get the service type. More...
 
string Handler [get]
 Returns the service handler class name. More...
 
long RequestTimeout [get]
 Returns the service request timeout. More...
 
- Properties inherited from PushTechnology.ClientInterface.TopicDetails.Details.TopicDetailsAttributes
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...
 
TopicProperties TopicProperties [get]
 Returns the topic properties. 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...
 
- Properties inherited from PushTechnology.ClientInterface.Client.Topics.IServiceTopicDetailsAttributes
string ServiceType [get]
 Get the service type. More...
 
string Handler [get]
 Returns the service handler class name. More...
 
long RequestTimeout [get]
 Returns the service request timeout. More...
 

Detailed Description

The service topic details attributes class.

Constructor & Destructor Documentation

PushTechnology.ClientInterface.TopicDetails.Details.ServiceTopicDetailsImpl.ServiceTopicDetailsAttributes.ServiceTopicDetailsAttributes ( ITopicDetailsAttributes  from)

Constructor.

Parameters
fromAttributes to copy from.
PushTechnology.ClientInterface.TopicDetails.Details.ServiceTopicDetailsImpl.ServiceTopicDetailsAttributes.ServiceTopicDetailsAttributes ( BaseAttributes  baseAttributes,
ServiceDetail  serviceDetail 
)

Constructor.

Parameters
baseAttributesThe base attributes.
serviceDetailThe service detail.

Member Function Documentation

override void PushTechnology.ClientInterface.TopicDetails.Details.ServiceTopicDetailsImpl.ServiceTopicDetailsAttributes.AppendToString ( StringBuilder  sb)
protected

Append extra information to the ToString() as required.

Parameters
sb
override bool PushTechnology.ClientInterface.TopicDetails.Details.ServiceTopicDetailsImpl.ServiceTopicDetailsAttributes.Equals ( object  obj)

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

Returns
true if the specified object is equal to the current object; otherwise, false.
Parameters
objThe object to compare with the current object.

<filterpriority>2</filterpriority>

override int PushTechnology.ClientInterface.TopicDetails.Details.ServiceTopicDetailsImpl.ServiceTopicDetailsAttributes.GetHashCode ( )

Serves as a hash function for a particular type.

Returns
A hash code for the current T:System.Object.

<filterpriority>2</filterpriority>

Property Documentation

string PushTechnology.ClientInterface.TopicDetails.Details.ServiceTopicDetailsImpl.ServiceTopicDetailsAttributes.Handler
get

Returns the service handler class name.

long PushTechnology.ClientInterface.TopicDetails.Details.ServiceTopicDetailsImpl.ServiceTopicDetailsAttributes.RequestTimeout
get

Returns the service request timeout.

string PushTechnology.ClientInterface.TopicDetails.Details.ServiceTopicDetailsImpl.ServiceTopicDetailsAttributes.ServiceType
get

Get the service type.


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