Interface IDBTemplate

Unit

Declaration

type IDBTemplate = interface(ISerializableList)

Description

No description available, ancestor ISerializableList description follows
No description available, ancestor IObservableList description follows
No description available, ancestor IBaseList description follows
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['{B8EEB016-F9C8-4F8A-8175-A55202865C00}']
Attributes
GUID['{E9CE75BB-0A06-4CF6-B03F-CF9D7FFA642B}']
Attributes
GUID['{A84FE685-6D72-4429-948C-CDB6691CFC15}']
Attributes
GUID['{B97B4DA1-FC7E-4408-B02E-88FACDBC4B23}']

Hierarchy

Overview

Methods

Public function GetID: string;
Public procedure SetID(const iValue: string);
Public function GetName: string;
Public procedure SetName(const iValue: string);
Public function GetDescription: string;
Public procedure SetDescription(const iValue: string);
Public function GetPostprocessingScript: string;
Public procedure SetPostprocessingScript(const iValue: string);
Public function GetOptions: TDBTemplateOptions;
Public procedure SetOptions(iValue: TDBTemplateOptions);
Public function GetItem(iIndex: Integer): IDBTemplateItem;
Public function GetMetadata(iIndex: integer): IDBTemplateItemMetadata;

Description

Methods

Public function GetID: string;
 
Public procedure SetID(const iValue: string);
 
Public function GetName: string;
 
Public procedure SetName(const iValue: string);
 
Public function GetDescription: string;
 
Public procedure SetDescription(const iValue: string);
 
Public function GetPostprocessingScript: string;
 
Public procedure SetPostprocessingScript(const iValue: string);
 
Public function GetOptions: TDBTemplateOptions;
 
Public procedure SetOptions(iValue: TDBTemplateOptions);
 
Public function GetItem(iIndex: Integer): IDBTemplateItem;
 
Public function GetMetadata(iIndex: integer): IDBTemplateItemMetadata;
 

Generated by PasDoc 0.16.0.