DbPathProvider MembersKentico 8.0 API Reference
The DbPathProvider type exposes the following members.
Constructors

  NameDescription
Public methodDbPathProvider
DbPathProvider constructor.
Back to Top
Methods

  NameDescription
Public methodOnlineCombineVirtualPaths
Combines a base path with a relative path to return a complete path to a virtual resource.
(Inherited from OnlineVirtualPathProvider.)
Public methodOnlineCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineDirectoryExists
Gets a value that indicates whether a directory exists in the virtual file system.
(Inherited from OnlineVirtualPathProvider.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodFileExists
Finds whether the file, which is part of given virtual path, exists on the virtual file system or on the normal file system.
(Overrides OnlineVirtualPathProvider FileExists(String).)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetCacheDependency
Overridden method 'GetCacheDependency()'.
(Overrides OnlineVirtualPathProvider GetCacheDependency(String, IEnumerable, DateTime).)
Public methodOnlineGetCacheKey
Returns a cache key to use for the specified virtual path.
(Inherited from OnlineVirtualPathProvider.)
Public methodGetDirectory
This method is used by the compilation system to obtain a VirtualDirectory instance to work with a given virtual directory
(Overrides OnlineVirtualPathProvider GetDirectory(String).)
Public methodGetFile
This method is used by the compilation system to obtain a VirtualFile instance to work with a given virtual file path.
(Overrides OnlineVirtualPathProvider GetFile(String).)
Public methodGetFileHash
Gets the file hash for the given virtual file.
(Overrides OnlineVirtualPathProvider GetFileHash(String, IEnumerable).)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodGetVirtualDirectory
Returns virtual directory for the given path.
Protected methodGetVirtualFile
Returns virtual file for the given path.
Protected methodOnlineInitialize
Initializes the OnlineVirtualPathProvider instance.
(Inherited from OnlineVirtualPathProvider.)
Public methodOnlineInitializeLifetimeService
Gives the OnlineVirtualPathProvider object an infinite lifetime by preventing a lease from being created.
(Inherited from OnlineVirtualPathProvider.)
Protected methodOnlineMemberwiseClone 
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone(Boolean)
Creates a shallow copy of the current OnlineMarshalByRefObject object.
(Inherited from OnlineMarshalByRefObject.)
Public methodRegister
Register current virtual path provider
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Protected propertyOnlinePrevious
Gets a reference to a previously registered OnlineVirtualPathProvider object in the compilation system.
(Inherited from OnlineVirtualPathProvider.)
Back to Top
Events

  NameDescription
Public eventStatic memberOnGetVirtualDirectory
Handler to provide custom virtual directories.
Public eventStatic memberOnGetVirtualFile
Handler to provide custom virtual files.
Back to Top
See Also