public XmlSubclassWriter(IXmlWriterServiceLocator serviceLocator)
     : base(serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 public XmlCollectionWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#3
0
 public XmlDiscriminatorWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 protected BaseXmlComponentWriter(IXmlWriterServiceLocator serviceLocator)
     : base(serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#5
0
 public XmlIndexManyToManyWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#6
0
 public XmlPropertyWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 public XmlComponentWriter(IXmlWriterServiceLocator serviceLocator)
     : base(serviceLocator)
 {
 }
 public XmlStoredProcedureWriter(IXmlWriterServiceLocator serviceLocator) : base(serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#9
0
 public XmlHibernateMappingWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 protected XmlClassWriterBase(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#11
0
 public XmlIdentityBasedWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#12
0
 public XmlVersionWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 public override void Context()
 {
     writerService = new WriterServiceLocator();
 }
 public XmlInheritanceWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 protected BaseXmlComponentWriter(IXmlWriterServiceLocator serviceLocator)
     : base(serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#16
0
 protected BaseXmlCollectionWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#17
0
 public XmlMapWriter(IXmlWriterServiceLocator serviceLocator)
     : base(serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 public XmlCompositeIdWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 public XmlReferenceComponentWriter(IXmlWriterServiceLocator serviceLocator)
     : base(serviceLocator)
 {
     innerWriter = serviceLocator.GetWriter <IComponentMapping>();
 }
示例#20
0
 public XmlSetWriter(IXmlWriterServiceLocator serviceLocator)
     : base(serviceLocator)
 {
 }
 public XmlIIndexWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#22
0
 public XmlNaturalIdWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 protected BaseXmlCollectionWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#24
0
 protected XmlClassWriterBase(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#25
0
 public XmlManyToOneWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 public XmlAnyWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
示例#27
0
 public XmlElementWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 public XmlComponentBaseWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }