CodeMethodLog Properties |
The CodeMethodLog type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionId |
Angiver action som codemethod er en del af.
Er 0 hvis action (sidenhen) er blevet slettet.
| |
| AssemblyFileName | ||
| CallTime |
The execution time (date and time) of the codemethod
| |
| ClassPath |
Rummer det fuldt kvalificerede navn (namespace + classname) på den klasse,
som den udførte metode befinder sig i.
| |
| CodeMethod |
The executed codemethod - can be null.
| |
| CreatedBy |
The information is not used when an entry is made in the db!
Contains a user name.
| |
| DataObjectId |
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.
| |
| ErrorMessage | ||
| ExecutionTime |
The execution time (duration) of the codemethod.
The information is not used when an entry is made in the db!
| |
| Id | ||
| MethodName |
Metodenavn samt parametertyper og –navne.
| |
| ParamsIn |
Indgående parameterværdier.
| |
| ParamsOut |
Udgående parameterværdier.
| |
| Success |
Flag indicates whether the execution of the codemethod was successful
| |
| TransitionId |
Doesn't always contain a value!
TransitionId may refer a transition which no longer exists in the database.
|