MyChannels.Nirvana.Destination Class Reference

Represents a message destination in the realm. More...

Inheritance diagram for MyChannels.Nirvana.Destination:
MyChannels.Nirvana.IDestination

Public Member Functions

 Destination (string name, DestinationType type)
 Instantiate a Destination object. More...
 
override string ToString ()
 Converts the type & name of the destination into a string. More...
 

Properties

string Name [get]
 The name of the destination More...
 
DestinationType Type [get]
 The type of destination More...
 
- Properties inherited from MyChannels.Nirvana.IDestination
string Name [get]
 The name of the destination More...
 
DestinationType Type [get]
 The type of destination More...
 

Detailed Description

Represents a message destination in the realm.

Constructor & Destructor Documentation

MyChannels.Nirvana.Destination.Destination ( string  name,
DestinationType  type 
)

Instantiate a Destination object.

Parameters
nameThe name of the destination
typeThe type of destination

Member Function Documentation

override string MyChannels.Nirvana.Destination.ToString ( )

Converts the type & name of the destination into a string.

Returns
A string

Property Documentation

string MyChannels.Nirvana.Destination.Name
get

The name of the destination

DestinationType MyChannels.Nirvana.Destination.Type
get

The type of destination