Interface ISystemEventHelper
Assembly: SoDataBase.dll
Syntax
public interface ISystemEventHelper
Methods
CreatePublishStartSystemEventAsync(UDefType)
Declaration
Task<SystemEventRow> CreatePublishStartSystemEventAsync(UDefType type)
Parameters
Returns
CreatePublishSystemEventAsync(UDefType)
Declaration
Task<SystemEventRow> CreatePublishSystemEventAsync(UDefType type)
Parameters
Returns
IsAnyPublishEventActiveAsync()
Declaration
Task<bool> IsAnyPublishEventActiveAsync()
Returns
IsAnyPublishEventActiveExceptAsync(UDefType)
Declaration
Task<bool> IsAnyPublishEventActiveExceptAsync(UDefType type)
Parameters
Returns
IsPublishEventActiveAsync(UDefType)
Declaration
Task<bool> IsPublishEventActiveAsync(UDefType type)
Parameters
Returns
IsPublishStartEventActiveAsync(UDefType)
Declaration
Task<bool> IsPublishStartEventActiveAsync(UDefType type)
Parameters
Returns
RemovePublishStartSystemEventAsync(UDefType)
Declaration
Task RemovePublishStartSystemEventAsync(UDefType type)
Parameters
Returns
RemovePublishSystemEventAsync(UDefType)
Declaration
Task RemovePublishSystemEventAsync(UDefType type)
Parameters
Returns
Extension Methods