C# Class ZeroInstall.Store.Model.RetrievalMethod

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

Méthodes publiques

Méthode Description
Clone ( ) : RetrievalMethod

Creates a deep copy of this RetrievalMethod instance.

Normalize ( [ feedUri ) : void

Sets missing default values and handles legacy elements.

This method should be called to prepare a Feed for solver processing. Do not call it if you plan on serializing the feed again since it may loose some of its structure.

Private Methods

Méthode Description
ICloneable ( ) : object

Method Details

Clone() public abstract méthode

Creates a deep copy of this RetrievalMethod instance.
public abstract Clone ( ) : RetrievalMethod
Résultat RetrievalMethod

Normalize() public méthode

Sets missing default values and handles legacy elements.
This method should be called to prepare a Feed for solver processing. Do not call it if you plan on serializing the feed again since it may loose some of its structure.
is relative and is a remote URI.
public Normalize ( [ feedUri ) : void
feedUri [ The feed the data was originally loaded from.
Résultat void