Click or drag to resize
ContinuousIntegrationEventHandling Class
Handles object change events for the purpose of CI.
Inheritance Hierarchy
SystemObject
  CMS.ContinuousIntegration.InternalContinuousIntegrationEventHandling

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public static class ContinuousIntegrationEventHandling

The ContinuousIntegrationEventHandling type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBaseInfoDeleteAfter
Handles necessary actions after deleting a BaseInfo.
Public methodStatic memberBaseInfoInsertAfter
Handles necessary actions after inserting a BaseInfo.
Public methodStatic memberBaseInfoUpdateBefore
Handles necessary actions before updating a BaseInfo.
Public methodStatic memberHasObjectCodeNameChanged
Returns true when passed object has changed column containing code name.
Public methodStatic memberHasObjectFormDefinitionChanged
Returns true when passed object has changed any column containing form definition.
Top
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also