BenSelect Documentation
IHistoryStorage Interface
Members  See Also  Send Feedback
Selerix.Foundation.Data Namespace : IHistoryStorage Interface
Gives methods to work with objects history.

Syntax

JScript 
public interface IHistoryStorage 

Public Properties

 NameDescription
 PropertyIsConfiguredReturns true if storage is configured.  
Top

Public Methods

 NameDescription
 MethodCommitCommits a new record to the History Storage.  
 MethodDeleteDeletes all history records associated with the object.  
 MethodFetchAllGets a list of all the object's history records with the given type.  
 MethodFetchByRevisionGets a list of all the object's history records with the given type for the given revision including all previous history records.  
 MethodHasHistoryReturns true if any history record exist for the specified object part, otherwise return false.  
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.