C# 클래스 Utility.XmlSerializableHashtable

상속: IXmlSerializable
파일 보기 프로젝트 열기: ColdMatter/EDMSuite

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( String key, object value ) : void
GetSchema ( ) : System.Xml.Schema.XmlSchema
ReadXml ( XmlReader r ) : void
ToString ( ) : string
WriteXml ( XmlWriter w ) : void
XmlSerializableHashtable ( ) : System
this ( String key ) : object

메소드 상세

Add() 공개 메소드

public Add ( String key, object value ) : void
key String
value object
리턴 void

GetSchema() 공개 메소드

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

ReadXml() 공개 메소드

public ReadXml ( XmlReader r ) : void
r System.Xml.XmlReader
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteXml() 공개 메소드

public WriteXml ( XmlWriter w ) : void
w System.Xml.XmlWriter
리턴 void

XmlSerializableHashtable() 공개 메소드

public XmlSerializableHashtable ( ) : System
리턴 System

this() 공개 메소드

public this ( String key ) : object
key String
리턴 object