C# Class NMF.Models.Evolution.ModelChangeCollection

Represents a root collection of model changes.
Afficher le fichier Open project: NMFCode/NMF Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( IModelRepository repository ) : void

Applies all changes in this collection to the given repository.

Equals ( object obj ) : bool
GetHashCode ( ) : int
ModelChangeCollection ( ) : System
TraverseFlat ( ) : IEnumerable

Private Methods

Méthode Description
ModelChangeCollection ( List changes ) : System
TraverseFlat ( IEnumerable baseList ) : IEnumerable

Method Details

Apply() public méthode

Applies all changes in this collection to the given repository.
public Apply ( IModelRepository repository ) : void
repository IModelRepository
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ModelChangeCollection() public méthode

public ModelChangeCollection ( ) : System
Résultat System

TraverseFlat() public méthode

public TraverseFlat ( ) : IEnumerable
Résultat IEnumerable