Class SystemEventHelper
This class contains helper functions for publishing user-defined fields.
Inheritance
SystemEventHelper
Assembly: SoDataBase.dll
Syntax
public class SystemEventHelper : Object
Fields
FreetextRebuildEventName
This class contains helper functions for publishing user-defined fields.
Declaration
public const string FreetextRebuildEventName = "kSEFreetextRebuild"
Field Value
Methods
CreateCounterRebuildEvent()
This class contains helper functions for publishing user-defined fields.
Declaration
public static ScopedSystemEvent CreateCounterRebuildEvent()
Returns
CreateFreetextRebuildEvent()
This class contains helper functions for publishing user-defined fields.
Declaration
public static ScopedSystemEvent CreateFreetextRebuildEvent()
Returns
CreatePublishStartSystemEvent(UDefType)
This class contains helper functions for publishing user-defined fields.
Declaration
public static SystemEventRow CreatePublishStartSystemEvent(UDefType type)
Parameters
Returns
CreatePublishSystemEvent(UDefType)
This class contains helper functions for publishing user-defined fields.
Declaration
public static SystemEventRow CreatePublishSystemEvent(UDefType type)
Parameters
Returns
CreateScopedEvent(String, SystemEventHelper.Scope, Int32)
This class contains helper functions for publishing user-defined fields.
Declaration
public static ScopedSystemEvent CreateScopedEvent(string key, SystemEventHelper.Scope scope, int owner)
Parameters
Returns
GetPublishStartSystemEventName(UDefType)
This class contains helper functions for publishing user-defined fields.
Declaration
public static string GetPublishStartSystemEventName(UDefType ownerType)
Parameters
Type |
Name |
Description |
UDefType |
ownerType |
|
Returns
GetPublishSystemEventName(UDefType)
This class contains helper functions for publishing user-defined fields.
Declaration
public static string GetPublishSystemEventName(UDefType ownerType)
Parameters
Type |
Name |
Description |
UDefType |
ownerType |
|
Returns
IsAnyPublishEventActive()
This class contains helper functions for publishing user-defined fields.
Declaration
public static bool IsAnyPublishEventActive()
Returns
IsAnyPublishEventActiveExcept(UDefType)
This class contains helper functions for publishing user-defined fields.
Declaration
public static bool IsAnyPublishEventActiveExcept(UDefType type)
Parameters
Returns
IsFreetextRebuildEventActive()
This class contains helper functions for publishing user-defined fields.
Declaration
public static bool IsFreetextRebuildEventActive()
Returns
IsPublishEventActive(UDefType)
This class contains helper functions for publishing user-defined fields.
Declaration
public static bool IsPublishEventActive(UDefType type)
Parameters
Returns
IsPublishStartEventActive(UDefType)
This class contains helper functions for publishing user-defined fields.
Declaration
public static bool IsPublishStartEventActive(UDefType type)
Parameters
Returns
IsScopedEventActive(String, SystemEventHelper.Scope, Int32)
This class contains helper functions for publishing user-defined fields.
Declaration
public static bool IsScopedEventActive(string key, SystemEventHelper.Scope scope, int owner)
Parameters
Returns
RemoveFreetextRebuildEvent()
This class contains helper functions for publishing user-defined fields.
Declaration
public static void RemoveFreetextRebuildEvent()
RemovePublishStartSystemEvent(UDefType)
This class contains helper functions for publishing user-defined fields.
Declaration
public static void RemovePublishStartSystemEvent(UDefType type)
Parameters
RemovePublishSystemEvent(UDefType)
This class contains helper functions for publishing user-defined fields.
Declaration
public static void RemovePublishSystemEvent(UDefType type)
Parameters
RemoveScopedEvent(String, SystemEventHelper.Scope, Int32)
This class contains helper functions for publishing user-defined fields.
Declaration
public static void RemoveScopedEvent(string key, SystemEventHelper.Scope scope, int owner)
Parameters
Extension Methods
EnumUtil.MapEnums<From, To>(From)