C# Class Redux.DevTools.TimeMachineState

Mostrar archivo Open project: GuillaumeSalles/redux.NET Class Usage Examples

Public Methods

Method 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 method

public TimeMachineState ( ) : System.Collections.Immutable
return System.Collections.Immutable

TimeMachineState() public method

public TimeMachineState ( TimeMachineState other ) : System.Collections.Immutable
other TimeMachineState
return System.Collections.Immutable

TimeMachineState() public method

public TimeMachineState ( object initialState ) : System.Collections.Immutable
initialState object
return System.Collections.Immutable

WithActions() public method

public WithActions ( ImmutableList actions ) : TimeMachineState
actions ImmutableList
return TimeMachineState

WithIsPaused() public method

public WithIsPaused ( bool isPaused ) : TimeMachineState
isPaused bool
return TimeMachineState

WithPosition() public method

public WithPosition ( int position ) : TimeMachineState
position int
return TimeMachineState

WithStates() public method

public WithStates ( ImmutableList states ) : TimeMachineState
states ImmutableList
return TimeMachineState