Click or drag to resize
Infosoft Logo

LogForCustomerRequest Class

Provides data for the request to the LogForCustomer operation on ICustomerLoggerService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.CustomersLogForCustomerRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class LogForCustomerRequest

The LogForCustomerRequest type exposes the following members.

Properties
 NameDescription
Public propertyCustomerNumber Gets or sets the unique number of the customer to log for.
Public propertyEnteredBy Gets or sets an optional "source" for the log message. If not given, a default of "WEB" will be used.
Public propertyEnteredDate Gets or sets an optional date/time for the log message. If not given, the current time will be used.
Public propertyLogEntryTypeCode Gets or sets the log entry type code to mark the log message with.
Public propertyText Gets or sets the text to log.
Public propertyTitleCode Gets or sets the code of the title to log for. May be null.
Top
See Also