C# Class Framework.Mvc.Resources.FrameworkResourceReader

Read resources from IResourceCache.
Inheritance: IResourceReader
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
Close ( ) : void

Closes the resource reader after releasing any resources associated with it.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

FrameworkResourceReader ( String scope ) : System

Initializes a new instance of the FrameworkResourceReader class.

GetEnumerator ( ) : IDictionaryEnumerator

Returns an T:System.Collections.IDictionaryEnumerator of the resources for this reader.

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

Method Details

Close() public méthode

Closes the resource reader after releasing any resources associated with it.
public Close ( ) : void
Résultat void

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

FrameworkResourceReader() public méthode

Initializes a new instance of the FrameworkResourceReader class.
public FrameworkResourceReader ( String scope ) : System
scope String The scope.
Résultat System

GetEnumerator() public méthode

Returns an T:System.Collections.IDictionaryEnumerator of the resources for this reader.
public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator