C# Class Framework.Mvc.Resources.FrameworkResourceReader

Read resources from IResourceCache.
Inheritance: IResourceReader
显示文件 Open project: coreframework/Core-Framework

Public Methods

Method 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

Method Description
IEnumerable ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

Method Details

Close() public method

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

Dispose() public method

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

FrameworkResourceReader() public method

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

GetEnumerator() public method

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