Exemple #1
0
        public override DataSet Clone()
        {
            S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet set = (S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet)base.Clone();

            set.InitVars();
            return(set);
        }
Exemple #2
0
 public virtual int Fill(DataSet dataSet)
 {
     this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet = (S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet)dataSet;
     if (this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet != null)
     {
         return(this.Fill(this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet));
     }
     this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet = new S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet();
     this.Fill(this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet);
     dataSet.Merge(this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet);
     return(0);
 }
Exemple #3
0
 public virtual int FillPage(DataSet dataSet, int startRow, int maxRows)
 {
     this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet = (S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet)dataSet;
     if (this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet != null)
     {
         return(this.FillPage(this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet, startRow, maxRows));
     }
     this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet = new S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet();
     this.FillPage(this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet, startRow, maxRows);
     dataSet.Merge(this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet);
     return(0);
 }
Exemple #4
0
        public static XmlSchemaComplexType GetTypedDataSetSchema(XmlSchemaSet xs)
        {
            S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet set = new S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet();
            XmlSchemaComplexType type2    = new XmlSchemaComplexType();
            XmlSchemaSequence    sequence = new XmlSchemaSequence();

            xs.Add(set.GetSchemaSerializable());
            XmlSchemaAny item = new XmlSchemaAny {
                Namespace = set.Namespace
            };

            sequence.Items.Add(item);
            type2.Particle = sequence;
            return(type2);
        }
Exemple #5
0
 public virtual int Fill(S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet dataSet)
 {
     this.Initialize();
     this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
     this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet = dataSet;
     this.rowS_OS_STANJE_LOKACIJA_SVI_BROJEVI = this.S_OS_STANJE_LOKACIJA_SVI_BROJEVISet.S_OS_STANJE_LOKACIJA_SVI_BROJEVI.NewS_OS_STANJE_LOKACIJA_SVI_BROJEVIRow();
     try
     {
         this.executePrivate(0, -1);
     }
     finally
     {
         this.Cleanup();
     }
     return(0);
 }
Exemple #6
0
            public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs)
            {
                XmlSchemaComplexType type2    = new XmlSchemaComplexType();
                XmlSchemaSequence    sequence = new XmlSchemaSequence();
                S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet set = new S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet();

                xs.Add(set.GetSchemaSerializable());
                XmlSchemaAny item = new XmlSchemaAny {
                    Namespace = "http://www.w3.org/2001/XMLSchema"
                };
                decimal num = new decimal(0);

                item.MinOccurs       = num;
                item.MaxOccurs       = 79228162514264337593543950335M;
                item.ProcessContents = XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(item);
                XmlSchemaAny any2 = new XmlSchemaAny {
                    Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"
                };

                num                  = new decimal(1);
                any2.MinOccurs       = num;
                any2.ProcessContents = XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                XmlSchemaAttribute attribute = new XmlSchemaAttribute {
                    Name       = "namespace",
                    FixedValue = set.Namespace
                };

                type2.Attributes.Add(attribute);
                XmlSchemaAttribute attribute2 = new XmlSchemaAttribute {
                    Name       = "tableTypeName",
                    FixedValue = "InvoiceDataTable"
                };

                type2.Attributes.Add(attribute2);
                type2.Particle = sequence;
                return(type2);
            }