Click or drag to resize

IObjectWithLastChangedInfo Interface

Represents an object that keeps track of when it was last edited and by whom.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface IObjectWithLastChangedInfo

The IObjectWithLastChangedInfo type exposes the following members.

Properties
  NameDescription
Public propertyChangedBy
Id of user who made the change.
Public propertyChangeTime
When was the change made?
Top
See Also