Class CommandRequest
Command request to send to card.
Inheritance
System.Object
CommandRequest
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)
System.Object.ToString()
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class CommandRequest
Constructors
CommandRequest()
Create command request.
Declaration
public CommandRequest()
CommandRequest(CommandRequest)
Create copy of command request.
Declaration
public CommandRequest(CommandRequest commandRequest)
Parameters
Type | Name | Description |
---|---|---|
CommandRequest | commandRequest |
Properties
CardCommand
Command to send to card.
Declaration
public string CardCommand { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CardReader
Defines that shall be used for the card commands.
Declaration
public CardReader CardReader { get; set; }
Property Value
Type | Description |
---|---|
CardReader |
ExecutionResource
If a dialog shall be shown during the execution of a command.
Declaration
public ResourceId ExecutionResource { get; set; }
Property Value
Type | Description |
---|---|
ResourceId |
NegativeResource
If a dialog shall be shown in case of a negative command response.
Declaration
public ResourceId NegativeResource { get; set; }
Property Value
Type | Description |
---|---|
ResourceId |
Order
Specifies the order of a CommandRequest/CommandResponse in the CommandRequestList/CommandResponseList.
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PositiveAnswers
Possible positive answers for a CommandRequest.
Declaration
public List<string> PositiveAnswers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
PositiveResource
If a dialog shall be shown in case of a positive command response.
Declaration
public ResourceId PositiveResource { get; set; }
Property Value
Type | Description |
---|---|
ResourceId |
PreResource
If a dialog shall be shown before sending a card command.
Declaration
public ResourceId PreResource { get; set; }
Property Value
Type | Description |
---|---|
ResourceId |