Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 ( |
protected static CloneFromTo ( [ from, [ to ) : void | ||
from | [ | |
to | [ | |
Результат | void |
protected Equals ( |
||
other | ||
Результат | bool |
public Normalize ( FeedUri feedUri ) : void | ||
feedUri | FeedUri | The feed the data was originally loaded from. |
Результат | void |