C# Класс SenseNet.ContentRepository.Storage.AppModel.ApplicationResolver

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CompareByName int
GetAvailablePaths IEnumerable
GetAvailablePathsByPath IEnumerable
GetAvailablePathsByPathAndType IEnumerable
GetAvailablePathsByType IEnumerable
GetAvailablePathsByTypeAndPath IEnumerable
GetCache List
Invalidate void
LoadCache void
ResolveAllByPaths IEnumerable
ResolveAllByPathsFromCache IEnumerable
ResolveAllByPathsFromIndexedEngine IEnumerable
ResolveFirstByPaths NodeHead
ResolveFirstByPathsFromIndexedEngine NodeHead

Приватные методы

Метод Описание
CompareByName ( NodeHead x, NodeHead y ) : int
GetAvailablePaths ( string contextNodePath, NodeType nodeType, string appFolderName, string appName, HierarchyOption hierarchyOption ) : IEnumerable
GetAvailablePathsByPath ( string contextNodePath, NodeType nodeType, string appFolderName, string appName, HierarchyOption option ) : IEnumerable
GetAvailablePathsByPathAndType ( string contextNodePath, NodeType nodeType, string appFolderName, string appName, HierarchyOption option ) : IEnumerable
GetAvailablePathsByType ( string contextNodePath, NodeType nodeType, string appFolderName, string appName, HierarchyOption option ) : IEnumerable
GetAvailablePathsByTypeAndPath ( string contextNodePath, NodeType nodeType, string appFolderName, string appName, HierarchyOption option ) : IEnumerable
GetCache ( string appFolderName ) : List
Invalidate ( ) : void
LoadCache ( string appFolderName, List data ) : void
ResolveAllByPaths ( IEnumerable paths, bool resolveChildren ) : IEnumerable
ResolveAllByPathsFromCache ( IEnumerable paths, bool resolveChildren, string appFolderName ) : IEnumerable
ResolveAllByPathsFromIndexedEngine ( IEnumerable paths, bool resolveChildren ) : IEnumerable
ResolveFirstByPaths ( IEnumerable paths ) : NodeHead
ResolveFirstByPathsFromIndexedEngine ( IEnumerable paths ) : NodeHead