C# Class SenseNet.Portal.UI.PortletFramework.Xslt.RepositoryPathResolver

Inheritance: System.Xml.XmlResolver
Show file Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
DependencyPathCollection List
ImportCssCollection List
ImportNamespaceCollection List
ImportScriptCollection List

Public Methods

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

Private Methods

Method Description
GetNamespaceManager ( ) : XmlNamespaceManager

Method Details

GetEntity() public method

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

Property Details

DependencyPathCollection public property

public List DependencyPathCollection
return List

ImportCssCollection public property

public List ImportCssCollection
return List

ImportNamespaceCollection public property

public List ImportNamespaceCollection
return List

ImportScriptCollection public property

public List ImportScriptCollection
return List