ICON Software Solutions
Icon.Audit.LogType Enumerations

Namespace:  Icon
Assembly:  Icon (in Icon.dll) Version: 2011.1.1.6 (2011.1.1.6)

Syntax

C#
public enum LogType
Visual Basic (Declaration)
Public Enumeration LogType
Visual C++
public enum class LogType
J#
public enum LogType

Members

Member nameDescription
CriticalError
Icon.Audit.LogType.CriticalError Enumeration
Warning
Icon.Audit.LogType.Warning Enumeration
Advice
Icon.Audit.LogType.Advice Enumeration
Insert
Icon.Audit.LogType.Insert Enumeration
Update
Icon.Audit.LogType.Update Enumeration
Delete
Icon.Audit.LogType.Delete Enumeration

Remarks

Use these enumerations to select the type of audit message to display.

See Also