Method | Description | |
---|---|---|
AccountComment ( |
Deserializes an AccountComment instance from an xml element.
|
|
AccountComment ( string addedBy, string content ) : System |
Constructs a new AccountComment instance.
|
|
Save ( |
Serializes this AccountComment instance to an XmlTextWriter.
|
public AccountComment ( |
||
node | The XmlElement instance from which to deserialize. | |
return | System |
public AccountComment ( string addedBy, string content ) : System | ||
addedBy | string | Initial AddedBy value. |
content | string | Initial Content value. |
return | System |
public Save ( |
||
xml | The XmlTextWriter instance from which to serialize. | |
return | void |