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

Наследование: FeedElement, ICloneable
Показать файл Открыть проект

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

Метод Описание
Clone ( ) : ArgBase

Creates a deep copy of this ArgBase instance.

Normalize ( ) : void

Performs sanity checks.

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 ArgBase instance.
public abstract Clone ( ) : ArgBase
Результат ArgBase

Normalize() публичный абстрактный Метод

Performs sanity checks.
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.
One or more required fields are not set.
public abstract Normalize ( ) : void
Результат void