C# Class Scenarioo.Model.Docu.Entities.Generic.Details

Inheritance: IXmlSerializable
Mostrar archivo Open project: scenarioo/scenarioo-cs Class Usage Examples

Public Methods

Method Description
AddDetail ( string key, object value ) : void
Details ( ) : System
GetSchema ( ) : System.Xml.Schema.XmlSchema
ReadXml ( XmlReader reader ) : void
WriteXml ( XmlWriter writer ) : void

Method Details

AddDetail() public method

public AddDetail ( string key, object value ) : void
key string
value object
return void

Details() public method

public Details ( ) : System
return System

GetSchema() public method

public GetSchema ( ) : System.Xml.Schema.XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
return void

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void