Gets a reference to the cached reference (lookup) data used throughout the iBOs.
Namespace:
Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public static CReferenceData ReferenceData { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property ReferenceData As CReferenceData |
| Visual C++ |
|---|
public: static property CReferenceData^ ReferenceData { CReferenceData^ get (); } |
Field Value
An instance of the CReferenceData object that has cached reference and validation data for this iMIS instance.
Remarks
For performance reasons, most reference and validation tables are cached via
the CReferenceData object. These cached values are used throughout the
iBO code but may also be used by applications to fill drop down lists, etc., to ensure that
the application and iBO code are using the same data and to enhance the performace of the
application code.