C# 클래스 ZeroInstall.Store.Model.RetrievalMethod

상속: FeedElement, ICloneable
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ICloneable ( ) : object

메소드 상세

Clone() 공개 추상적인 메소드

Creates a deep copy of this RetrievalMethod instance.
public abstract Clone ( ) : RetrievalMethod
리턴 RetrievalMethod

Normalize() 공개 메소드

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.
리턴 void