C# Class ZeroInstall.Store.Implementations.OptimiseRun.DedupKey

Mostra file Open project: 0install/0install-win

Public Properties

Property Type Description
Digest string
Format ManifestFormat
LastModified System.DateTime
Size long

Public Methods

Method Description
DedupKey ( long size, System.DateTime lastModified, ManifestFormat format, string digest ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

DedupKey() public method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Digest public_oe property

public string Digest
return string

Format public_oe property

public ManifestFormat,ZeroInstall.Store.Implementations Format
return ManifestFormat

LastModified public_oe property

public DateTime,System LastModified
return System.DateTime

Size public_oe property

public long Size
return long