Click or drag to resize

EdaIntegration Class

The initial starting point for programmatically accessing Early Data Analyzer
Inheritance Hierarchy
SystemObject
  Law.EdaIntegrationEdaIntegration

Namespace:  Law.EdaIntegration
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class EdaIntegration

The EdaIntegration type exposes the following members.

Constructors
  NameDescription
Public methodEdaIntegration
Initializes a new instance of the EdaIntegration class
Top
Properties
  NameDescription
Public propertyCases
Access case-related data in Early Data Analyzer
Public propertyManagementStore
Gets the management store
Top
Methods
  NameDescription
Public methodCode exampleInitializeEnvironment
Initializes the Early Data Analyzer Integration Library environment and connects to the EDA_Management database using the supplied connection data
Public methodInitializeEnvironmentIni
Initialize API using a ini file for mgmt db and service settings. The ini file name and directory supplied here will be set in the global paths class for use by the rest of the code
Top
See Also