C# 클래스 ZeroInstall.Store.Implementations.OptimiseRun.DedupKey

파일 보기 프로젝트 열기: 0install/0install-win

공개 프로퍼티들

프로퍼티 타입 설명
Digest string
Format ManifestFormat
LastModified System.DateTime
Size long

공개 메소드들

메소드 설명
DedupKey ( long size, System.DateTime lastModified, ManifestFormat format, string digest ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

DedupKey() 공개 메소드

public DedupKey ( long size, System.DateTime lastModified, ManifestFormat format, string digest ) : System
size long
lastModified System.DateTime
format ManifestFormat
digest string
리턴 System

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

Digest 공개적으로 프로퍼티

public string Digest
리턴 string

Format 공개적으로 프로퍼티

public ManifestFormat,ZeroInstall.Store.Implementations Format
리턴 ManifestFormat

LastModified 공개적으로 프로퍼티

public DateTime,System LastModified
리턴 System.DateTime

Size 공개적으로 프로퍼티

public long Size
리턴 long