InfoConnect for Airlines
Application Class Members
Properties  Methods  Events


The following tables list the members exposed by Application.

Public Properties
 NameDescription
Public PropertyControlCountGets the number of controls that are running on this instance of the product.  
Public PropertyIdGets the instance identifier of this instance.  
Top
Public Methods
 NameDescription
Public MethodApplicationClosedEventSinkEvent sink. For internal use  
Public MethodApplicationClosingEventSinkEvent sink. For internal use  
Public MethodCloseCloses the InfoConnect application.  
Public MethodCreateControlOverloaded. Creates a control from a saved session file. The method returns a control instantiated from a previously saved session file.  
Public MethodCreateLayoutCreates controls specified by a layout file.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodEqualsOverloaded. Determines whether the specified Application is equal to the current Application  
Public MethodGetControlByInstanceIdGets the control that matches a control instance ID if that control is running on this instance of the product.  
Public MethodGetControlsByFilePathGets a collection of controls by specifying the session file path.  
Public MethodGetControlsByNameGets all of the controls running on this instance of InfoConnect that match the specified name.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetObjectGet an object by the object moniker.  
Public MethodReleaseResourceReleases all objects that have been created in the current Application object and that are no longer referenced by other objects.  
Public MethodWaitWaits for the specified duration.  
Top
Protected Methods
 NameDescription
Protected MethodFinalizeFinalizes an instance of the Application class.  
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnApplicationClosedRaise ApplicationClosed event.  
Protected MethodOnApplicationClosingRaise Application Closing event.  
Top
Public Events
 NameDescription
Public EventApplicationClosedThe event is raised when the InfoConnect application is closed.  
Public EventApplicationClosingThe event is raised when the InfoConnect application is about to close.  
Top
See Also