##// END OF EJS Templates
Added tests for Implab.ServiceHost.Unity configuration loader.
Added tests for Implab.ServiceHost.Unity configuration loader.

File last commit:

r289:95896f882995 v3.0.14 v3
r289:95896f882995 v3.0.14 v3
Show More
serialized.instances.xml
15 lines | 568 B | application/xml | XmlLexer
<?xml version="1.0"?>
<container xmlns="http://implab.org/schemas/servicehost/unity.v1.xsd">
<namespace name="System"/>
<namespace name="System.Collections.Generic"/>
<namespace name="Implab.Components"/>
<namespace name="Implab.ServiceHost.Test.Mock"/>
<serialized name="p1" type="Person">
<Person xmlns="urn:implab:test:model">
<FirstName>Com</FirstName>
<LastName>Truise</LastName>
<Age>99</Age>
</Person>
</serialized>
<serialized name="p2" type="Person" href="p2.xml"/>
</container>