BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

CommServerConfigurationMain Members

The CommServerConfigurationMain type exposes the following members.

Constructors


  Name Description
Public method CommServerConfigurationMain()()()()
Initializes a new instance of the CommServerConfigurationMain class that is a main entry point to use and manage the configuration file.
Public method CommServerConfigurationMain(IContainer)
Initializes a new instance of the CommServerConfigurationMain class that is a main entry point to use and manage the configuration file.

Methods


  Name Description
Public method CreateObjRef(System.Type) (Inherited from MarshalByRefObject.)
Public method Dispose (Inherited from Component.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService(System.Type) (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone(System.Boolean) (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Open()()()()
Read the CommServer configuration from an external dictionary file. If file name not set it opens the file open dialog to choose the file.
Public method Open(String)
Opens the specified file name and reads the CommServer configuration from an external dictionary file. If FileName parameter is empty, it opens the file dialog to choose the file
Public method ReadConfiguration
Reads the configuration.
Public method Save
Save the CommServer configuration file in an external dictionary file.
Public method ToString
Returns a String containing the name of the Component, if any. This method should not be overridden.

Fields


  Name Description
Public field ConfigurationSaving
Is called before configuration saving.

Properties


  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Configuartion
Gets the configuartion.
Public property Container (Inherited from Component.)
Public property DefaultFileName
Gets or sets the default name of the file.
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property Menu
Gets the menu.
Public property OpenFileDialog
Gets the open file dialog - can be used to copy all properties.
Public property Site (Inherited from Component.)

Events


  Name Description
Public event ConfigurationChnged
Occurs when configuration has been chnged.
Public event Disposed (Inherited from Component.)