C# Class Queem.Core.History.DeltaChange

显示文件 Open project: Ribtoks/Queem Class Usage Examples

Protected Properties

Property Type Description
changes Queem.Core.History.Change[]
lastIndex int

Public Methods

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

Method Details

AddItem() public method

public AddItem ( ) : void
return void

DeltaChange() public method

public DeltaChange ( ) : System
return System

DeltaChange() public method

public DeltaChange ( DeltaChange from ) : System
from DeltaChange
return System

Filter() public method

public Filter ( bool>.Func predicate ) : IEnumerable
predicate bool>.Func
return IEnumerable

GetCopy() public method

public GetCopy ( ) : DeltaChange
return DeltaChange

GetCurrent() public method

public GetCurrent ( ) : Change
return Change

GetNext() public method

public GetNext ( MoveAction action ) : Change
action MoveAction
return Change

HasItems() public method

public HasItems ( ) : bool
return bool

PopLast() public method

public PopLast ( ) : Change
return Change

RemoveLast() public method

public RemoveLast ( ) : void
return void

Property Details

changes protected_oe property

protected Change[],Queem.Core.History changes
return Queem.Core.History.Change[]

lastIndex protected_oe property

protected int lastIndex
return int