C# Class Nohal.Redmine.XmlResourceResolver

Inheritance: System.Xml.XmlUrlResolver
Afficher le fichier Open project: bdrhoa/redmine-client Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
AddPublicIdMapping ( string publicId, Assembly resourceAssembly, string resourceNamespace, string resourceName ) : void

Method Details

GetEntity() public méthode

public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
absoluteUri System.Uri
role string
ofObjectToReturn System.Type
Résultat object

ResolveUri() public méthode

public ResolveUri ( Uri baseUri, string relativeUri ) : Uri
baseUri System.Uri
relativeUri string
Résultat System.Uri