Generated by DocFX

Interface IAction

Public interface of an action.

Namespace: ISynergy.Framework.Automations.Abstractions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public interface IAction

Properties

View Source

ActionId

Gets or sets the ActionId property value.

Declaration
Guid ActionId { get; }
Property Value
Type Description
Guid
View Source

AutomationId

Gets or sets the AutomationId property value.

Declaration
Guid AutomationId { get; }
Property Value
Type Description
Guid
View Source

Data

Gets or sets the Data property value.

Declaration
object Data { get; set; }
Property Value
Type Description
System.Object
View Source

Executed

Gets the Executed property value.

Declaration
bool Executed { get; }
Property Value
Type Description
System.Boolean
View Source

ExecutedDateTime

Gets the ExecutedDateTime property value.

Declaration
DateTimeOffset ExecutedDateTime { get; }
Property Value
Type Description
DateTimeOffset

Extension Methods

ActionExtensions.ToTask(IAction)
Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)