コード例 #1
0
 public XmlSubclassWriter(IXmlWriterServiceLocator serviceLocator)
     : base(serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
コード例 #2
0
 public XmlCollectionWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
コード例 #3
0
 public XmlDiscriminatorWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
コード例 #4
0
 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)
 {
 }
コード例 #8
0
 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;
 }
コード例 #13
0
 public override void Context()
 {
     writerService = new WriterServiceLocator();
 }
コード例 #14
0
 public XmlInheritanceWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
コード例 #15
0
 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;
 }
コード例 #18
0
 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)
 {
 }
コード例 #21
0
 public XmlIIndexWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
コード例 #22
0
 public XmlNaturalIdWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }
コード例 #23
0
 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;
 }
コード例 #28
0
 public XmlComponentBaseWriter(IXmlWriterServiceLocator serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }