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

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

Private Properties

프로퍼티 타입 설명
AppCacheInvalidator_Invalidate void
Dispose void
Invalidate void
ResolveByPathsFromCache IEnumerable

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AppCacheInvalidator_Invalidate ( object sender, AppCacheInvalidateEventArgs e ) : void
Dispose ( bool disposing ) : void
Invalidate ( string path ) : void
ResolveByPathsFromCache ( IEnumerable paths, bool resolveChildren, bool all ) : IEnumerable

메소드 상세

ApplicationQuery() 공개 메소드

public ApplicationQuery ( string appFolderName, bool resolveAll, bool resolveChildren, HierarchyOption option ) : System
appFolderName string
resolveAll bool
resolveChildren bool
option HierarchyOption
리턴 System

ApplicationQuery() 공개 메소드

public ApplicationQuery ( string appFolderName, bool resolveAll, bool resolveChildren, HierarchyOption option, bool useCache ) : System
appFolderName string
resolveAll bool
resolveChildren bool
option HierarchyOption
useCache bool
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAvailablePaths() 공개 메소드

public GetAvailablePaths ( string appName, Node contextNode ) : IEnumerable
appName string
contextNode Node
리턴 IEnumerable

GetAvailablePaths() 공개 메소드

public GetAvailablePaths ( string appName, NodeHead contextNode ) : IEnumerable
appName string
contextNode NodeHead
리턴 IEnumerable

GetAvailablePaths() 공개 메소드

public GetAvailablePaths ( string appName, string contextNodePath, NodeType nodeType ) : IEnumerable
appName string
contextNodePath string
nodeType SenseNet.ContentRepository.Storage.Schema.NodeType
리턴 IEnumerable

GetAvailablePaths() 공개 메소드

public GetAvailablePaths ( string appName, string contextNodePath, string nodeTypeName ) : IEnumerable
appName string
contextNodePath string
nodeTypeName string
리턴 IEnumerable

ResolveAllByPaths() 공개 메소드

public ResolveAllByPaths ( IEnumerable paths, bool resolveChildren ) : IEnumerable
paths IEnumerable
resolveChildren bool
리턴 IEnumerable

ResolveApplication() 공개 메소드

public ResolveApplication ( string appName, NodeHead contextNode ) : IEnumerable
appName string
contextNode NodeHead
리턴 IEnumerable

ResolveApplications() 공개 메소드

public ResolveApplications ( string appName, Node contextNode ) : IEnumerable
appName string
contextNode Node
리턴 IEnumerable

ResolveApplications() 공개 메소드

public ResolveApplications ( string appName, string contextNodePath, NodeType nodeType ) : IEnumerable
appName string
contextNodePath string
nodeType SenseNet.ContentRepository.Storage.Schema.NodeType
리턴 IEnumerable

ResolveApplications() 공개 메소드

public ResolveApplications ( string appName, string contextNodePath, string nodeTypeName ) : IEnumerable
appName string
contextNodePath string
nodeTypeName string
리턴 IEnumerable

ResolveFirstByPaths() 공개 메소드

public ResolveFirstByPaths ( IEnumerable paths ) : NodeHead
paths IEnumerable
리턴 NodeHead