Mercurial > pub > ImplabNet
view Implab.ServiceHost/Unity/ProvidesElement.cs @ 280:f07be402ab02 v3
Added Trace<T>.Debug(...) method for debug messages
Added ContainerBuilde.LoadConfig(Uri) method
author | cin |
---|---|
date | Fri, 25 May 2018 19:15:26 +0300 |
parents | 6691aff01de1 |
children | e0916ddc9950 |
line wrap: on
line source
using System.Xml.Serialization; namespace Implab.ServiceHost.Unity { public class ProvidesElement { [XmlAttribute("type")] public string RegistrationType { get; set; } [XmlAttribute("name")] public string RegistrationName { get; set; } } }