Interface IFeatureEvent
Interface for feature event.
Namespace: Kephas.Application.Interaction
Assembly: Kephas.Application.dll
Syntax
public interface IFeatureEvent
Properties
| Improve this Doc View SourceFeature
Gets the feature.
Declaration
IFeatureInfo Feature { get; }
Property Value
Type | Description |
---|---|
IFeatureInfo | The feature. |
TimeStamp
Gets the time stamp.
Declaration
DateTimeOffset TimeStamp { get; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The time stamp. |