C# Class SimTelemetry.Domain.Memory.MemoryProvider

Inheritance: IDataProvider
Afficher le fichier Open project: nlhans/SimTelemetry Class Usage Examples

Méthodes publiques

Méthode Description
Add ( IDataNode pool ) : void
Contains ( string name ) : bool
Get ( string name ) : IDataNode
GetAll ( ) : IEnumerable
MarkDirty ( ) : void
MemoryProvider ( MemoryReader reader ) : System
Refresh ( ) : void
Remove ( IDataNode pool ) : void

Method Details

Add() public méthode

public Add ( IDataNode pool ) : void
pool IDataNode
Résultat void

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

Get() public méthode

public Get ( string name ) : IDataNode
name string
Résultat IDataNode

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

MarkDirty() public méthode

public MarkDirty ( ) : void
Résultat void

MemoryProvider() public méthode

public MemoryProvider ( MemoryReader reader ) : System
reader MemoryReader
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Remove() public méthode

public Remove ( IDataNode pool ) : void
pool IDataNode
Résultat void