C# 클래스 NMF.Models.Evolution.ModelChangeCollection

Represents a root collection of model changes.
파일 보기 프로젝트 열기: NMFCode/NMF 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( IModelRepository repository ) : void

Applies all changes in this collection to the given repository.

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

비공개 메소드들

메소드 설명
ModelChangeCollection ( List changes ) : System
TraverseFlat ( IEnumerable baseList ) : IEnumerable

메소드 상세

Apply() 공개 메소드

Applies all changes in this collection to the given repository.
public Apply ( IModelRepository repository ) : void
repository IModelRepository
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ModelChangeCollection() 공개 메소드

public ModelChangeCollection ( ) : System
리턴 System

TraverseFlat() 공개 메소드

public TraverseFlat ( ) : IEnumerable
리턴 IEnumerable