Click or drag to resize

IUpdateContext Interface

Represents the user ID and the timestamp that is used to mark subsequent updates of repository items (objects, folders, etc.).

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IUpdateContext

The IUpdateContext type exposes the following members.

Properties
  NameDescription
Public propertyTimestamp
Gets or sets the timestamp that is used to mark subsequent repository updates.
Public propertyUserName
Gets or sets the user name that is used to mark subsequent repository updates.
Top
See Also