Click or drag to resize

UserSignInInfoCommand Class

This is a specialized command returning data related to User’s sign-in activity (“User” in this context means Back Office user, i.e. “Technician”).
Inheritance Hierarchy

Namespace:  CorrigoService.Commands
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class UserSignInInfoCommand : CommandRequest

The UserSignInInfoCommand type exposes the following members.

Properties
  NameDescription
Public propertySignInThresholdDate
Date/time value controlling the time interval for computing number of sign-in actions. Only sign-ins performed after SignInThresholdDate will be taken into account. NULL value is allowed; it means no sign-in count is necessary.
Public propertyUserIds
List of User ID values, required
Top
See Also