Interface IFieldEvent
Field event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IFieldEvent : IRecordEvent, IRecordSetEvent, IEntityEvent, IHostSessionEvent, IModelEvent, IEvent
Properties
FieldMetaData
Gets the metadata for this field.
Declaration
IFieldMetaData FieldMetaData { get; }
Property Value
Type | Description |
---|---|
IFieldMetaData | The metadata for the field |
Exceptions
Type | Condition |
---|---|
ApptrieveException | if an error occurs obtaining the metadata. |
FieldName
Gets the field name.
Declaration
string FieldName { get; }
Property Value
Type | Description |
---|---|
string | The name of the field. |