Interface IEdit
Interface for an edit that was performed on an object.
Namespace: Simplic.UI.ScheduleView
Assembly: Simplic.UI.dll
Syntax
public interface IEdit
Properties
| Improve this Doc View SourceEditDate
Gets or sets System.DateTime value determining the time and date the edit was performed.
Declaration
DateTime EditDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EditorId
Gets or sets the object identifying the editor. It is recommended to use a System.Guid for that purpose whenever possible.
Declaration
object EditorId { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
EditorName
Gets or sets System.String value representing the name of the editor in a human-readable form.
Declaration
string EditorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets System.Guid value for unique identification of an edit.
Declaration
Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |