Interface IDBMusicBlockConfigItem

Unit

Declaration

type IDBMusicBlockConfigItem = 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['{1E7B59BE-AA7B-4DE5-842B-F305C462C62D}']

Hierarchy

Overview

Methods

Public function GetMode: TDBMusicBlockConfigItemMode;
Public procedure SetMode(iValue: TDBMusicBlockConfigItemMode);
Public function GetFolder: string;
Public procedure SetFolder(const iValue: string);
Public function GetRecursive: boolean;
Public procedure SetRecursive(iValue: boolean);
Public function GetItemType: TPlaylistItemType;
Public procedure SetItemType(iValue: TPlaylistItemType);
Public function GetAttributes: IStrings;
Public procedure SetAttributes(iValue: IStrings);
Public function GetSoftAttributeFilters: TSoftAttributeFilterArray;
Public procedure SetSoftAttributeFilters(const iValue: TSoftAttributeFilterArray);
Public function GetItem: string;
Public procedure SetItem(const iValue: string);
Public function GetOpener: string;
Public procedure SetOpener(const iValue: string);
Public function GetCloser: string;
Public procedure SetCloser(const iValue: string);

Description

Methods

Public function GetMode: TDBMusicBlockConfigItemMode;
 
Public procedure SetMode(iValue: TDBMusicBlockConfigItemMode);
 
Public function GetFolder: string;
 
Public procedure SetFolder(const iValue: string);
 
Public function GetRecursive: boolean;
 
Public procedure SetRecursive(iValue: boolean);
 
Public function GetItemType: TPlaylistItemType;
 
Public procedure SetItemType(iValue: TPlaylistItemType);
 
Public function GetAttributes: IStrings;
 
Public procedure SetAttributes(iValue: IStrings);
 
Public function GetSoftAttributeFilters: TSoftAttributeFilterArray;
 
Public procedure SetSoftAttributeFilters(const iValue: TSoftAttributeFilterArray);
 
Public function GetItem: string;
 
Public procedure SetItem(const iValue: string);
 
Public function GetOpener: string;
 
Public procedure SetOpener(const iValue: string);
 
Public function GetCloser: string;
 
Public procedure SetCloser(const iValue: string);
 

Generated by PasDoc 0.16.0.