Interface INamedDestinationCollection

INamedDestinationCollection interface

Collection of Named Destinations.

public interface INamedDestinationCollection

Properties

NameDescription
Count { get; }Returns count of the destinations.
Item { get; set; }Gets or sets destination by its name.
Names { get; }Gets array of names of the destinations.

Methods

NameDescription
Add(string, IAppointment)Adds new named destination.
Remove(string)Removes destination by its name.

See Also