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

Inheritance: System.Xml.XmlResolver
Mostrar archivo 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_oe property

public List DependencyPathCollection
return List

ImportCssCollection public_oe property

public List ImportCssCollection
return List

ImportNamespaceCollection public_oe property

public List ImportNamespaceCollection
return List

ImportScriptCollection public_oe property

public List ImportScriptCollection
return List