public override DataSet Clone() { DOKUMENTDataSet set = (DOKUMENTDataSet)base.Clone(); set.InitVars(); return(set); }
public virtual int Fill(DOKUMENTDataSet dataSet, int iDDOKUMENT) { if (!this.FillByIDDOKUMENT(dataSet, iDDOKUMENT)) { throw new DOKUMENTNotFoundException(string.Format(CultureInfo.InvariantCulture, this.resourceManager.GetString("inex"), new object[] { this.resourceManagerTables.GetString("DOKUMENT") })); } return(0); }
public virtual int Fill(DataSet dataSet) { this.DOKUMENTSet = (DOKUMENTDataSet)dataSet; if (this.DOKUMENTSet != null) { return(this.Fill(this.DOKUMENTSet)); } this.DOKUMENTSet = new DOKUMENTDataSet(); this.Fill(this.DOKUMENTSet); dataSet.Merge(this.DOKUMENTSet); return(0); }
public virtual int FillPage(DataSet dataSet, int startRow, int maxRows) { this.uraDocsSet = (DOKUMENTDataSet)dataSet; if (this.uraDocsSet != null) { return(this.FillPage(this.uraDocsSet, startRow, maxRows)); } this.uraDocsSet = new DOKUMENTDataSet(); this.FillPage(this.uraDocsSet, startRow, maxRows); dataSet.Merge(this.uraDocsSet); return(0); }
public static XmlSchemaComplexType GetTypedDataSetSchema(XmlSchemaSet xs) { DOKUMENTDataSet set = new DOKUMENTDataSet(); 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); }
public virtual int FillPage(DOKUMENTDataSet dataSet, int startRow, int maxRows) { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.DOKUMENTSet = dataSet; try { this.LoadChildDokument(startRow, maxRows); dataSet.AcceptChanges(); } finally { this.Cleanup(); } return(0); }
public virtual int FillPageByIDTIPDOKUMENTA(DOKUMENTDataSet dataSet, int iDTIPDOKUMENTA, int startRow, int maxRows) { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.DOKUMENTSet = dataSet; this.rowDOKUMENT = this.DOKUMENTSet.DOKUMENT.NewDOKUMENTRow(); this.rowDOKUMENT.IDTIPDOKUMENTA = iDTIPDOKUMENTA; try { this.LoadByIDTIPDOKUMENTA(startRow, maxRows); dataSet.AcceptChanges(); } finally { this.Cleanup(); } return(0); }
public virtual int FillPage(DOKUMENTDataSet dataSet, int startRow, int maxRows) { this.Initialize(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.uraDocsSet = dataSet; this.rowDOKUMENT = this.uraDocsSet.DOKUMENT.NewDOKUMENTRow(); this.orderString = GetOrderString(this.Order, true); this.reverseOrderString = GetOrderString(this.Order, false); try { this.executePrivate(startRow, maxRows); } finally { this.Cleanup(); } return(0); }
public virtual bool FillByIDDOKUMENT(DOKUMENTDataSet dataSet, int iDDOKUMENT) { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.DOKUMENTSet = dataSet; this.rowDOKUMENT = this.DOKUMENTSet.DOKUMENT.NewDOKUMENTRow(); this.rowDOKUMENT.IDDOKUMENT = iDDOKUMENT; try { this.LoadByIDDOKUMENT(0, -1); dataSet.AcceptChanges(); } finally { this.Cleanup(); } if (this.RcdFound184 == 0) { return(false); } return(true); }
public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs) { XmlSchemaComplexType type2 = new XmlSchemaComplexType(); XmlSchemaSequence sequence = new XmlSchemaSequence(); DOKUMENTDataSet set = new DOKUMENTDataSet(); 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); }
public virtual int Fill(DOKUMENTDataSet dataSet) { if (this.fillDataParameters != null) { this.Fill(dataSet, int.Parse(this.fillDataParameters[0].Value.ToString())); } else { try { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.DOKUMENTSet = dataSet; this.LoadChildDokument(0, -1); dataSet.AcceptChanges(); } finally { this.Cleanup(); } } return(0); }
public virtual int Update(DataSet dataSet) { this.InitializeMembers(); this.DOKUMENTSet = (DOKUMENTDataSet)dataSet; this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); if (this.DOKUMENTSet == null) { throw new ArgumentException(this.resourceManager.GetString("nulldset")); } try { IEnumerator enumerator = null; this.connDefault.BeginTransaction(); try { enumerator = this.DOKUMENTSet.DOKUMENT.GetEnumerator(); while (enumerator.MoveNext()) { DOKUMENTDataSet.DOKUMENTRow current = (DOKUMENTDataSet.DOKUMENTRow)enumerator.Current; this.rowDOKUMENT = current; if (Helpers.IsRowChanged(this.rowDOKUMENT)) { this.ReadRowDokument(); if (this.rowDOKUMENT.RowState == DataRowState.Added) { this.InsertDokument(); } else { if (this._Gxremove) { this.Delete(); continue; } this.UpdateDokument(); } } } } finally { if (enumerator is IDisposable) { (enumerator as IDisposable).Dispose(); } } dataSet.AcceptChanges(); this.connDefault.Commit(); } catch (System.Exception exception1) { throw exception1; //this.connDefault.Rollback(); } finally { this.Cleanup(); } return(0); }
private void InitializeMembers() { this.DOKUMENTSet = new DOKUMENTDataSet(); this.Initialize(); this.dsDefault = new DataStore(new SqlServer2005Handler(), "System.Data.SqlClient", Configuration.ConnectionString, DeklaritTransaction.TransactionSlotName); }
public virtual int Fill(DOKUMENTDataSet dataSet, IDataRecord dataRecord) { return(this.Fill(dataSet, Conversions.ToInteger(dataRecord["IDDOKUMENT"]))); }