C# 클래스 Redux.DevTools.TimeMachineState

파일 보기 프로젝트 열기: GuillaumeSalles/redux.NET 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

TimeMachineState() 공개 메소드

public TimeMachineState ( ) : System.Collections.Immutable
리턴 System.Collections.Immutable

TimeMachineState() 공개 메소드

public TimeMachineState ( TimeMachineState other ) : System.Collections.Immutable
other TimeMachineState
리턴 System.Collections.Immutable

TimeMachineState() 공개 메소드

public TimeMachineState ( object initialState ) : System.Collections.Immutable
initialState object
리턴 System.Collections.Immutable

WithActions() 공개 메소드

public WithActions ( ImmutableList actions ) : TimeMachineState
actions ImmutableList
리턴 TimeMachineState

WithIsPaused() 공개 메소드

public WithIsPaused ( bool isPaused ) : TimeMachineState
isPaused bool
리턴 TimeMachineState

WithPosition() 공개 메소드

public WithPosition ( int position ) : TimeMachineState
position int
리턴 TimeMachineState

WithStates() 공개 메소드

public WithStates ( ImmutableList states ) : TimeMachineState
states ImmutableList
리턴 TimeMachineState