BenSelect Documentation
IHistoryStorageRecord Interface
Members  See Also  Send Feedback
Selerix.Foundation.Data Namespace : IHistoryStorageRecord Interface
Common interface for any history storage data record object.

Syntax

JScript 
public interface IHistoryStorageRecord 

Public Properties

 NameDescription
 PropertyChainUIDGets or sets the unique ID of an object which owns this record.  
 PropertyDateGets or sets the Date of the value changes.  
 PropertyPatchGets or sets the value changes as a string representation of the differences between the current and previous values of the record.  
 PropertyRevisionGets or set unique revison of the value changes.  
 PropertyTypeGets or set the Type of the object, object part or field for the record.  
 PropertyUserIDGets or sets the ID of the User that makes historically tracked changes with the object.  
 PropertyValueGets or sets the value of this record.  
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.