C# Class ABsoluteMaybe.Tests.Persistence.XmlCommandsStub

Inheritance: ABsoluteMaybe.Persistence.Xml.XmlExperimentCommands
Mostrar archivo Open project: troygoode/ABsoluteMaybe Class Usage Examples

Public Methods

Method Description
Reset ( ) : void
XmlCommandsStub ( ) : System

Protected Methods

Method Description
Load ( ) : System.Xml.Linq.XDocument
Save ( System.Xml.Linq.XDocument xml ) : void

Method Details

Load() protected method

protected Load ( ) : System.Xml.Linq.XDocument
return System.Xml.Linq.XDocument

Reset() public method

public Reset ( ) : void
return void

Save() protected method

protected Save ( System.Xml.Linq.XDocument xml ) : void
xml System.Xml.Linq.XDocument
return void

XmlCommandsStub() public method

public XmlCommandsStub ( ) : System
return System