comparison Implab.ServiceHost/Unity/SerializedParameterElement.cs @ 273:79110a16cab7 v3

Working on Unity xml configuration: Refactoring in progress
author cin
date Thu, 26 Apr 2018 19:35:01 +0300
parents 9d1cca834b05
children 22629bf26121
comparison
equal deleted inserted replaced
272:9d1cca834b05 273:79110a16cab7
3 using System.Xml.Serialization; 3 using System.Xml.Serialization;
4 4
5 namespace Implab.ServiceHost.Unity 5 namespace Implab.ServiceHost.Unity
6 { 6 {
7 public class SerializedParameterElement : InjectionParameterElement { 7 public class SerializedParameterElement : InjectionParameterElement {
8 [XmlAttribute("href")]
9 public string Location { get; set; }
8 10
9 [XmlAnyElement] 11 [XmlAnyElement]
10 public XmlElement[] Content { get; set; } 12 public XmlElement[] Content { get; set; }
11 13
12 internal override object Resolve(RegistrationContext context) { 14 internal override object Resolve(RegistrationContext context) {