Interface INexusBackendSettings

Unit

Declaration

type INexusBackendSettings = interface(IConfigObject)

Description

No description available, ancestor IConfigObject description follows
No description available, ancestor IBaseConfigObject 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['{38325509-11A7-43E0-BA96-377F740419A7}']
Attributes
GUID['{67A9B82C-D94C-4297-9241-DD2B47918FE3}']
Attributes
GUID['{514B4B16-21CF-4F0F-B983-EE839A4BA197}']

Hierarchy

Overview

Methods

Public function GetURL: string;
Public procedure SetURL(const iValue: string);
Public function GetUser: string;
Public procedure SetUser(const iValue: string);
Public function GetPassword: string;
Public procedure SetPassword(const iValue: string);
Public function GetAudioPath: string;
Public procedure SetAudioPath(const iValue: string);
Public function GetCacheAudioPath: string;
Public procedure SetCacheAudioPath(const iValue: string);
Public function GetAlias: string;
Public procedure SetAlias(const iValue: string);
Public function GetFullURL: string;
Public function GetAttributeFieldID(iStation: TNexusStationType; iFieldName: string): integer;

Description

Methods

Public function GetURL: string;
 
Public procedure SetURL(const iValue: string);
 
Public function GetUser: string;
 
Public procedure SetUser(const iValue: string);
 
Public function GetPassword: string;
 
Public procedure SetPassword(const iValue: string);
 
Public function GetAudioPath: string;
 
Public procedure SetAudioPath(const iValue: string);
 
Public function GetCacheAudioPath: string;
 
Public procedure SetCacheAudioPath(const iValue: string);
 
Public function GetAlias: string;
 
Public procedure SetAlias(const iValue: string);
 
Public function GetFullURL: string;
 
Public function GetAttributeFieldID(iStation: TNexusStationType; iFieldName: string): integer;
 

Generated by PasDoc 0.16.0.