C# Класс ZeroInstall.Store.Model.ImplementationBase

Наследование: Element
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GetHashCode ( ) : int
Normalize ( FeedUri 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.

ToString ( ) : string

Returns the implementation in the form "Comma-seperated list of set values". Not safe for parsing!

Защищенные методы

Метод Описание
CloneFromTo ( [ from, [ to ) : void

Copies all known values from one instance to another. Helper method for instance cloning.

Equals ( ImplementationBase other ) : bool

Описание методов

CloneFromTo() защищенный статический Метод

Copies all known values from one instance to another. Helper method for instance cloning.
protected static CloneFromTo ( [ from, [ to ) : void
from [
to [
Результат void

Equals() защищенный Метод

protected Equals ( ImplementationBase other ) : bool
other ImplementationBase
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

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.
public Normalize ( FeedUri feedUri ) : void
feedUri FeedUri The feed the data was originally loaded from.
Результат void

ToString() публичный Метод

Returns the implementation in the form "Comma-seperated list of set values". Not safe for parsing!
public ToString ( ) : string
Результат string