BenSelect Documentation
IConfigStorageService Interface
Members  See Also  Send Feedback
Selerix.Foundation.Interfaces Namespace : IConfigStorageService Interface
Interface for application cache service, aka QXConfig.Current

Syntax

JScript 
public interface IConfigStorageService 

Public Properties

 NameDescription
 PropertyCheckChangesTimeoutHow often we check if object was changed outside and need to be reloaded into cache.  
 PropertyItemOverloaded. Gets or Sets session parameter value.  
 PropertyRootDirGets the root dir.  
Top

Public Methods

 NameDescription
 MethodAddAdds the specified object to storage hash  
 MethodGetAsOfDateGet file AsOfDate  
 MethodGetFolderGuidByPathGets the folder GUID by path.  
 MethodGetLockObjectOverloaded. Gets the lock object.  
 MethodGetObjectByIDOverloaded. Gets the object by ID.  
 MethodGetRelativePathGets the relative path.  
 MethodGetStreamGets the stream.  
 MethodLoadOverloaded. Loads this instance.  
 MethodRemoveOverloaded. Removes the specified key.  
 MethodResolveFileResolves the file path to complite path.  
 MethodSaveOverloaded. Saves the specified XML obj.  
Top

Public Events

 NameDescription
 EventAfterLoadOccurs after object is loaded.  
 EventBeforeLoadOccurs before object is loaded.  
 EventBeforeSaveOccurs before object is saved  
Top

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.