C# Class ZeroInstall.Store.Model.DownloadRetrievalMethod

Inheritance: RetrievalMethod, IRecipeStep
Show file Open project: 0install/0install-win Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CloneRecipeStep ( ) : IRecipeStep
GetHashCode ( ) : int
Normalize ( FeedUri feedUri ) : void
Validate ( ) : void

Performs sanity checks.

Protected Methods

Method Description
Equals ( DownloadRetrievalMethod other ) : bool

Method Details

CloneRecipeStep() public abstract method

public abstract CloneRecipeStep ( ) : IRecipeStep
return IRecipeStep

Equals() protected method

protected Equals ( DownloadRetrievalMethod other ) : bool
other DownloadRetrievalMethod
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Normalize() public method

public Normalize ( FeedUri feedUri ) : void
feedUri FeedUri
return void

Validate() public method

Performs sanity checks.
One or more required fields are not set.
public Validate ( ) : void
return void