C# 클래스 TylerUI.AppCacheModel

파일 보기 프로젝트 열기: tyler-technologies/PeopleWhoMatterTrainingWebApp

공개 메소드들

메소드 설명
AddAppResourcesToManifest ( ) : void
AddBundle ( string bundleName ) : void
AddFiles ( string virtualPath, string fileNamePattern, string cdn = null ) : void
AppCacheModel ( ) : System

비공개 메소드들

메소드 설명
GetPhysicalFilesToCache ( string relativeFolderToAssets, string fileTypes, string cdnBucket ) : string
WriteBundle ( string virtualPath ) : string

메소드 상세

AddAppResourcesToManifest() 공개 메소드

public AddAppResourcesToManifest ( ) : void
리턴 void

AddBundle() 공개 메소드

public AddBundle ( string bundleName ) : void
bundleName string
리턴 void

AddFiles() 공개 메소드

public AddFiles ( string virtualPath, string fileNamePattern, string cdn = null ) : void
virtualPath string
fileNamePattern string
cdn string
리턴 void

AppCacheModel() 공개 메소드

public AppCacheModel ( ) : System
리턴 System