C# Class SimpleFramework.Xml.Util.RegistryStrategyTest.PetShop

Show file Open project: ngallagher/simplexml

Public Methods

Method Description
AddPet ( Pet pet ) : void
GetPet ( String name ) : Pet
PetShop ( ) : SimpleFramework.Xml.Convert

Method Details

AddPet() public method

public AddPet ( Pet pet ) : void
pet Pet
return void

GetPet() public method

public GetPet ( String name ) : Pet
name String
return Pet

PetShop() public method

public PetShop ( ) : SimpleFramework.Xml.Convert
return SimpleFramework.Xml.Convert