//------------------------------------------------------------------------------ |
// <auto-generated> |
// This code was generated by a tool. |
// Runtime Version:2.0.50727.3053 |
// |
// Changes to this file may cause incorrect behavior and will be lost if |
// the code is regenerated. |
// </auto-generated> |
//------------------------------------------------------------------------------ |
|
#pragma warning disable 1591 |
|
namespace Common { |
|
|
/// <summary> |
///Represents a strongly typed in-memory cache of data. |
///</summary> |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] |
[global::System.Serializable()] |
[global::System.ComponentModel.DesignerCategoryAttribute("code")] |
[global::System.ComponentModel.ToolboxItem(true)] |
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")] |
[global::System.Xml.Serialization.XmlRootAttribute("ODS")] |
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] |
public partial class ODS : global::System.Data.DataSet { |
|
private ReportDataDataTable tableReportData; |
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public ODS() { |
this.BeginInit(); |
this.InitClass(); |
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); |
base.Tables.CollectionChanged += schemaChangedHandler; |
base.Relations.CollectionChanged += schemaChangedHandler; |
this.EndInit(); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected ODS(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : |
base(info, context, false) { |
if ((this.IsBinarySerialized(info, context) == true)) { |
this.InitVars(false); |
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); |
this.Tables.CollectionChanged += schemaChangedHandler1; |
this.Relations.CollectionChanged += schemaChangedHandler1; |
return; |
} |
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); |
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { |
global::System.Data.DataSet ds = new global::System.Data.DataSet(); |
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); |
if ((ds.Tables["ReportData"] != null)) { |
base.Tables.Add(new ReportDataDataTable(ds.Tables["ReportData"])); |
} |
this.DataSetName = ds.DataSetName; |
this.Prefix = ds.Prefix; |
this.Namespace = ds.Namespace; |
this.Locale = ds.Locale; |
this.CaseSensitive = ds.CaseSensitive; |
this.EnforceConstraints = ds.EnforceConstraints; |
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); |
this.InitVars(); |
} |
else { |
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); |
} |
this.GetSerializationData(info, context); |
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); |
base.Tables.CollectionChanged += schemaChangedHandler; |
this.Relations.CollectionChanged += schemaChangedHandler; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
[global::System.ComponentModel.Browsable(false)] |
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] |
public ReportDataDataTable ReportData { |
get { |
return this.tableReportData; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
[global::System.ComponentModel.BrowsableAttribute(true)] |
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] |
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { |
get { |
return this._schemaSerializationMode; |
} |
set { |
this._schemaSerializationMode = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] |
public new global::System.Data.DataTableCollection Tables { |
get { |
return base.Tables; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] |
public new global::System.Data.DataRelationCollection Relations { |
get { |
return base.Relations; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override void InitializeDerivedDataSet() { |
this.BeginInit(); |
this.InitClass(); |
this.EndInit(); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public override global::System.Data.DataSet Clone() { |
ODS cln = ((ODS)(base.Clone())); |
cln.InitVars(); |
cln.SchemaSerializationMode = this.SchemaSerializationMode; |
return cln; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override bool ShouldSerializeTables() { |
return false; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override bool ShouldSerializeRelations() { |
return false; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { |
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { |
this.Reset(); |
global::System.Data.DataSet ds = new global::System.Data.DataSet(); |
ds.ReadXml(reader); |
if ((ds.Tables["ReportData"] != null)) { |
base.Tables.Add(new ReportDataDataTable(ds.Tables["ReportData"])); |
} |
this.DataSetName = ds.DataSetName; |
this.Prefix = ds.Prefix; |
this.Namespace = ds.Namespace; |
this.Locale = ds.Locale; |
this.CaseSensitive = ds.CaseSensitive; |
this.EnforceConstraints = ds.EnforceConstraints; |
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); |
this.InitVars(); |
} |
else { |
this.ReadXml(reader); |
this.InitVars(); |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() { |
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream(); |
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null)); |
stream.Position = 0; |
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
internal void InitVars() { |
this.InitVars(true); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
internal void InitVars(bool initTable) { |
this.tableReportData = ((ReportDataDataTable)(base.Tables["ReportData"])); |
if ((initTable == true)) { |
if ((this.tableReportData != null)) { |
this.tableReportData.InitVars(); |
} |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
private void InitClass() { |
this.DataSetName = "ODS"; |
this.Prefix = ""; |
this.Namespace = "http://tempuri.org/ODS.xsd"; |
this.EnforceConstraints = true; |
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; |
this.tableReportData = new ReportDataDataTable(); |
base.Tables.Add(this.tableReportData); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
private bool ShouldSerializeReportData() { |
return false; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { |
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { |
this.InitVars(); |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { |
ODS ds = new ODS(); |
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); |
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); |
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); |
any.Namespace = ds.Namespace; |
sequence.Items.Add(any); |
type.Particle = sequence; |
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); |
if (xs.Contains(dsSchema.TargetNamespace)) { |
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); |
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); |
try { |
global::System.Xml.Schema.XmlSchema schema = null; |
dsSchema.Write(s1); |
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { |
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); |
s2.SetLength(0); |
schema.Write(s2); |
if ((s1.Length == s2.Length)) { |
s1.Position = 0; |
s2.Position = 0; |
for (; ((s1.Position != s1.Length) |
&& (s1.ReadByte() == s2.ReadByte())); ) { |
; |
} |
if ((s1.Position == s1.Length)) { |
return type; |
} |
} |
} |
} |
finally { |
if ((s1 != null)) { |
s1.Close(); |
} |
if ((s2 != null)) { |
s2.Close(); |
} |
} |
} |
xs.Add(dsSchema); |
return type; |
} |
|
public delegate void ReportDataRowChangeEventHandler(object sender, ReportDataRowChangeEvent e); |
|
/// <summary> |
///Represents the strongly named DataTable class. |
///</summary> |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] |
[global::System.Serializable()] |
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] |
public partial class ReportDataDataTable : global::System.Data.TypedTableBase<ReportDataRow> { |
|
private global::System.Data.DataColumn columnKIDOMET_LASHEM; |
|
private global::System.Data.DataColumn columnTEUR_PROFIL_MISHTAMESH; |
|
private global::System.Data.DataColumn columnZMAN_TCHILAT_TOKEF; |
|
private global::System.Data.DataColumn columnZMAN_SIYUM_TOKEF; |
|
private global::System.Data.DataColumn columnSHEM_PRATI; |
|
private global::System.Data.DataColumn columnSHEM_MISHPACHA; |
|
private global::System.Data.DataColumn columnMISPAR_TEUDAT_ZEHUT; |
|
private global::System.Data.DataColumn columnMIN; |
|
private global::System.Data.DataColumn columnSHEM_RECHOV; |
|
private global::System.Data.DataColumn columnMISPAR_BAYIT; |
|
private global::System.Data.DataColumn columnMIKUD; |
|
private global::System.Data.DataColumn columnTAARICH_LEYDA; |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public ReportDataDataTable() { |
this.TableName = "ReportData"; |
this.BeginInit(); |
this.InitClass(); |
this.EndInit(); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
internal ReportDataDataTable(global::System.Data.DataTable table) { |
this.TableName = table.TableName; |
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { |
this.CaseSensitive = table.CaseSensitive; |
} |
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { |
this.Locale = table.Locale; |
} |
if ((table.Namespace != table.DataSet.Namespace)) { |
this.Namespace = table.Namespace; |
} |
this.Prefix = table.Prefix; |
this.MinimumCapacity = table.MinimumCapacity; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected ReportDataDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : |
base(info, context) { |
this.InitVars(); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn KIDOMET_LASHEMColumn { |
get { |
return this.columnKIDOMET_LASHEM; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn TEUR_PROFIL_MISHTAMESHColumn { |
get { |
return this.columnTEUR_PROFIL_MISHTAMESH; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn ZMAN_TCHILAT_TOKEFColumn { |
get { |
return this.columnZMAN_TCHILAT_TOKEF; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn ZMAN_SIYUM_TOKEFColumn { |
get { |
return this.columnZMAN_SIYUM_TOKEF; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn SHEM_PRATIColumn { |
get { |
return this.columnSHEM_PRATI; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn SHEM_MISHPACHAColumn { |
get { |
return this.columnSHEM_MISHPACHA; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn MISPAR_TEUDAT_ZEHUTColumn { |
get { |
return this.columnMISPAR_TEUDAT_ZEHUT; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn MINColumn { |
get { |
return this.columnMIN; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn SHEM_RECHOVColumn { |
get { |
return this.columnSHEM_RECHOV; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn MISPAR_BAYITColumn { |
get { |
return this.columnMISPAR_BAYIT; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn MIKUDColumn { |
get { |
return this.columnMIKUD; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataColumn TAARICH_LEYDAColumn { |
get { |
return this.columnTAARICH_LEYDA; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
[global::System.ComponentModel.Browsable(false)] |
public int Count { |
get { |
return this.Rows.Count; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public ReportDataRow this[int index] { |
get { |
return ((ReportDataRow)(this.Rows[index])); |
} |
} |
|
public event ReportDataRowChangeEventHandler ReportDataRowChanging; |
|
public event ReportDataRowChangeEventHandler ReportDataRowChanged; |
|
public event ReportDataRowChangeEventHandler ReportDataRowDeleting; |
|
public event ReportDataRowChangeEventHandler ReportDataRowDeleted; |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void AddReportDataRow(ReportDataRow row) { |
this.Rows.Add(row); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public ReportDataRow AddReportDataRow(string KIDOMET_LASHEM, string TEUR_PROFIL_MISHTAMESH, System.DateTime ZMAN_TCHILAT_TOKEF, System.DateTime ZMAN_SIYUM_TOKEF, string SHEM_PRATI, string SHEM_MISHPACHA, long MISPAR_TEUDAT_ZEHUT, string MIN, string SHEM_RECHOV, decimal MISPAR_BAYIT, decimal MIKUD, System.DateTime TAARICH_LEYDA) { |
ReportDataRow rowReportDataRow = ((ReportDataRow)(this.NewRow())); |
object[] columnValuesArray = new object[] { |
KIDOMET_LASHEM, |
TEUR_PROFIL_MISHTAMESH, |
ZMAN_TCHILAT_TOKEF, |
ZMAN_SIYUM_TOKEF, |
SHEM_PRATI, |
SHEM_MISHPACHA, |
MISPAR_TEUDAT_ZEHUT, |
MIN, |
SHEM_RECHOV, |
MISPAR_BAYIT, |
MIKUD, |
TAARICH_LEYDA}; |
rowReportDataRow.ItemArray = columnValuesArray; |
this.Rows.Add(rowReportDataRow); |
return rowReportDataRow; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public override global::System.Data.DataTable Clone() { |
ReportDataDataTable cln = ((ReportDataDataTable)(base.Clone())); |
cln.InitVars(); |
return cln; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override global::System.Data.DataTable CreateInstance() { |
return new ReportDataDataTable(); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
internal void InitVars() { |
this.columnKIDOMET_LASHEM = base.Columns["KIDOMET_LASHEM"]; |
this.columnTEUR_PROFIL_MISHTAMESH = base.Columns["TEUR_PROFIL_MISHTAMESH"]; |
this.columnZMAN_TCHILAT_TOKEF = base.Columns["ZMAN_TCHILAT_TOKEF"]; |
this.columnZMAN_SIYUM_TOKEF = base.Columns["ZMAN_SIYUM_TOKEF"]; |
this.columnSHEM_PRATI = base.Columns["SHEM_PRATI"]; |
this.columnSHEM_MISHPACHA = base.Columns["SHEM_MISHPACHA"]; |
this.columnMISPAR_TEUDAT_ZEHUT = base.Columns["MISPAR_TEUDAT_ZEHUT"]; |
this.columnMIN = base.Columns["MIN"]; |
this.columnSHEM_RECHOV = base.Columns["SHEM_RECHOV"]; |
this.columnMISPAR_BAYIT = base.Columns["MISPAR_BAYIT"]; |
this.columnMIKUD = base.Columns["MIKUD"]; |
this.columnTAARICH_LEYDA = base.Columns["TAARICH_LEYDA"]; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
private void InitClass() { |
this.columnKIDOMET_LASHEM = new global::System.Data.DataColumn("KIDOMET_LASHEM", typeof(string), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnKIDOMET_LASHEM); |
this.columnTEUR_PROFIL_MISHTAMESH = new global::System.Data.DataColumn("TEUR_PROFIL_MISHTAMESH", typeof(string), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnTEUR_PROFIL_MISHTAMESH); |
this.columnZMAN_TCHILAT_TOKEF = new global::System.Data.DataColumn("ZMAN_TCHILAT_TOKEF", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnZMAN_TCHILAT_TOKEF); |
this.columnZMAN_SIYUM_TOKEF = new global::System.Data.DataColumn("ZMAN_SIYUM_TOKEF", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnZMAN_SIYUM_TOKEF); |
this.columnSHEM_PRATI = new global::System.Data.DataColumn("SHEM_PRATI", typeof(string), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnSHEM_PRATI); |
this.columnSHEM_MISHPACHA = new global::System.Data.DataColumn("SHEM_MISHPACHA", typeof(string), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnSHEM_MISHPACHA); |
this.columnMISPAR_TEUDAT_ZEHUT = new global::System.Data.DataColumn("MISPAR_TEUDAT_ZEHUT", typeof(long), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnMISPAR_TEUDAT_ZEHUT); |
this.columnMIN = new global::System.Data.DataColumn("MIN", typeof(string), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnMIN); |
this.columnSHEM_RECHOV = new global::System.Data.DataColumn("SHEM_RECHOV", typeof(string), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnSHEM_RECHOV); |
this.columnMISPAR_BAYIT = new global::System.Data.DataColumn("MISPAR_BAYIT", typeof(decimal), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnMISPAR_BAYIT); |
this.columnMIKUD = new global::System.Data.DataColumn("MIKUD", typeof(decimal), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnMIKUD); |
this.columnTAARICH_LEYDA = new global::System.Data.DataColumn("TAARICH_LEYDA", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
base.Columns.Add(this.columnTAARICH_LEYDA); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public ReportDataRow NewReportDataRow() { |
return ((ReportDataRow)(this.NewRow())); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { |
return new ReportDataRow(builder); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override global::System.Type GetRowType() { |
return typeof(ReportDataRow); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { |
base.OnRowChanged(e); |
if ((this.ReportDataRowChanged != null)) { |
this.ReportDataRowChanged(this, new ReportDataRowChangeEvent(((ReportDataRow)(e.Row)), e.Action)); |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { |
base.OnRowChanging(e); |
if ((this.ReportDataRowChanging != null)) { |
this.ReportDataRowChanging(this, new ReportDataRowChangeEvent(((ReportDataRow)(e.Row)), e.Action)); |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { |
base.OnRowDeleted(e); |
if ((this.ReportDataRowDeleted != null)) { |
this.ReportDataRowDeleted(this, new ReportDataRowChangeEvent(((ReportDataRow)(e.Row)), e.Action)); |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { |
base.OnRowDeleting(e); |
if ((this.ReportDataRowDeleting != null)) { |
this.ReportDataRowDeleting(this, new ReportDataRowChangeEvent(((ReportDataRow)(e.Row)), e.Action)); |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void RemoveReportDataRow(ReportDataRow row) { |
this.Rows.Remove(row); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { |
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); |
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); |
ODS ds = new ODS(); |
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); |
any1.Namespace = "http://www.w3.org/2001/XMLSchema"; |
any1.MinOccurs = new decimal(0); |
any1.MaxOccurs = decimal.MaxValue; |
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; |
sequence.Items.Add(any1); |
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); |
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; |
any2.MinOccurs = new decimal(1); |
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; |
sequence.Items.Add(any2); |
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); |
attribute1.Name = "namespace"; |
attribute1.FixedValue = ds.Namespace; |
type.Attributes.Add(attribute1); |
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); |
attribute2.Name = "tableTypeName"; |
attribute2.FixedValue = "ReportDataDataTable"; |
type.Attributes.Add(attribute2); |
type.Particle = sequence; |
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); |
if (xs.Contains(dsSchema.TargetNamespace)) { |
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); |
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); |
try { |
global::System.Xml.Schema.XmlSchema schema = null; |
dsSchema.Write(s1); |
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { |
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); |
s2.SetLength(0); |
schema.Write(s2); |
if ((s1.Length == s2.Length)) { |
s1.Position = 0; |
s2.Position = 0; |
for (; ((s1.Position != s1.Length) |
&& (s1.ReadByte() == s2.ReadByte())); ) { |
; |
} |
if ((s1.Position == s1.Length)) { |
return type; |
} |
} |
} |
} |
finally { |
if ((s1 != null)) { |
s1.Close(); |
} |
if ((s2 != null)) { |
s2.Close(); |
} |
} |
} |
xs.Add(dsSchema); |
return type; |
} |
} |
|
/// <summary> |
///Represents strongly named DataRow class. |
///</summary> |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] |
public partial class ReportDataRow : global::System.Data.DataRow { |
|
private ReportDataDataTable tableReportData; |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
internal ReportDataRow(global::System.Data.DataRowBuilder rb) : |
base(rb) { |
this.tableReportData = ((ReportDataDataTable)(this.Table)); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public string KIDOMET_LASHEM { |
get { |
try { |
return ((string)(this[this.tableReportData.KIDOMET_LASHEMColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'KIDOMET_LASHEM\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.KIDOMET_LASHEMColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public string TEUR_PROFIL_MISHTAMESH { |
get { |
try { |
return ((string)(this[this.tableReportData.TEUR_PROFIL_MISHTAMESHColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'TEUR_PROFIL_MISHTAMESH\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.TEUR_PROFIL_MISHTAMESHColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public System.DateTime ZMAN_TCHILAT_TOKEF { |
get { |
try { |
return ((global::System.DateTime)(this[this.tableReportData.ZMAN_TCHILAT_TOKEFColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'ZMAN_TCHILAT_TOKEF\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.ZMAN_TCHILAT_TOKEFColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public System.DateTime ZMAN_SIYUM_TOKEF { |
get { |
try { |
return ((global::System.DateTime)(this[this.tableReportData.ZMAN_SIYUM_TOKEFColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'ZMAN_SIYUM_TOKEF\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.ZMAN_SIYUM_TOKEFColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public string SHEM_PRATI { |
get { |
try { |
return ((string)(this[this.tableReportData.SHEM_PRATIColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'SHEM_PRATI\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.SHEM_PRATIColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public string SHEM_MISHPACHA { |
get { |
try { |
return ((string)(this[this.tableReportData.SHEM_MISHPACHAColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'SHEM_MISHPACHA\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.SHEM_MISHPACHAColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public long MISPAR_TEUDAT_ZEHUT { |
get { |
try { |
return ((long)(this[this.tableReportData.MISPAR_TEUDAT_ZEHUTColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'MISPAR_TEUDAT_ZEHUT\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.MISPAR_TEUDAT_ZEHUTColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public string MIN { |
get { |
try { |
return ((string)(this[this.tableReportData.MINColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'MIN\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.MINColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public string SHEM_RECHOV { |
get { |
try { |
return ((string)(this[this.tableReportData.SHEM_RECHOVColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'SHEM_RECHOV\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.SHEM_RECHOVColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public decimal MISPAR_BAYIT { |
get { |
try { |
return ((decimal)(this[this.tableReportData.MISPAR_BAYITColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'MISPAR_BAYIT\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.MISPAR_BAYITColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public decimal MIKUD { |
get { |
try { |
return ((decimal)(this[this.tableReportData.MIKUDColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'MIKUD\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.MIKUDColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public System.DateTime TAARICH_LEYDA { |
get { |
try { |
return ((global::System.DateTime)(this[this.tableReportData.TAARICH_LEYDAColumn])); |
} |
catch (global::System.InvalidCastException e) { |
throw new global::System.Data.StrongTypingException("The value for column \'TAARICH_LEYDA\' in table \'ReportData\' is DBNull.", e); |
} |
} |
set { |
this[this.tableReportData.TAARICH_LEYDAColumn] = value; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsKIDOMET_LASHEMNull() { |
return this.IsNull(this.tableReportData.KIDOMET_LASHEMColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetKIDOMET_LASHEMNull() { |
this[this.tableReportData.KIDOMET_LASHEMColumn] = global::System.Convert.DBNull; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsTEUR_PROFIL_MISHTAMESHNull() { |
return this.IsNull(this.tableReportData.TEUR_PROFIL_MISHTAMESHColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetTEUR_PROFIL_MISHTAMESHNull() { |
this[this.tableReportData.TEUR_PROFIL_MISHTAMESHColumn] = global::System.Convert.DBNull; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsZMAN_TCHILAT_TOKEFNull() { |
return this.IsNull(this.tableReportData.ZMAN_TCHILAT_TOKEFColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetZMAN_TCHILAT_TOKEFNull() { |
this[this.tableReportData.ZMAN_TCHILAT_TOKEFColumn] = global::System.Convert.DBNull; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsZMAN_SIYUM_TOKEFNull() { |
return this.IsNull(this.tableReportData.ZMAN_SIYUM_TOKEFColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetZMAN_SIYUM_TOKEFNull() { |
this[this.tableReportData.ZMAN_SIYUM_TOKEFColumn] = global::System.Convert.DBNull; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsSHEM_PRATINull() { |
return this.IsNull(this.tableReportData.SHEM_PRATIColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetSHEM_PRATINull() { |
this[this.tableReportData.SHEM_PRATIColumn] = global::System.Convert.DBNull; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsSHEM_MISHPACHANull() { |
return this.IsNull(this.tableReportData.SHEM_MISHPACHAColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetSHEM_MISHPACHANull() { |
this[this.tableReportData.SHEM_MISHPACHAColumn] = global::System.Convert.DBNull; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsMISPAR_TEUDAT_ZEHUTNull() { |
return this.IsNull(this.tableReportData.MISPAR_TEUDAT_ZEHUTColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetMISPAR_TEUDAT_ZEHUTNull() { |
this[this.tableReportData.MISPAR_TEUDAT_ZEHUTColumn] = global::System.Convert.DBNull; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsMINNull() { |
return this.IsNull(this.tableReportData.MINColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetMINNull() { |
this[this.tableReportData.MINColumn] = global::System.Convert.DBNull; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsSHEM_RECHOVNull() { |
return this.IsNull(this.tableReportData.SHEM_RECHOVColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetSHEM_RECHOVNull() { |
this[this.tableReportData.SHEM_RECHOVColumn] = global::System.Convert.DBNull; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsMISPAR_BAYITNull() { |
return this.IsNull(this.tableReportData.MISPAR_BAYITColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetMISPAR_BAYITNull() { |
this[this.tableReportData.MISPAR_BAYITColumn] = global::System.Convert.DBNull; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsMIKUDNull() { |
return this.IsNull(this.tableReportData.MIKUDColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetMIKUDNull() { |
this[this.tableReportData.MIKUDColumn] = global::System.Convert.DBNull; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public bool IsTAARICH_LEYDANull() { |
return this.IsNull(this.tableReportData.TAARICH_LEYDAColumn); |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public void SetTAARICH_LEYDANull() { |
this[this.tableReportData.TAARICH_LEYDAColumn] = global::System.Convert.DBNull; |
} |
} |
|
/// <summary> |
///Row event argument class |
///</summary> |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] |
public class ReportDataRowChangeEvent : global::System.EventArgs { |
|
private ReportDataRow eventRow; |
|
private global::System.Data.DataRowAction eventAction; |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public ReportDataRowChangeEvent(ReportDataRow row, global::System.Data.DataRowAction action) { |
this.eventRow = row; |
this.eventAction = action; |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public ReportDataRow Row { |
get { |
return this.eventRow; |
} |
} |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
public global::System.Data.DataRowAction Action { |
get { |
return this.eventAction; |
} |
} |
} |
} |
} |
|
#pragma warning restore 1591 |