Interface IGetCurrentHostRecordEvent
Get current host record event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IGetCurrentHostRecordEvent : IRecordSetEvent, IEntityEvent, IHostSessionEvent, IModelEvent, IEvent
Remarks
Get current host record event information. See GetCurrentHostRecord(IGetCurrentHostRecordEvent)
Properties
CurrentRecordSetScreen
Fetches all records (including blank, repeated, filtered etc) on the current screen.
Declaration
IRecordSetScreen CurrentRecordSetScreen { get; }
Property Value
Type | Description |
---|---|
IRecordSetScreen | The records on the current screen |
Exceptions
Type | Condition |
---|---|
ApptrieveException |
DefaultCurrentHostRecord
Gets the index of the record that the VHI has determined as the current host record.
Declaration
int DefaultCurrentHostRecord { get; }
Property Value
Type | Description |
---|---|
int | The one-based index of the current host record |