C# Class ReAttach.ReAttachHistory

Inheritance: IReAttachHistory
显示文件 Open project: erlandranvinge/ReAttach Class Usage Examples

Public Methods

Method Description
Load ( ) : bool
ReAttachHistory ( IReAttachRepository repository ) : ReAttach.Contracts
Save ( ) : bool

Method Details

Load() public method

public Load ( ) : bool
return bool

ReAttachHistory() public method

public ReAttachHistory ( IReAttachRepository repository ) : ReAttach.Contracts
repository IReAttachRepository
return ReAttach.Contracts

Save() public method

public Save ( ) : bool
return bool