  | 
CustomerLogEntryTypeCode Enumeration | 
            An enumeration of customer log entry types.
            
Namespace: Infosoft.Common.Contracts.DataContracts.CustomersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntaxpublic enum CustomerLogEntryTypeCode
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description | 
|---|
| Unknown | 0 | 
            Represents an unknown entry type. Do not use this type.
             | 
| Online | 1 | 
            Represents an "online" log entry.
             | 
| Manual | 2 | 
            Represents a manual log entry.
             | 
| DailyMaintenance | 3 | 
            Represensts a log entry created by the daily maintenance routine.
             | 
See Also