C# 클래스 Cassette.Manifests.AssetManifest

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

공개 메소드들

메소드 설명
AssetManifest ( ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsUpToDateWithFileSystem ( IDirectory directory, System.DateTime asOfDateTime ) : bool

비공개 메소드들

메소드 설명
AllRawFileReferencesAreUpToDateWithFileSystem ( IDirectory directory, System.DateTime asOfDateTime ) : bool
FileIsUpToDateWithFileSystem ( IFile file, System.DateTime asOfDateTime ) : bool
RawFilenameReferences ( ) : IEnumerable

메소드 상세

AssetManifest() 공개 메소드

public AssetManifest ( ) : System
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsUpToDateWithFileSystem() 공개 메소드

public IsUpToDateWithFileSystem ( IDirectory directory, System.DateTime asOfDateTime ) : bool
directory IDirectory
asOfDateTime System.DateTime
리턴 bool