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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class LoginRequest
Properties
IntegratorId
Integrator identifier.
Declaration
public string IntegratorId { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.Collections.Generic.List<PrintOption> |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()