C# Class SenseNet.ContentRepository.Storage.AppModel.ApplicationQuery

Inheritance: IDisposable
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
AppCacheInvalidator_Invalidate void
Dispose void
Invalidate void
ResolveByPathsFromCache IEnumerable

Méthodes publiques

Méthode Description
ApplicationQuery ( string appFolderName, bool resolveAll, bool resolveChildren, HierarchyOption option ) : System
ApplicationQuery ( string appFolderName, bool resolveAll, bool resolveChildren, HierarchyOption option, bool useCache ) : System
Dispose ( ) : void
GetAvailablePaths ( string appName, Node contextNode ) : IEnumerable
GetAvailablePaths ( string appName, NodeHead contextNode ) : IEnumerable
GetAvailablePaths ( string appName, string contextNodePath, NodeType nodeType ) : IEnumerable
GetAvailablePaths ( string appName, string contextNodePath, string nodeTypeName ) : IEnumerable
ResolveAllByPaths ( IEnumerable paths, bool resolveChildren ) : IEnumerable
ResolveApplication ( string appName, NodeHead contextNode ) : IEnumerable
ResolveApplications ( string appName, Node contextNode ) : IEnumerable
ResolveApplications ( string appName, string contextNodePath, NodeType nodeType ) : IEnumerable
ResolveApplications ( string appName, string contextNodePath, string nodeTypeName ) : IEnumerable
ResolveFirstByPaths ( IEnumerable paths ) : NodeHead

Private Methods

Méthode Description
AppCacheInvalidator_Invalidate ( object sender, AppCacheInvalidateEventArgs e ) : void
Dispose ( bool disposing ) : void
Invalidate ( string path ) : void
ResolveByPathsFromCache ( IEnumerable paths, bool resolveChildren, bool all ) : IEnumerable

Method Details

ApplicationQuery() public méthode

public ApplicationQuery ( string appFolderName, bool resolveAll, bool resolveChildren, HierarchyOption option ) : System
appFolderName string
resolveAll bool
resolveChildren bool
option HierarchyOption
Résultat System

ApplicationQuery() public méthode

public ApplicationQuery ( string appFolderName, bool resolveAll, bool resolveChildren, HierarchyOption option, bool useCache ) : System
appFolderName string
resolveAll bool
resolveChildren bool
option HierarchyOption
useCache bool
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetAvailablePaths() public méthode

public GetAvailablePaths ( string appName, Node contextNode ) : IEnumerable
appName string
contextNode Node
Résultat IEnumerable

GetAvailablePaths() public méthode

public GetAvailablePaths ( string appName, NodeHead contextNode ) : IEnumerable
appName string
contextNode NodeHead
Résultat IEnumerable

GetAvailablePaths() public méthode

public GetAvailablePaths ( string appName, string contextNodePath, NodeType nodeType ) : IEnumerable
appName string
contextNodePath string
nodeType SenseNet.ContentRepository.Storage.Schema.NodeType
Résultat IEnumerable

GetAvailablePaths() public méthode

public GetAvailablePaths ( string appName, string contextNodePath, string nodeTypeName ) : IEnumerable
appName string
contextNodePath string
nodeTypeName string
Résultat IEnumerable

ResolveAllByPaths() public méthode

public ResolveAllByPaths ( IEnumerable paths, bool resolveChildren ) : IEnumerable
paths IEnumerable
resolveChildren bool
Résultat IEnumerable

ResolveApplication() public méthode

public ResolveApplication ( string appName, NodeHead contextNode ) : IEnumerable
appName string
contextNode NodeHead
Résultat IEnumerable

ResolveApplications() public méthode

public ResolveApplications ( string appName, Node contextNode ) : IEnumerable
appName string
contextNode Node
Résultat IEnumerable

ResolveApplications() public méthode

public ResolveApplications ( string appName, string contextNodePath, NodeType nodeType ) : IEnumerable
appName string
contextNodePath string
nodeType SenseNet.ContentRepository.Storage.Schema.NodeType
Résultat IEnumerable

ResolveApplications() public méthode

public ResolveApplications ( string appName, string contextNodePath, string nodeTypeName ) : IEnumerable
appName string
contextNodePath string
nodeTypeName string
Résultat IEnumerable

ResolveFirstByPaths() public méthode

public ResolveFirstByPaths ( IEnumerable paths ) : NodeHead
paths IEnumerable
Résultat NodeHead