C# 클래스 Queem.Core.History.DeltaChange

파일 보기 프로젝트 열기: Ribtoks/Queem 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
changes Queem.Core.History.Change[]
lastIndex int

공개 메소드들

메소드 설명
AddItem ( ) : void
DeltaChange ( ) : System
DeltaChange ( DeltaChange from ) : System
Filter ( bool>.Func predicate ) : IEnumerable
GetCopy ( ) : DeltaChange
GetCurrent ( ) : Change
GetNext ( MoveAction action ) : Change
HasItems ( ) : bool
PopLast ( ) : Change
RemoveLast ( ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( ) : void
리턴 void

DeltaChange() 공개 메소드

public DeltaChange ( ) : System
리턴 System

DeltaChange() 공개 메소드

public DeltaChange ( DeltaChange from ) : System
from DeltaChange
리턴 System

Filter() 공개 메소드

public Filter ( bool>.Func predicate ) : IEnumerable
predicate bool>.Func
리턴 IEnumerable

GetCopy() 공개 메소드

public GetCopy ( ) : DeltaChange
리턴 DeltaChange

GetCurrent() 공개 메소드

public GetCurrent ( ) : Change
리턴 Change

GetNext() 공개 메소드

public GetNext ( MoveAction action ) : Change
action MoveAction
리턴 Change

HasItems() 공개 메소드

public HasItems ( ) : bool
리턴 bool

PopLast() 공개 메소드

public PopLast ( ) : Change
리턴 Change

RemoveLast() 공개 메소드

public RemoveLast ( ) : void
리턴 void

프로퍼티 상세

changes 보호되어 있는 프로퍼티

protected Change[],Queem.Core.History changes
리턴 Queem.Core.History.Change[]

lastIndex 보호되어 있는 프로퍼티

protected int lastIndex
리턴 int