public interface INamedDestinationCollection
Collection of Named Destinations.
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
IAppointment appointment)
Adds new named destination.
|
IAppointment |
get_Item(String name)
Gets destination by its name.
|
String[] |
getNames()
Gets array of names of the destinations.
|
void |
remove(String name)
Removes destination by its name.
|
void |
set_Item(String name,
IAppointment value)
Sets destination by its name.
|
int |
size()
Returns count of the destinations.
|
IAppointment get_Item(String name)
name - String valuevoid set_Item(String name, IAppointment value)
name - String valuevalue - IAppointment instanceint size()
void remove(String name)
name - String valuevoid add(String name, IAppointment appointment)
name - String valueappointment - IAppointment instanceString[] getNames()
Copyright © 2021 Aspose. All Rights Reserved.