Click or drag to resize

IEAPBase Interface

Describes a common interface for objects.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IEAPBase

The IEAPBase type exposes the following members.

Properties
  NameDescription
Public propertyID
Gets the object's unique identifier.
Public propertyProperties
The Properties collection of Property objects for this object.
Public propertyTextItems
The TextItems collection of TextItem localized text objects for this object.
Public propertyVersion
Gets/sets the version of this object's assembly.
Top
Methods
  NameDescription
Public methodExec
The Exec method provides extended functionality.
Top
See Also