ExecutionSettingsExtensions Class

TegoOS

ExecutionSettingsExtensions Class
Extension methods for ExecutionSettings.
Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2ExecutionSettingsExtensions

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static class ExecutionSettingsExtensions
<ExtensionAttribute>
Public NotInheritable Class ExecutionSettingsExtensions
[ExtensionAttribute]
public ref class ExecutionSettingsExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ExecutionSettingsExtensions =  class end

The ExecutionSettingsExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAntennas
Gets the list of antennas to use.
Public methodStatic memberGetDuration(ExecutionSettings)
Get the duration for a trigger. 0 if settings or trigger are null or trigger does not provide duration.
Public methodStatic memberGetDuration(Trigger)
Get the duration for a trigger. 0 if trigger is null or does not provide duration.
Public methodStatic memberGetRounds(ExecutionSettings)
Get the number of rounds for the settings (including null). 1 if settings or trigger are null or 0 if trigger does not provide rounds.
Public methodStatic memberGetRounds(Trigger)
Get the number of rounds for a trigger. 1 if trigger is null or 0 if trigger does not provide rounds.
Public methodStatic memberGetSession
Get the session for the settings or S0 if the settings are null.
Public methodStatic memberGetTrigger
Extension method to get trigger from settings without creating an exception if settings are null.
Top
See Also