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

Show 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 property

public string Digest
return string

Format public property

public ManifestFormat,ZeroInstall.Store.Implementations Format
return ManifestFormat

LastModified public property

public DateTime,System LastModified
return System.DateTime

Size public property

public long Size
return long