2008 Style
Client Class Members
See Also  Properties  Methods  Events Send Feedback
Org.Edgerunner.Dynamics.Nav.CSide Namespace : Client Class


Glossary Item Box

The following tables list the members exposed by Client.

Public Properties

 NameDescription
Public PropertyApplicationVersion Gets the application version.  
Public PropertyCompany Gets the company name.  
Public PropertyCSideVersion Gets the C/Side version.  
Public PropertyCurrentForm Gets the current open and active form inside the Navision client instance.  
Public PropertyDatabase Gets the database name.  
Public PropertyIsBusy Gets a value indicating whether the Dynamics Nav client associated with instance is busy.  
Public PropertyIsRunning Gets a value indicating whether the Dynamics Nav client associated with this instance is running.  
Public PropertyObjects Gets the objects in the database the client is attached to.  
Public PropertyServer Gets the server name.  
Public PropertyServerType Gets the type of the server.  
Public PropertyTables Gets the tables in the database the client is attached.  
Public PropertyWindowHandle Gets the window handle for the Navision client instance.  
Top

Public Methods

 NameDescription
Public MethodBeginTransaction Begins a transaction inside the Navision client instance.  
Public Methodstatic (Shared in Visual Basic)CleanupDisposes of all Client instances.  
Public MethodCommit Commits the current transaction and automatically begins a new one.  
Public MethodCompileObject Compiles the specified object.  
Public MethodCompileObjects Compiles the objects within the supplied filter.  
Public MethodDisposeOverloaded.  Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodEndTransaction Ends current the transaction.  
Public MethodError Triggers an error to be displayed inside the Navision client instance with the supplied message.  
Public Methodstatic (Shared in Visual Basic)GetClientOverloaded.  Gets the specific running Navision client instance that corresponds to the supplied serverType/server/database/company.  
Public Methodstatic (Shared in Visual Basic)GetClientsOverloaded. Gets a List of the current running Navision client instances.  
Public MethodGetObjectRetrieves a specific Object instance.  
Public MethodGetObjectsRetrieves a dictionary containing objects indexed by their object number.  
Public MethodGetTable Retrieves an Table instance that corresponds to the table ID provided.  
Public MethodOpenLink Opens the hyperlink within the Navision client instance.  
Public MethodReadObjectToStream Reads the specified object to a stream.  
Public MethodWriteObjectFromStream Writes the specified text object to Navision from a stream.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeReleases unmanaged resources and performs other cleanup operations before the Client is reclaimed by garbage collection.  
Top

Public Events

 NameDescription
Public EventActivated Occurs when the client instance gains focus.  
Public EventCompanyChanged Occurs when the client instance changes company.  
Public EventDatabaseChanged Occurs when the client instance changes database.  
Public EventDeactivated Occurs when the client instance loses focus.  
Public EventFormOpened Occurs when a form is opened inside the client instance.  
Public EventServerChanged Occurs when the client instance changes server.  
Top

See Also

© 2013 All Rights Reserved.