Show / Hide Table of Contents

Interface ISystemEventHelper

Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public interface ISystemEventHelper

Methods

CreatePublishStartSystemEventAsync(UDefType)

Declaration
Task<SystemEventRow> CreatePublishStartSystemEventAsync(UDefType type)
Parameters
Type Name Description
UDefType type
Returns
Type Description
Task<SystemEventRow>

CreatePublishSystemEventAsync(UDefType)

Declaration
Task<SystemEventRow> CreatePublishSystemEventAsync(UDefType type)
Parameters
Type Name Description
UDefType type
Returns
Type Description
Task<SystemEventRow>

IsAnyPublishEventActiveAsync()

Declaration
Task<bool> IsAnyPublishEventActiveAsync()
Returns
Type Description
Task<bool>

IsAnyPublishEventActiveExceptAsync(UDefType)

Declaration
Task<bool> IsAnyPublishEventActiveExceptAsync(UDefType type)
Parameters
Type Name Description
UDefType type
Returns
Type Description
Task<bool>

IsPublishEventActiveAsync(UDefType)

Declaration
Task<bool> IsPublishEventActiveAsync(UDefType type)
Parameters
Type Name Description
UDefType type
Returns
Type Description
Task<bool>

IsPublishStartEventActiveAsync(UDefType)

Declaration
Task<bool> IsPublishStartEventActiveAsync(UDefType type)
Parameters
Type Name Description
UDefType type
Returns
Type Description
Task<bool>

RemovePublishStartSystemEventAsync(UDefType)

Declaration
Task RemovePublishStartSystemEventAsync(UDefType type)
Parameters
Type Name Description
UDefType type
Returns
Type Description
Task

RemovePublishSystemEventAsync(UDefType)

Declaration
Task RemovePublishSystemEventAsync(UDefType type)
Parameters
Type Name Description
UDefType type
Returns
Type Description
Task

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top