Class JournalUtility
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Operation
Assembly: VMOpCore.dll
The utility class for a journal.
public class JournalUtility
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
JournalUtility()
public JournalUtility()
Methods
ExecuteJournal(OperationType, ObjectBase)
Executes the journal.
public static void ExecuteJournal(JournalUtility.OperationType typeOp, ObjectBase objEntity)
Parameters
typeOp JournalUtility.OperationType
The type op.
objEntity ObjectBase
The object entity.
ExecuteJournal(string[])
Executes the journal.
public static void ExecuteJournal(string[] arDeleteNames)
Parameters
arDeleteNames string[]
The ar delete names.
ExecuteJournal(string)
Executes the journal.
public static void ExecuteJournal(string strDeleteName)
Parameters
strDeleteName string
Name of the string delete.
ExecuteJournal(OperationType, ObjectBase, string[])
Executes the journal.
public static void ExecuteJournal(JournalUtility.OperationType typeOp, ObjectBase objEntity, string[] arDeleteNames)
Parameters
typeOp JournalUtility.OperationType
The type op.
objEntity ObjectBase
The object entity.
arDeleteNames string[]
The ar delete names.