![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Runs a sequence of ACTileLiveUpdate
actions against the given ACTile
.
More...
Public Member Functions | |
ACTileLiveUpdateTileSequence (ACTile tile) | |
Initializes a new instance of the ACTileLiveUpdateTileSequence class. More... | |
ACTileLiveUpdateTileSequence (ACTile tile, ACTileLiveUpdate[] liveUpdateActions) | |
Initializes a new instance of the ACTileLiveUpdateTileSequence class. More... | |
override void | PerformUpdate () |
Performs the update. More... | |
void | Clear () |
Clear this instance. More... | |
void | RemoveAt (int index) |
Removes the ACTileLiveUpdate at the given index More... | |
void | Add (ACTileLiveUpdate liveUpdateAction) |
Adds a new ACTileLiveUpdate to this ACTileLiveUpdateTileSequence More... | |
![]() | |
ACTileLiveUpdate () | |
Initializes a new instance of the ACTileLiveUpdate class. More... | |
Properties | |
ACTileLiveUpdate | this[int index] [get, set] |
Gets or sets the ACTileLiveUpdate at the specified index. More... | |
int | count [get] |
Gets the count of ACTileLiveUpdate s held in the sequence More... | |
Runs a sequence of ACTileLiveUpdate
actions against the given ACTile
.
ActionComponents.ACTileLiveUpdateTileSequence.ACTileLiveUpdateTileSequence | ( | ACTile | tile | ) |
Initializes a new instance of the ACTileLiveUpdateTileSequence
class.
tile | Tile. |
ActionComponents.ACTileLiveUpdateTileSequence.ACTileLiveUpdateTileSequence | ( | ACTile | tile, |
ACTileLiveUpdate[] | liveUpdateActions | ||
) |
Initializes a new instance of the ACTileLiveUpdateTileSequence
class.
tile | Tile. |
liveUpdateActions | Live update actions. |
void ActionComponents.ACTileLiveUpdateTileSequence.Add | ( | ACTileLiveUpdate | liveUpdateAction | ) |
Adds a new ACTileLiveUpdate
to this ACTileLiveUpdateTileSequence
liveUpdateAction | Live update action. |
void ActionComponents.ACTileLiveUpdateTileSequence.Clear | ( | ) |
Clear this instance.
|
virtual |
Performs the update.
Reimplemented from ActionComponents.ACTileLiveUpdate.
void ActionComponents.ACTileLiveUpdateTileSequence.RemoveAt | ( | int | index | ) |
Removes the ACTileLiveUpdate
at the given index
index | Index. |
|
get |
Gets the count of ACTileLiveUpdate
s held in the sequence
The count.
|
getset |
Gets or sets the ACTileLiveUpdate
at the specified index.
index | Index. |