C# 클래스 TcmDebugger.Service.DebuggingStatusResult

상속: IXmlSerializable
파일 보기 프로젝트 열기: mvlasenko/TridionVSRazorExtension

공개 메소드들

메소드 설명
GetSchema ( ) : XmlSchema

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the T:System.Xml.Serialization.XmlSchemaProviderAttribute to the class.

ReadXml ( XmlReader reader ) : void

Generates an object from its XML representation.

WriteXml ( XmlWriter writer ) : void

Converts an object into its XML representation.

메소드 상세

GetSchema() 공개 메소드

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the T:System.Xml.Serialization.XmlSchemaProviderAttribute to the class.
public GetSchema ( ) : XmlSchema
리턴 System.Xml.Schema.XmlSchema

ReadXml() 공개 메소드

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

WriteXml() 공개 메소드

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