C# 클래스 Server.Accounting.AccountComment

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
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.

메소드 상세

AccountComment() 공개 메소드

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

AccountComment() 공개 메소드

Constructs a new AccountComment instance.
public AccountComment ( string addedBy, string content ) : System
addedBy string Initial AddedBy value.
content string Initial Content value.
리턴 System

Save() 공개 메소드

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