Click or drag to resize

LogNodeType Enumeration

Enum type to describe the type of a LogNode

Namespace:  SD.LLBLGen.Pro.Core
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
[FlagsAttribute]
public enum LogNodeType
Members
  Member nameValueDescription
None0 Undefined type.
GroupNode1 LogNode is a grouping node, which groups several nodes together
ActionDescription2 Lognode is an action description, describing an action on the parent.
Catalog4 Lognode represents actions on a catalog
Schema8 Lognode represents actions on a schema
Entity16 Lognode represents actions on an entity
TypedView32 Lognode represents actions on a typedview
TypedList64 Lognode represents actions on a typedlist
SPCall128 Lognode represents actions on a stored procedure call.
Project256 Lognode represents actions on a project
TaskPerformer512 Lognode represents actions logged by a taskperformer
TaskGroup1024 Lognode represents actions logged by a taskgroup
Task2048 Lognode represents actions logged by a task
ErrorDescription4096 Lognode represents an error description.
ChangeDescription8192 Lognode represents a change description. This is an action description, though marks a change.
WarningDescription16384 Lognode represents a warning description. This is an error description but not displayed as such.
TvfCall32768 Lognode represents actions on a tvf call.
See Also