INamedDestinationCollection

INamedDestinationCollection interface

Collection de destinations nommées.

public interface INamedDestinationCollection

Propriétés

NomLa description
Count { get; }Renvoie le nombre de destinations.
Item { get; set; }Obtient ou définit la destination par son nom.
Names { get; }Récupère le tableau des noms des destinations.

Méthodes

NomLa description
Add(string, IAppointment)Ajoute une nouvelle destination nommée.
Remove(string)Supprime la destination par son nom.

Voir également