A Sandcastle Documented Class Library
![]() | ExecutionSettingsExtensions Class |
Extension methods for ExecutionSettings.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

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.

Name | Description | |
---|---|---|
![]() ![]() | GetAntennas | Gets the list of antennas to use. |
![]() ![]() | GetDuration(ExecutionSettings) | Get the duration for a trigger. 0 if settings or trigger are null or trigger does not provide duration. |
![]() ![]() | GetDuration(Trigger) | Get the duration for a trigger. 0 if trigger is null or does not provide duration. |
![]() ![]() | GetRounds(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. |
![]() ![]() | GetRounds(Trigger) | Get the number of rounds for a trigger. 1 if trigger is null or 0 if trigger does not provide rounds. |
![]() ![]() | GetSession | Get the session for the settings or S0 if the settings are null. |
![]() ![]() | GetTrigger | Extension method to get trigger from settings without creating an exception if settings are null. |
