C# Class SfSdk.Providers.ResourceProviderBase

A service to receive S&F resources.
Inheritance: IResourceProvider
Mostrar archivo Open project: ebeeb/SfSdk

Public Methods

Method Description
GetResources ( Uri serverUri ) : string>.Dictionary

Protected Methods

Method Description
GetResources ( string serverUrl, Func fillResourceDict ) : string>.Dictionary

The wrapper method for GetResources

Private Methods

Method Description
ProcessStringData ( string>.Dictionary dictToFill, string stringData ) : void

Method Details

GetResources() public abstract method

public abstract GetResources ( Uri serverUri ) : string>.Dictionary
serverUri System.Uri
return string>.Dictionary

GetResources() protected method

The wrapper method for GetResources
protected GetResources ( string serverUrl, Func fillResourceDict ) : string>.Dictionary
serverUrl string The server url.
fillResourceDict Func The dictionary to be filled.
return string>.Dictionary