Click or drag to resize

ICoreInterface Interface

Interface for exposing Core data entities.

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public interface ICoreInterface

The ICoreInterface type exposes the following members.

Properties
  NameDescription
Public propertyCoreComponent
Message source identifying the section of core data entity where this logic originates from.
Public propertyDataType
Data type identifying the class of a core data entity.
Public propertyDBID
Unique ID per type of core data used to distinguish a core data entity in a storage medium. DBID is short for Database ID
Public propertyIndex
The ordinal number in the core storage structures for a core data entity.
Public propertyName
A human readable name identifying a core data entity.
Top
Methods
  NameDescription
Public methodGetID
Globally unique ID identifying a core data entity.
Top
See Also