C# Class Nohal.Redmine.XmlResourceResolver

Inheritance: System.Xml.XmlUrlResolver
ファイルを表示 Open project: bdrhoa/redmine-client Class Usage Examples

Public Methods

Method Description
GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
ResolveUri ( Uri baseUri, string relativeUri ) : Uri

Private Methods

Method Description
AddPublicIdMapping ( string publicId, Assembly resourceAssembly, string resourceNamespace, string resourceName ) : void

Method Details

GetEntity() public method

public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
absoluteUri System.Uri
role string
ofObjectToReturn System.Type
return object

ResolveUri() public method

public ResolveUri ( Uri baseUri, string relativeUri ) : Uri
baseUri System.Uri
relativeUri string
return System.Uri