Click or drag to resize

CodeMethodLog Class

The class models an executed codemethod - the data is kept in tblcodemethodlog.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelCodeMethodLog

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class CodeMethodLog : IObjectWithId, 
	ICloneable

The CodeMethodLog type exposes the following members.

Constructors
  NameDescription
Public methodCodeMethodLog
Top
Properties
  NameDescription
Public propertyActionId
Angiver action som codemethod er en del af. Er 0 hvis action (sidenhen) er blevet slettet.
Public propertyAssemblyFileName
Public propertyCallTime
The execution time (date and time) of the codemethod
Public propertyClassPath
Rummer det fuldt kvalificerede navn (namespace + classname) på den klasse, som den udførte metode befinder sig i.
Public propertyCodeMethod
The executed codemethod - can be null.
Public propertyCreatedBy
The information is not used when an entry is made in the db! Contains a user name.
Public propertyDataObjectId
Denotes the "action" object that the codemethod was executed on/for It should not be assigned in the controller! DataObjectId may refer a data object which no longer exists in the database.
Public propertyErrorMessage
Public propertyExecutionTime
The execution time (duration) of the codemethod. The information is not used when an entry is made in the db!
Public propertyId
Public propertyMethodName
Metodenavn samt parametertyper og –navne.
Public propertyParamsIn
Indgående parameterværdier.
Public propertyParamsOut
Udgående parameterværdier.
Public propertySuccess
Flag indicates whether the execution of the codemethod was successful
Public propertyTransitionId
Doesn't always contain a value! TransitionId may refer a transition which no longer exists in the database.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also