Show / Hide Table of Contents

Class FeatureEventBase

Base class for feature events.

Inheritance
System.Object
FeatureEventBase
FeatureStartedEvent
FeatureStartingEvent
FeatureStoppedEvent
FeatureStoppingEvent
Implements
IFeatureEvent
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 Source

FeatureEventBase(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 Source

Feature

Gets the feature.

Declaration
public IFeatureInfo Feature { get; }
Property Value
Type Description
IFeatureInfo

The feature.

| Improve this Doc View Source

TimeStamp

Gets the time stamp of event.

Declaration
public DateTimeOffset TimeStamp { get; }
Property Value
Type Description
System.DateTimeOffset

The time stamp.

Implements

IFeatureEvent

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX