C# Class Redux.DevTools.TimeMachineState

Afficher le fichier Open project: GuillaumeSalles/redux.NET Class Usage Examples

Méthodes publiques

Méthode Description
TimeMachineState ( ) : System.Collections.Immutable
TimeMachineState ( TimeMachineState other ) : System.Collections.Immutable
TimeMachineState ( object initialState ) : System.Collections.Immutable
WithActions ( ImmutableList actions ) : TimeMachineState
WithIsPaused ( bool isPaused ) : TimeMachineState
WithPosition ( int position ) : TimeMachineState
WithStates ( ImmutableList states ) : TimeMachineState

Method Details

TimeMachineState() public méthode

public TimeMachineState ( ) : System.Collections.Immutable
Résultat System.Collections.Immutable

TimeMachineState() public méthode

public TimeMachineState ( TimeMachineState other ) : System.Collections.Immutable
other TimeMachineState
Résultat System.Collections.Immutable

TimeMachineState() public méthode

public TimeMachineState ( object initialState ) : System.Collections.Immutable
initialState object
Résultat System.Collections.Immutable

WithActions() public méthode

public WithActions ( ImmutableList actions ) : TimeMachineState
actions ImmutableList
Résultat TimeMachineState

WithIsPaused() public méthode

public WithIsPaused ( bool isPaused ) : TimeMachineState
isPaused bool
Résultat TimeMachineState

WithPosition() public méthode

public WithPosition ( int position ) : TimeMachineState
position int
Résultat TimeMachineState

WithStates() public méthode

public WithStates ( ImmutableList states ) : TimeMachineState
states ImmutableList
Résultat TimeMachineState