C# 클래스 SobekCM.Library.Citation.Template_MemoryMgmt_Utility

Memory management utility for storing and retrieving metadata templates
Since the complete template object sits entirely in the UI library portion, this cannot be combined with the memory management portion that sits in the Core library, without moving the template stuff into the Core library.
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
Retrieve_Template ( string Template_Code, Custom_Tracer Tracer ) : CompleteTemplate

Retrieves the template ( for online submission and editing ) from the cache or caching server

Store_Template ( string Template_Code, CompleteTemplate StoreObject, Custom_Tracer Tracer ) : void

Stores the template ( for online submission and editing ) to the cache or caching server

메소드 상세

Retrieve_Template() 공개 정적인 메소드

Retrieves the template ( for online submission and editing ) from the cache or caching server
public static Retrieve_Template ( string Template_Code, Custom_Tracer Tracer ) : CompleteTemplate
Template_Code string Code which specifies the template to retrieve
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
리턴 SobekCM.Library.Citation.Template.CompleteTemplate

Store_Template() 공개 정적인 메소드

Stores the template ( for online submission and editing ) to the cache or caching server
public static Store_Template ( string Template_Code, CompleteTemplate StoreObject, Custom_Tracer Tracer ) : void
Template_Code string Code for the template to store
StoreObject SobekCM.Library.Citation.Template.CompleteTemplate CompleteTemplate object for online submissions and editing to store
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
리턴 void