C# Class NMF.Models.Evolution.ChangeTransaction

Inheritance: IModelChange
显示文件 Open project: NMFCode/NMF Class Usage Examples

Public Methods

Method Description
Apply ( IModelRepository repository ) : void
ChangeTransaction ( IModelChange sourceChange, IEnumerable nestedChanges ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
ChangeTransaction ( ) : System

Method Details

Apply() public method

public Apply ( IModelRepository repository ) : void
repository IModelRepository
return void

ChangeTransaction() public method

public ChangeTransaction ( IModelChange sourceChange, IEnumerable nestedChanges ) : System
sourceChange IModelChange
nestedChanges IEnumerable
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int