Class ReconfigParameters
Inheritance
System.Object
ReconfigParameters
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ReconfigParameters : object
Constructors
ReconfigParameters()
Create ReconfigParameters item.
Declaration
public ReconfigParameters()
ReconfigParameters(ReconfigParameters)
Create copy of ReconfigParameters item.
Declaration
public ReconfigParameters(ReconfigParameters copy)
Parameters
Type | Name | Description |
---|---|---|
ReconfigParameters | copy |
Properties
AcqId
Acquirer identifier. Uniquely identifies the acquirer.
Declaration
public long? AcqId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
ReconfigMode
Defines the type of the Reconfig Request.
Declaration
public ReconfigMode ReconfigMode { get; set; }
Property Value
Type | Description |
---|---|
ReconfigMode |
Methods
ToString()
String representation for debugging purpose.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |