C# 클래스 SobekCM.Library.UI.UI_ApplicationCache_Gateway

Gateway to all the application-level cached data for the user interface
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
ResetAll ( ) : void

Resets all the application-level data

ResetDefaultMetadataTemplates ( ) : void

Clears the lists of globally defined default metadata sets and metadata input templates, so they will be refreshed next time they are requested

ResetSettings ( ) : void

Refresh the settings object by pulling the data back from the database

WebContent_Hierarchy_Clear ( ) : void

Clear the cached web content hierarchy data

메소드 상세

ResetAll() 공개 정적인 메소드

Resets all the application-level data
public static ResetAll ( ) : void
리턴 void

ResetDefaultMetadataTemplates() 공개 정적인 메소드

Clears the lists of globally defined default metadata sets and metadata input templates, so they will be refreshed next time they are requested
public static ResetDefaultMetadataTemplates ( ) : void
리턴 void

ResetSettings() 공개 정적인 메소드

Refresh the settings object by pulling the data back from the database
public static ResetSettings ( ) : void
리턴 void

WebContent_Hierarchy_Clear() 공개 정적인 메소드

Clear the cached web content hierarchy data
public static WebContent_Hierarchy_Clear ( ) : void
리턴 void