Click or drag to resize
Infosoft Logo

CustomerLogEntryTypeCode Enumeration

An enumeration of customer log entry types.

Namespace: Infosoft.Common.Contracts.DataContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public enum CustomerLogEntryTypeCode
Members
Member nameValueDescription
Unknown0 Represents an unknown entry type. Do not use this type.
Online1 Represents an "online" log entry.
Manual2 Represents a manual log entry.
DailyMaintenance3 Represensts a log entry created by the daily maintenance routine.
See Also