C# 클래스 iServe.Models.Communication

파일 보기 프로젝트 열기: fellowshiptech/ft-iserve

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Communication ( ) : System.Xml.Serialization
GetSchema ( ) : System.Xml.Schema.XmlSchema
ReadXml ( System reader ) : void

Generates an object from its XML representation.

WriteXml ( System writer ) : void

Converts an object into its XML representation.

메소드 상세

Communication() 공개 메소드

public Communication ( ) : System.Xml.Serialization
리턴 System.Xml.Serialization

GetSchema() 공개 메소드

public GetSchema ( ) : System.Xml.Schema.XmlSchema
리턴 System.Xml.Schema.XmlSchema

ReadXml() 공개 메소드

Generates an object from its XML representation.
public ReadXml ( System reader ) : void
reader System /// The System.Xml.XmlReader stream from which the object is deserialized. ///
리턴 void

WriteXml() 공개 메소드

Converts an object into its XML representation.
public WriteXml ( System writer ) : void
writer System /// The System.Xml.XmlWriter stream to which the object is serialized. ///
리턴 void