C# Class ZeroInstall.Store.Model.DownloadRetrievalMethod

Inheritance: RetrievalMethod, IRecipeStep
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CloneRecipeStep ( ) : IRecipeStep
GetHashCode ( ) : int
Normalize ( FeedUri feedUri ) : void
Validate ( ) : void

Performs sanity checks.

Méthodes protégées

Méthode Description
Equals ( DownloadRetrievalMethod other ) : bool

Method Details

CloneRecipeStep() public abstract méthode

public abstract CloneRecipeStep ( ) : IRecipeStep
Résultat IRecipeStep

Equals() protected méthode

protected Equals ( DownloadRetrievalMethod other ) : bool
other DownloadRetrievalMethod
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Normalize() public méthode

public Normalize ( FeedUri feedUri ) : void
feedUri FeedUri
Résultat void

Validate() public méthode

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