The interface for the Place class.

C# | Visual Basic | Visual C++ |
public interface IPlace
Public Interface IPlace
public interface class IPlace

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | AutoLoad |
Gets or sets a value indicating whether the Place is automatically loaded when the PlaceName changed.
|
![]() | Clone()()() |
Clones this instance.
|
![]() | ConfPlace |
Gets the CfgPlace from the configuration server.
|
![]() | ContainsSIPMedia |
Gets a value indicating if the place contains SIP media.
|
![]() | IsLoaded |
Gets a value indicating whether the IPlace is loaded from the configuration server using the PlaceName.
|
![]() | ListOfMedia |
Gets the list of media.
|
![]() | ListOfPossibleMedia |
Gets the list of possible media.
|
![]() | Load()()() |
Loads the IPlace from the configuration server using the PlaceName.
|
![]() | Loaded |
Occurs when the place is loaded.
|
![]() | MustReload |
Gets a value indicating whether the IPlace must be reloaded because the PlaceName has changed.
|
![]() | PlaceName |
Gets or sets the name of the place.
|
![]() | Unload()()() |
Releases all the configuration server data.
|
![]() | Unloaded |
Occurs when the place is unloaded.
|