예제 #1
0
 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;
 }
예제 #7
0
 public XmlComponentWriter(IXmlWriterServiceLocator serviceLocator)
     : base(serviceLocator)
 {
 }
 public XmlStoredProcedureWriter(IXmlWriterServiceLocator serviceLocator) : base(serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
예제 #9
0
 public XmlHibernateMappingWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
예제 #10
0
 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;
 }
예제 #19
0
 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;
 }
예제 #26
0
 public XmlAnyWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
예제 #27
0
 public XmlElementWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
 public XmlComponentBaseWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }