Interface IEventListItem

Unit

Declaration

type IEventListItem = interface(ISerializable)

Description

No description available, ancestor ISerializable description follows
No description available, ancestor IUpdateObject description follows
No description available, ancestor IObservable description follows

—————————————————————————– Base Interfaces —————————————————————————–

Attributes
GUID['{8532953B-320D-418B-A447-AC95DFAC368B}']
Attributes
GUID['{4C481E54-568A-46B4-BAAA-C0071932FDCF}']
Attributes
GUID['{DF9B1F9D-09D1-4790-BC9E-D299A578B71A}']
Attributes
GUID['{5402B57F-BB8C-403E-8B7D-454C854A0E88}']

Hierarchy

Overview

Methods

Public function GetYear: integer;
Public procedure SetYear(iValue: integer);
Public function GetMonth: string;
Public procedure SetMonth(const iValue: string);
Public function GetDay: string;
Public procedure SetDay(const iValue: string);
Public function GetWeekday: string;
Public procedure SetWeekday(const iValue: string);
Public function GetHour: string;
Public procedure SetHour(const iValue: string);
Public function GetMinute: string;
Public procedure SetMinute(const iValue: string);
Public function GetSecond: string;
Public procedure SetSecond(const iValue: string);
Public function GetExpiration: TDateTime;
Public procedure SetExpiration(iValue: TDateTime);
Public function GetLastExecution: TDateTime;
Public procedure SetLastExecution(iValue: TDateTime);
Public function GetActions: IActionList;
Public function GetDescription: string;
Public procedure SetDescription(const iValue: string);
Public function GetNextExecution: TDateTime;
Public function GetRunInAutomation: boolean;
Public procedure SetRunInAutomation(iValue: boolean);
Public function GetRunInAssist: boolean;
Public procedure SetRunInAssist(iValue: boolean);
Public function GetRunOnAir: boolean;
Public procedure SetRunOnAir(iValue: boolean);
Public function GetRunOffAir: boolean;
Public procedure SetRunOffAir(iValue: boolean);
Public function GetPlaylist: integer;
Public procedure SetPlaylist(iValue: integer);
Public function GetEnabled: boolean;
Public procedure SetEnabled(iValue: boolean);
Public function GetNoLogging: boolean;
Public procedure SetNoLogging(iValue: boolean);

Description

Methods

Public function GetYear: integer;
 
Public procedure SetYear(iValue: integer);
 
Public function GetMonth: string;
 
Public procedure SetMonth(const iValue: string);
 
Public function GetDay: string;
 
Public procedure SetDay(const iValue: string);
 
Public function GetWeekday: string;
 
Public procedure SetWeekday(const iValue: string);
 
Public function GetHour: string;
 
Public procedure SetHour(const iValue: string);
 
Public function GetMinute: string;
 
Public procedure SetMinute(const iValue: string);
 
Public function GetSecond: string;
 
Public procedure SetSecond(const iValue: string);
 
Public function GetExpiration: TDateTime;
 
Public procedure SetExpiration(iValue: TDateTime);
 
Public function GetLastExecution: TDateTime;
 
Public procedure SetLastExecution(iValue: TDateTime);
 
Public function GetActions: IActionList;
 
Public function GetDescription: string;
 
Public procedure SetDescription(const iValue: string);
 
Public function GetNextExecution: TDateTime;
 
Public function GetRunInAutomation: boolean;
 
Public procedure SetRunInAutomation(iValue: boolean);
 
Public function GetRunInAssist: boolean;
 
Public procedure SetRunInAssist(iValue: boolean);
 
Public function GetRunOnAir: boolean;
 
Public procedure SetRunOnAir(iValue: boolean);
 
Public function GetRunOffAir: boolean;
 
Public procedure SetRunOffAir(iValue: boolean);
 
Public function GetPlaylist: integer;
 
Public procedure SetPlaylist(iValue: integer);
 
Public function GetEnabled: boolean;
 
Public procedure SetEnabled(iValue: boolean);
 
Public function GetNoLogging: boolean;
 
Public procedure SetNoLogging(iValue: boolean);
 

Generated by PasDoc 0.16.0.