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

Show file Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
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

Private Methods

Method Description
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