C# Class Server.Accounting.AccountComment

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
AccountComment ( XmlElement node ) : System

Deserializes an AccountComment instance from an xml element.

AccountComment ( string addedBy, string content ) : System

Constructs a new AccountComment instance.

Save ( XmlTextWriter xml ) : void

Serializes this AccountComment instance to an XmlTextWriter.

Method Details

AccountComment() public méthode

Deserializes an AccountComment instance from an xml element.
public AccountComment ( XmlElement node ) : System
node System.Xml.XmlElement The XmlElement instance from which to deserialize.
Résultat System

AccountComment() public méthode

Constructs a new AccountComment instance.
public AccountComment ( string addedBy, string content ) : System
addedBy string Initial AddedBy value.
content string Initial Content value.
Résultat System

Save() public méthode

Serializes this AccountComment instance to an XmlTextWriter.
public Save ( XmlTextWriter xml ) : void
xml System.Xml.XmlTextWriter The XmlTextWriter instance from which to serialize.
Résultat void