![]() |
Diffusion .NET API
5.9.4
|
Attributes implementation. More...
Public Member Functions | |
ChildListTopicDetailsAttributes (ITopicDetailsAttributes from) | |
Constructor. More... | |
ChildListTopicDetailsAttributes (BaseAttributes attributes) | |
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... | |
override string | ToString () |
Returns a string that represents the current object. More... | |
Additional Inherited Members | |
![]() | |
TopicDetailsAttributes (ITopicDetailsAttributes origin) | |
Constructor. More... | |
TopicDetailsAttributes (BaseAttributes baseAttributes) | |
Constructor. More... | |
virtual void | AppendToString (StringBuilder sb) |
Append extra information to the ToString() as required. More... | |
![]() | |
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... | |
![]() | |
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... | |
Attributes implementation.
PushTechnology.ClientInterface.TopicDetails.Details.ChildListTopicDetailsImpl.ChildListTopicDetailsAttributes.ChildListTopicDetailsAttributes | ( | ITopicDetailsAttributes | from | ) |
Constructor.
from | Attributes to copy from. |
PushTechnology.ClientInterface.TopicDetails.Details.ChildListTopicDetailsImpl.ChildListTopicDetailsAttributes.ChildListTopicDetailsAttributes | ( | BaseAttributes | attributes | ) |
Constructor.
attributes | The base attributes. |