C# Class Munq.TypeRegistry

Inheritance: IDisposable
Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode Description
Add ( Registration reg ) : void
All ( Type type ) : IEnumerable
Dispose ( ) : void
Get ( string name, Type type ) : Registration
GetDerived ( Type type ) : IEnumerable
GetDerived ( string name, Type type ) : IEnumerable
Remove ( IRegistration ireg ) : void
TryGet ( string name, Type type ) : Registration

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
MakeKey ( string name, Type type ) : IRegistrationKey

Method Details

Add() public méthode

public Add ( Registration reg ) : void
reg Registration
Résultat void

All() public méthode

public All ( Type type ) : IEnumerable
type System.Type
Résultat IEnumerable

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Get() public méthode

public Get ( string name, Type type ) : Registration
name string
type System.Type
Résultat Registration

GetDerived() public méthode

public GetDerived ( Type type ) : IEnumerable
type System.Type
Résultat IEnumerable

GetDerived() public méthode

public GetDerived ( string name, Type type ) : IEnumerable
name string
type System.Type
Résultat IEnumerable

Remove() public méthode

public Remove ( IRegistration ireg ) : void
ireg IRegistration
Résultat void

TryGet() public méthode

public TryGet ( string name, Type type ) : Registration
name string
type System.Type
Résultat Registration