Property | Type | Description | |
---|---|---|---|
GetCommand | Command | ||
ICloneable | object | ||
InheritFrom | void | ||
this | Command |
Method | Description | |
---|---|---|
Clone ( ) : |
Creates a deep copy of this Element instance.
|
|
ContainsCommand ( string name ) : bool |
Determines whether Commands contains a Command with a specific name.
|
|
GetHashCode ( ) : int | ||
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. |
Method | Description | |
---|---|---|
CloneFromTo ( [ from, [ to ) : void |
Copies all known values from one instance to another. Helper method for instance cloning.
|
|
Equals ( |
Method | Description | |
---|---|---|
GetCommand ( [ name ) : Command | ||
ICloneable ( ) : object | ||
InheritFrom ( [ parent ) : void |
Transfers attributes from another Element object to this one. Existing values are not replaced. Provides an inheritance-like relation.
|
|
this ( [ name ) : Command |
protected static CloneFromTo ( [ from, [ to ) : void | ||
from | [ | |
to | [ | |
return | void |
public ContainsCommand ( string name ) : bool | ||
name | string | The |
return | bool |
public Normalize ( [ feedUri ) : void | ||
feedUri | [ | The feed the data was originally loaded from. |
return | void |