C# Class NMF.Models.Repository.ModelRepository.ModelRepositoryModelCollection

Inheritance: ModelCollection
Afficher le fichier Open project: NMFCode/NMF

Méthodes publiques

Méthode Description
Add ( Uri key, Model value ) : void
ModelRepositoryModelCollection ( ModelRepository repo ) : System
RegisterChangeHandlers ( ) : void
UnregisterChangeHandlers ( ) : void

Private Methods

Méthode Description
ModelBubbledChange ( object sender, BubbledChangeEventArgs e ) : void

Method Details

Add() public méthode

public Add ( Uri key, Model value ) : void
key System.Uri
value Model
Résultat void

ModelRepositoryModelCollection() public méthode

public ModelRepositoryModelCollection ( ModelRepository repo ) : System
repo ModelRepository
Résultat System

RegisterChangeHandlers() public méthode

public RegisterChangeHandlers ( ) : void
Résultat void

UnregisterChangeHandlers() public méthode

public UnregisterChangeHandlers ( ) : void
Résultat void