Generated by DocFX

Interface IAutomationManager

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

Methods

View Source

AddAsync(Automation)

Declaration
Task<bool> AddAsync(Automation automation)
Parameters
Type Name Description
Automation automation
Returns
Type Description
Task<System.Boolean>
View Source

GetItemAsync(Guid)

Declaration
Task<Automation> GetItemAsync(Guid automationId)
Parameters
Type Name Description
Guid automationId
Returns
Type Description
Task<Automation>
View Source

GetItemsAsync()

Declaration
Task<List<Automation>> GetItemsAsync()
Returns
Type Description
Task<List<Automation>>
View Source

RemoveAsync(Guid)

Declaration
Task<bool> RemoveAsync(Guid automationId)
Parameters
Type Name Description
Guid automationId
Returns
Type Description
Task<System.Boolean>
View Source

UpdateAsync(Automation)

Declaration
Task<bool> UpdateAsync(Automation automation)
Parameters
Type Name Description
Automation automation
Returns
Type Description
Task<System.Boolean>

Extension Methods

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)