Class FeatureEventBase
Base class for feature events.
Inheritance
System.Object
FeatureEventBase
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Application.Interaction
Assembly: Kephas.Application.dll
Syntax
public abstract class FeatureEventBase : IFeatureEvent
Constructors
| Improve this Doc View SourceFeatureEventBase(IFeatureInfo)
Initializes a new instance of the FeatureEventBase class.
Declaration
protected FeatureEventBase(IFeatureInfo feature)
Parameters
Type | Name | Description |
---|---|---|
IFeatureInfo | feature | The feature. |
Properties
| Improve this Doc View SourceFeature
Gets the feature.
Declaration
public IFeatureInfo Feature { get; }
Property Value
Type | Description |
---|---|
IFeatureInfo | The feature. |
TimeStamp
Gets the time stamp of event.
Declaration
public DateTimeOffset TimeStamp { get; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The time stamp. |