Class LoginRequest
Contains explicit login information for use with Login()} or LoginAsync(). Without using LoginRequest the information is assembled from the default parameters stored in the terminal properties.
Inheritance
System.Object
LoginRequest
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class LoginRequest : object
Properties
IntegratorId
Integrator identifier.
Declaration
public String IntegratorId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
ManufacturerFlags
Manufacturer flags overriding the print options set by the configuration file or using SetManufacturerFlags in the Terminal instances.
Declaration
public int ManufacturerFlags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PosId
Declaration
public String PosId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
PrintOptions
Print options overriding the print options set by the configuration file or using SetPrintOptions method in the Terminal instances.
Declaration
public List<PrintOption> PrintOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PrintOption> |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
| Type | Description |
|---|---|
| String |