Event_Attrib Changed Operator
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpEvent_AttribChangedOperator |
| Module | cenpylib.CENPyOlpEvent_AttribChangedOperator |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 6 |
Quick Start
# Boilerplate Example
# Acquire the event object from the runtime context
event_AttribChangedOperator = ... # provided by the frameworkMethod Index
| Method | Returns | Summary |
|---|---|---|
GetAttribGetter | CENPyOlpAttribGetter | Get attribute getter interface which handles the Olp attribute container. |
GetAttribSetter | CENPyOlpAttribSetter | Get attribute setter interface. |
GetLoggerOperator | CENPyOlpLogOperator | Get logger operator. |
GetController | CENPyOlpController | Get OLP controller. |
GetChangedAttributeName | str | Gets the changed attribute name for the represented series object. |
IsEventCreatedAutomatically | bool | Get if the reference Event was created by a rule, another event, or inserted manually. |
Query Methods
GetAttribGetter
def GetAttribGetter() -> CENPyOlpAttribGetterGet attribute getter interface which handles the Olp attribute container.
Returns: CENPyOlpAttribGetter — Attribute getter interface.
GetAttribSetter
def GetAttribSetter() -> CENPyOlpAttribSetterGet attribute setter interface.
Returns: CENPyOlpAttribSetter — Attribute setter interface.
GetLoggerOperator
def GetLoggerOperator() -> CENPyOlpLogOperatorGet logger operator.
Returns: CENPyOlpLogOperator — Logger operator.
GetController
def GetController() -> CENPyOlpControllerGet OLP controller.
Returns: CENPyOlpController — OLP controller.
GetChangedAttributeName
def GetChangedAttributeName() -> strGets the changed attribute name for the represented series object.
Returns: str — Name of the changed attribute.
IsEventCreatedAutomatically
def IsEventCreatedAutomatically() -> boolGet if the reference Event was created by a rule, another event, or inserted manually.
Returns: bool — True if the Event was created by a rule or by another Event, False if inserted manually.
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?