C# 클래스 SenseNet.ContentRepository.Storage.AppModel.ApplicationResolver

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

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