C# Class ABsoluteMaybe.Tests.Persistence.XmlCommandsStub

Inheritance: ABsoluteMaybe.Persistence.Xml.XmlExperimentCommands
Afficher le fichier Open project: troygoode/ABsoluteMaybe Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void
XmlCommandsStub ( ) : System

Méthodes protégées

Méthode Description
Load ( ) : System.Xml.Linq.XDocument
Save ( System.Xml.Linq.XDocument xml ) : void

Method Details

Load() protected méthode

protected Load ( ) : System.Xml.Linq.XDocument
Résultat System.Xml.Linq.XDocument

Reset() public méthode

public Reset ( ) : void
Résultat void

Save() protected méthode

protected Save ( System.Xml.Linq.XDocument xml ) : void
xml System.Xml.Linq.XDocument
Résultat void

XmlCommandsStub() public méthode

public XmlCommandsStub ( ) : System
Résultat System