2024-10-14 10:01:49 +06:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
// This code was generated by a tool.
|
|
|
|
|
// Runtime Version:4.0.30319.42000
|
|
|
|
|
//
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
#pragma warning disable 1591
|
|
|
|
|
|
|
|
|
|
namespace HRM.Report.PayrollDataSet {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
///Represents a strongly typed in-memory cache of data.
|
|
|
|
|
///</summary>
|
|
|
|
|
[global::System.Serializable()]
|
|
|
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
|
|
|
|
[global::System.Xml.Serialization.XmlRootAttribute("PMPDataSet")]
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|
|
|
|
public partial class PMPDataSet : global::System.Data.DataSet {
|
|
|
|
|
|
|
|
|
|
private dtObjectivePercentageDataTable tabledtObjectivePercentage;
|
|
|
|
|
|
|
|
|
|
private dtPMPObjectiveDataDataTable tabledtPMPObjectiveData;
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
private EmployeeDetailDataTable tableEmployeeDetail;
|
|
|
|
|
|
2024-10-14 10:01:49 +06:00
|
|
|
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public PMPDataSet() {
|
|
|
|
|
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()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected PMPDataSet(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["dtObjectivePercentage"] != null)) {
|
|
|
|
|
base.Tables.Add(new dtObjectivePercentageDataTable(ds.Tables["dtObjectivePercentage"]));
|
|
|
|
|
}
|
|
|
|
|
if ((ds.Tables["dtPMPObjectiveData"] != null)) {
|
|
|
|
|
base.Tables.Add(new dtPMPObjectiveDataDataTable(ds.Tables["dtPMPObjectiveData"]));
|
|
|
|
|
}
|
2025-06-25 10:19:55 +06:00
|
|
|
|
if ((ds.Tables["EmployeeDetail"] != null)) {
|
|
|
|
|
base.Tables.Add(new EmployeeDetailDataTable(ds.Tables["EmployeeDetail"]));
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
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()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
public dtObjectivePercentageDataTable dtObjectivePercentage {
|
|
|
|
|
get {
|
|
|
|
|
return this.tabledtObjectivePercentage;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
public dtPMPObjectiveDataDataTable dtPMPObjectiveData {
|
|
|
|
|
get {
|
|
|
|
|
return this.tabledtPMPObjectiveData;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
public EmployeeDetailDataTable EmployeeDetail {
|
|
|
|
|
get {
|
|
|
|
|
return this.tableEmployeeDetail;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
[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()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|
|
|
|
public new global::System.Data.DataTableCollection Tables {
|
|
|
|
|
get {
|
|
|
|
|
return base.Tables;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|
|
|
|
public new global::System.Data.DataRelationCollection Relations {
|
|
|
|
|
get {
|
|
|
|
|
return base.Relations;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override void InitializeDerivedDataSet() {
|
|
|
|
|
this.BeginInit();
|
|
|
|
|
this.InitClass();
|
|
|
|
|
this.EndInit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public override global::System.Data.DataSet Clone() {
|
|
|
|
|
PMPDataSet cln = ((PMPDataSet)(base.Clone()));
|
|
|
|
|
cln.InitVars();
|
|
|
|
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|
|
|
|
return cln;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override bool ShouldSerializeTables() {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override bool ShouldSerializeRelations() {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
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["dtObjectivePercentage"] != null)) {
|
|
|
|
|
base.Tables.Add(new dtObjectivePercentageDataTable(ds.Tables["dtObjectivePercentage"]));
|
|
|
|
|
}
|
|
|
|
|
if ((ds.Tables["dtPMPObjectiveData"] != null)) {
|
|
|
|
|
base.Tables.Add(new dtPMPObjectiveDataDataTable(ds.Tables["dtPMPObjectiveData"]));
|
|
|
|
|
}
|
2025-06-25 10:19:55 +06:00
|
|
|
|
if ((ds.Tables["EmployeeDetail"] != null)) {
|
|
|
|
|
base.Tables.Add(new EmployeeDetailDataTable(ds.Tables["EmployeeDetail"]));
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
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()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
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()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
internal void InitVars() {
|
|
|
|
|
this.InitVars(true);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
internal void InitVars(bool initTable) {
|
|
|
|
|
this.tabledtObjectivePercentage = ((dtObjectivePercentageDataTable)(base.Tables["dtObjectivePercentage"]));
|
|
|
|
|
if ((initTable == true)) {
|
|
|
|
|
if ((this.tabledtObjectivePercentage != null)) {
|
|
|
|
|
this.tabledtObjectivePercentage.InitVars();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
this.tabledtPMPObjectiveData = ((dtPMPObjectiveDataDataTable)(base.Tables["dtPMPObjectiveData"]));
|
|
|
|
|
if ((initTable == true)) {
|
|
|
|
|
if ((this.tabledtPMPObjectiveData != null)) {
|
|
|
|
|
this.tabledtPMPObjectiveData.InitVars();
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-06-25 10:19:55 +06:00
|
|
|
|
this.tableEmployeeDetail = ((EmployeeDetailDataTable)(base.Tables["EmployeeDetail"]));
|
|
|
|
|
if ((initTable == true)) {
|
|
|
|
|
if ((this.tableEmployeeDetail != null)) {
|
|
|
|
|
this.tableEmployeeDetail.InitVars();
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
private void InitClass() {
|
|
|
|
|
this.DataSetName = "PMPDataSet";
|
|
|
|
|
this.Prefix = "";
|
|
|
|
|
this.Namespace = "http://tempuri.org/PMPDataSet.xsd";
|
|
|
|
|
this.EnforceConstraints = true;
|
|
|
|
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
|
this.tabledtObjectivePercentage = new dtObjectivePercentageDataTable();
|
|
|
|
|
base.Tables.Add(this.tabledtObjectivePercentage);
|
|
|
|
|
this.tabledtPMPObjectiveData = new dtPMPObjectiveDataDataTable();
|
|
|
|
|
base.Tables.Add(this.tabledtPMPObjectiveData);
|
2025-06-25 10:19:55 +06:00
|
|
|
|
this.tableEmployeeDetail = new EmployeeDetailDataTable();
|
|
|
|
|
base.Tables.Add(this.tableEmployeeDetail);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
private bool ShouldSerializedtObjectivePercentage() {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
private bool ShouldSerializedtPMPObjectiveData() {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
private bool ShouldSerializeEmployeeDetail() {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
|
|
|
|
|
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
|
|
|
|
|
this.InitVars();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
PMPDataSet ds = new PMPDataSet();
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public delegate void dtObjectivePercentageRowChangeEventHandler(object sender, dtObjectivePercentageRowChangeEvent e);
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public delegate void dtPMPObjectiveDataRowChangeEventHandler(object sender, dtPMPObjectiveDataRowChangeEvent e);
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public delegate void EmployeeDetailRowChangeEventHandler(object sender, EmployeeDetailRowChangeEvent e);
|
|
|
|
|
|
2024-10-14 10:01:49 +06:00
|
|
|
|
/// <summary>
|
|
|
|
|
///Represents the strongly named DataTable class.
|
|
|
|
|
///</summary>
|
|
|
|
|
[global::System.Serializable()]
|
|
|
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
public partial class dtObjectivePercentageDataTable : global::System.Data.TypedTableBase<dtObjectivePercentageRow> {
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnCategory;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnType;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnObjectiveSettingMoS;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnDevelopmentPlanMos;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnPercentage;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnRowNo;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtObjectivePercentageDataTable() {
|
|
|
|
|
this.TableName = "dtObjectivePercentage";
|
|
|
|
|
this.BeginInit();
|
|
|
|
|
this.InitClass();
|
|
|
|
|
this.EndInit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
internal dtObjectivePercentageDataTable(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()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected dtObjectivePercentageDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
base(info, context) {
|
|
|
|
|
this.InitVars();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn CategoryColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnCategory;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn TypeColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnType;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn ObjectiveSettingMoSColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnObjectiveSettingMoS;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn DevelopmentPlanMosColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnDevelopmentPlanMos;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn PercentageColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnPercentage;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn RowNoColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnRowNo;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
public int Count {
|
|
|
|
|
get {
|
|
|
|
|
return this.Rows.Count;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtObjectivePercentageRow this[int index] {
|
|
|
|
|
get {
|
|
|
|
|
return ((dtObjectivePercentageRow)(this.Rows[index]));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public event dtObjectivePercentageRowChangeEventHandler dtObjectivePercentageRowChanging;
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public event dtObjectivePercentageRowChangeEventHandler dtObjectivePercentageRowChanged;
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public event dtObjectivePercentageRowChangeEventHandler dtObjectivePercentageRowDeleting;
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public event dtObjectivePercentageRowChangeEventHandler dtObjectivePercentageRowDeleted;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public void AdddtObjectivePercentageRow(dtObjectivePercentageRow row) {
|
|
|
|
|
this.Rows.Add(row);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtObjectivePercentageRow AdddtObjectivePercentageRow(string Category, string Type, string ObjectiveSettingMoS, string DevelopmentPlanMos, int Percentage, string RowNo) {
|
|
|
|
|
dtObjectivePercentageRow rowdtObjectivePercentageRow = ((dtObjectivePercentageRow)(this.NewRow()));
|
|
|
|
|
object[] columnValuesArray = new object[] {
|
|
|
|
|
Category,
|
|
|
|
|
Type,
|
|
|
|
|
ObjectiveSettingMoS,
|
|
|
|
|
DevelopmentPlanMos,
|
|
|
|
|
Percentage,
|
|
|
|
|
RowNo};
|
|
|
|
|
rowdtObjectivePercentageRow.ItemArray = columnValuesArray;
|
|
|
|
|
this.Rows.Add(rowdtObjectivePercentageRow);
|
|
|
|
|
return rowdtObjectivePercentageRow;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public override global::System.Data.DataTable Clone() {
|
|
|
|
|
dtObjectivePercentageDataTable cln = ((dtObjectivePercentageDataTable)(base.Clone()));
|
|
|
|
|
cln.InitVars();
|
|
|
|
|
return cln;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
return new dtObjectivePercentageDataTable();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
internal void InitVars() {
|
|
|
|
|
this.columnCategory = base.Columns["Category"];
|
|
|
|
|
this.columnType = base.Columns["Type"];
|
|
|
|
|
this.columnObjectiveSettingMoS = base.Columns["ObjectiveSettingMoS"];
|
|
|
|
|
this.columnDevelopmentPlanMos = base.Columns["DevelopmentPlanMos"];
|
|
|
|
|
this.columnPercentage = base.Columns["Percentage"];
|
|
|
|
|
this.columnRowNo = base.Columns["RowNo"];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
private void InitClass() {
|
|
|
|
|
this.columnCategory = new global::System.Data.DataColumn("Category", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnCategory);
|
|
|
|
|
this.columnType = new global::System.Data.DataColumn("Type", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnType);
|
|
|
|
|
this.columnObjectiveSettingMoS = new global::System.Data.DataColumn("ObjectiveSettingMoS", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnObjectiveSettingMoS);
|
|
|
|
|
this.columnDevelopmentPlanMos = new global::System.Data.DataColumn("DevelopmentPlanMos", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnDevelopmentPlanMos);
|
|
|
|
|
this.columnPercentage = new global::System.Data.DataColumn("Percentage", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnPercentage);
|
|
|
|
|
this.columnRowNo = new global::System.Data.DataColumn("RowNo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnRowNo);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtObjectivePercentageRow NewdtObjectivePercentageRow() {
|
|
|
|
|
return ((dtObjectivePercentageRow)(this.NewRow()));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
return new dtObjectivePercentageRow(builder);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override global::System.Type GetRowType() {
|
|
|
|
|
return typeof(dtObjectivePercentageRow);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowChanged(e);
|
|
|
|
|
if ((this.dtObjectivePercentageRowChanged != null)) {
|
|
|
|
|
this.dtObjectivePercentageRowChanged(this, new dtObjectivePercentageRowChangeEvent(((dtObjectivePercentageRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowChanging(e);
|
|
|
|
|
if ((this.dtObjectivePercentageRowChanging != null)) {
|
|
|
|
|
this.dtObjectivePercentageRowChanging(this, new dtObjectivePercentageRowChangeEvent(((dtObjectivePercentageRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowDeleted(e);
|
|
|
|
|
if ((this.dtObjectivePercentageRowDeleted != null)) {
|
|
|
|
|
this.dtObjectivePercentageRowDeleted(this, new dtObjectivePercentageRowChangeEvent(((dtObjectivePercentageRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowDeleting(e);
|
|
|
|
|
if ((this.dtObjectivePercentageRowDeleting != null)) {
|
|
|
|
|
this.dtObjectivePercentageRowDeleting(this, new dtObjectivePercentageRowChangeEvent(((dtObjectivePercentageRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public void RemovedtObjectivePercentageRow(dtObjectivePercentageRow row) {
|
|
|
|
|
this.Rows.Remove(row);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
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();
|
|
|
|
|
PMPDataSet ds = new PMPDataSet();
|
|
|
|
|
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 = "dtObjectivePercentageDataTable";
|
|
|
|
|
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 the strongly named DataTable class.
|
|
|
|
|
///</summary>
|
|
|
|
|
[global::System.Serializable()]
|
|
|
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
public partial class dtPMPObjectiveDataDataTable : global::System.Data.TypedTableBase<dtPMPObjectiveDataRow> {
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnEmployeeNo;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnName;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnBand;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnDepartment;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnDesignation;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnKPI_Title;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnKPI_Description;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnKPI_Thresholds;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnKPI_Thresholds2;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnWeightages;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtPMPObjectiveDataDataTable() {
|
|
|
|
|
this.TableName = "dtPMPObjectiveData";
|
|
|
|
|
this.BeginInit();
|
|
|
|
|
this.InitClass();
|
|
|
|
|
this.EndInit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
internal dtPMPObjectiveDataDataTable(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()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected dtPMPObjectiveDataDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
base(info, context) {
|
|
|
|
|
this.InitVars();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn EmployeeNoColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnEmployeeNo;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn NameColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnName;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn BandColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnBand;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn DepartmentColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnDepartment;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn DesignationColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnDesignation;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn KPI_TitleColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnKPI_Title;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn KPI_DescriptionColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnKPI_Description;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn KPI_ThresholdsColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnKPI_Thresholds;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn KPI_Thresholds2Column {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnKPI_Thresholds2;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataColumn WeightagesColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnWeightages;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
public int Count {
|
|
|
|
|
get {
|
|
|
|
|
return this.Rows.Count;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtPMPObjectiveDataRow this[int index] {
|
|
|
|
|
get {
|
|
|
|
|
return ((dtPMPObjectiveDataRow)(this.Rows[index]));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public event dtPMPObjectiveDataRowChangeEventHandler dtPMPObjectiveDataRowChanging;
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public event dtPMPObjectiveDataRowChangeEventHandler dtPMPObjectiveDataRowChanged;
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public event dtPMPObjectiveDataRowChangeEventHandler dtPMPObjectiveDataRowDeleting;
|
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public event dtPMPObjectiveDataRowChangeEventHandler dtPMPObjectiveDataRowDeleted;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public void AdddtPMPObjectiveDataRow(dtPMPObjectiveDataRow row) {
|
|
|
|
|
this.Rows.Add(row);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtPMPObjectiveDataRow AdddtPMPObjectiveDataRow(string EmployeeNo, string Name, string Band, string Department, string Designation, string KPI_Title, string KPI_Description, string KPI_Thresholds, string KPI_Thresholds2, string Weightages) {
|
|
|
|
|
dtPMPObjectiveDataRow rowdtPMPObjectiveDataRow = ((dtPMPObjectiveDataRow)(this.NewRow()));
|
|
|
|
|
object[] columnValuesArray = new object[] {
|
|
|
|
|
EmployeeNo,
|
|
|
|
|
Name,
|
|
|
|
|
Band,
|
|
|
|
|
Department,
|
|
|
|
|
Designation,
|
|
|
|
|
KPI_Title,
|
|
|
|
|
KPI_Description,
|
|
|
|
|
KPI_Thresholds,
|
|
|
|
|
KPI_Thresholds2,
|
|
|
|
|
Weightages};
|
|
|
|
|
rowdtPMPObjectiveDataRow.ItemArray = columnValuesArray;
|
|
|
|
|
this.Rows.Add(rowdtPMPObjectiveDataRow);
|
|
|
|
|
return rowdtPMPObjectiveDataRow;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public override global::System.Data.DataTable Clone() {
|
|
|
|
|
dtPMPObjectiveDataDataTable cln = ((dtPMPObjectiveDataDataTable)(base.Clone()));
|
|
|
|
|
cln.InitVars();
|
|
|
|
|
return cln;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
return new dtPMPObjectiveDataDataTable();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
internal void InitVars() {
|
|
|
|
|
this.columnEmployeeNo = base.Columns["EmployeeNo"];
|
|
|
|
|
this.columnName = base.Columns["Name"];
|
|
|
|
|
this.columnBand = base.Columns["Band"];
|
|
|
|
|
this.columnDepartment = base.Columns["Department"];
|
|
|
|
|
this.columnDesignation = base.Columns["Designation"];
|
|
|
|
|
this.columnKPI_Title = base.Columns["KPI_Title"];
|
|
|
|
|
this.columnKPI_Description = base.Columns["KPI_Description"];
|
|
|
|
|
this.columnKPI_Thresholds = base.Columns["KPI_Thresholds"];
|
|
|
|
|
this.columnKPI_Thresholds2 = base.Columns["KPI_Thresholds2"];
|
|
|
|
|
this.columnWeightages = base.Columns["Weightages"];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
private void InitClass() {
|
|
|
|
|
this.columnEmployeeNo = new global::System.Data.DataColumn("EmployeeNo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnEmployeeNo);
|
|
|
|
|
this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnName);
|
|
|
|
|
this.columnBand = new global::System.Data.DataColumn("Band", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnBand);
|
|
|
|
|
this.columnDepartment = new global::System.Data.DataColumn("Department", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnDepartment);
|
|
|
|
|
this.columnDesignation = new global::System.Data.DataColumn("Designation", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnDesignation);
|
|
|
|
|
this.columnKPI_Title = new global::System.Data.DataColumn("KPI_Title", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnKPI_Title);
|
|
|
|
|
this.columnKPI_Description = new global::System.Data.DataColumn("KPI_Description", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnKPI_Description);
|
|
|
|
|
this.columnKPI_Thresholds = new global::System.Data.DataColumn("KPI_Thresholds", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnKPI_Thresholds);
|
|
|
|
|
this.columnKPI_Thresholds2 = new global::System.Data.DataColumn("KPI_Thresholds2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnKPI_Thresholds2);
|
|
|
|
|
this.columnWeightages = new global::System.Data.DataColumn("Weightages", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnWeightages);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtPMPObjectiveDataRow NewdtPMPObjectiveDataRow() {
|
|
|
|
|
return ((dtPMPObjectiveDataRow)(this.NewRow()));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
return new dtPMPObjectiveDataRow(builder);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override global::System.Type GetRowType() {
|
|
|
|
|
return typeof(dtPMPObjectiveDataRow);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowChanged(e);
|
|
|
|
|
if ((this.dtPMPObjectiveDataRowChanged != null)) {
|
|
|
|
|
this.dtPMPObjectiveDataRowChanged(this, new dtPMPObjectiveDataRowChangeEvent(((dtPMPObjectiveDataRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowChanging(e);
|
|
|
|
|
if ((this.dtPMPObjectiveDataRowChanging != null)) {
|
|
|
|
|
this.dtPMPObjectiveDataRowChanging(this, new dtPMPObjectiveDataRowChangeEvent(((dtPMPObjectiveDataRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowDeleted(e);
|
|
|
|
|
if ((this.dtPMPObjectiveDataRowDeleted != null)) {
|
|
|
|
|
this.dtPMPObjectiveDataRowDeleted(this, new dtPMPObjectiveDataRowChangeEvent(((dtPMPObjectiveDataRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowDeleting(e);
|
|
|
|
|
if ((this.dtPMPObjectiveDataRowDeleting != null)) {
|
|
|
|
|
this.dtPMPObjectiveDataRowDeleting(this, new dtPMPObjectiveDataRowChangeEvent(((dtPMPObjectiveDataRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public void RemovedtPMPObjectiveDataRow(dtPMPObjectiveDataRow row) {
|
|
|
|
|
this.Rows.Remove(row);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
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();
|
|
|
|
|
PMPDataSet ds = new PMPDataSet();
|
|
|
|
|
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 = "dtPMPObjectiveDataDataTable";
|
|
|
|
|
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>
|
2025-06-25 10:19:55 +06:00
|
|
|
|
///Represents the strongly named DataTable class.
|
2024-10-14 10:01:49 +06:00
|
|
|
|
///</summary>
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.Serializable()]
|
|
|
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
public partial class EmployeeDetailDataTable : global::System.Data.TypedTableBase<EmployeeDetailRow> {
|
2024-10-14 10:01:49 +06:00
|
|
|
|
|
2025-06-25 10:19:55 +06:00
|
|
|
|
private global::System.Data.DataColumn columnEmpNo;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnName;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnDesignation;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnDepartment;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnGrade;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnBasicSalary;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnDOB;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnGender;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnReligion;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnBank;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnBranch;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnAccountNo;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnDOJ;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnConfirmDate;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnTaxAmount;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnMarStatus;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnMobileNo;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnMailAdd;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnLocDes;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnGrossSalary;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnVendorCode;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnBankOPI;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnBranchOPI;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnAccountNoOPI;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnFloor;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnSection;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnLine;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnRFID;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnBloodGroup;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnQualification;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnVotterID;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnNationality;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnFathersName;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnMothersName;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnSpouse;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnTempVill;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnTempPost;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnTempPS;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnTempDist;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnPerVill;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnPerPost;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnPerPS;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnPerDist;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnCategory;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnBanglaName;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnBanglaDesignation;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnDepartmentBangla;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnSectionBangla;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnLANDPHONE;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnOFFICEMOBILE;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public EmployeeDetailDataTable() {
|
|
|
|
|
this.TableName = "EmployeeDetail";
|
|
|
|
|
this.BeginInit();
|
|
|
|
|
this.InitClass();
|
|
|
|
|
this.EndInit();
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
internal EmployeeDetailDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
this.TableName = table.TableName;
|
|
|
|
|
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
this.CaseSensitive = table.CaseSensitive;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
2025-06-25 10:19:55 +06:00
|
|
|
|
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
this.Locale = table.Locale;
|
|
|
|
|
}
|
|
|
|
|
if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
this.Namespace = table.Namespace;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
2025-06-25 10:19:55 +06:00
|
|
|
|
this.Prefix = table.Prefix;
|
|
|
|
|
this.MinimumCapacity = table.MinimumCapacity;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
protected EmployeeDetailDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
base(info, context) {
|
|
|
|
|
this.InitVars();
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn EmpNoColumn {
|
2024-10-14 10:01:49 +06:00
|
|
|
|
get {
|
2025-06-25 10:19:55 +06:00
|
|
|
|
return this.columnEmpNo;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn NameColumn {
|
2024-10-14 10:01:49 +06:00
|
|
|
|
get {
|
2025-06-25 10:19:55 +06:00
|
|
|
|
return this.columnName;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn DesignationColumn {
|
2024-10-14 10:01:49 +06:00
|
|
|
|
get {
|
2025-06-25 10:19:55 +06:00
|
|
|
|
return this.columnDesignation;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn DepartmentColumn {
|
2024-10-14 10:01:49 +06:00
|
|
|
|
get {
|
2025-06-25 10:19:55 +06:00
|
|
|
|
return this.columnDepartment;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn GradeColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnGrade;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn BasicSalaryColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnBasicSalary;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn DOBColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnDOB;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn GenderColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnGender;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn ReligionColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnReligion;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn BankColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnBank;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn BranchColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnBranch;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn AccountNoColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnAccountNo;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn DOJColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnDOJ;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn ConfirmDateColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnConfirmDate;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn TaxAmountColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnTaxAmount;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn MarStatusColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnMarStatus;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn MobileNoColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnMobileNo;
|
|
|
|
|
}
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn MailAddColumn {
|
2024-10-14 10:01:49 +06:00
|
|
|
|
get {
|
2025-06-25 10:19:55 +06:00
|
|
|
|
return this.columnMailAdd;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn LocDesColumn {
|
2024-10-14 10:01:49 +06:00
|
|
|
|
get {
|
2025-06-25 10:19:55 +06:00
|
|
|
|
return this.columnLocDes;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn GrossSalaryColumn {
|
2024-10-14 10:01:49 +06:00
|
|
|
|
get {
|
2025-06-25 10:19:55 +06:00
|
|
|
|
return this.columnGrossSalary;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn VendorCodeColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnVendorCode;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn BankOPIColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnBankOPI;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn BranchOPIColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnBranchOPI;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn AccountNoOPIColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnAccountNoOPI;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn FloorColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnFloor;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn SectionColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnSection;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn LineColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnLine;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn RFIDColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnRFID;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn BloodGroupColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnBloodGroup;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn QualificationColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnQualification;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn VotterIDColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnVotterID;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn NationalityColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnNationality;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn FathersNameColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnFathersName;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn MothersNameColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnMothersName;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn SpouseColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnSpouse;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn TempVillColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnTempVill;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn TempPostColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnTempPost;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn TempPSColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnTempPS;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn TempDistColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnTempDist;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn PerVillColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnPerVill;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn PerPostColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnPerPost;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn PerPSColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnPerPS;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn PerDistColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnPerDist;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn CategoryColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnCategory;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn BanglaNameColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnBanglaName;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn BanglaDesignationColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnBanglaDesignation;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn DepartmentBanglaColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnDepartmentBangla;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn SectionBanglaColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnSectionBangla;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn LANDPHONEColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnLANDPHONE;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataColumn OFFICEMOBILEColumn {
|
|
|
|
|
get {
|
|
|
|
|
return this.columnOFFICEMOBILE;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
public int Count {
|
|
|
|
|
get {
|
|
|
|
|
return this.Rows.Count;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public EmployeeDetailRow this[int index] {
|
|
|
|
|
get {
|
|
|
|
|
return ((EmployeeDetailRow)(this.Rows[index]));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public event EmployeeDetailRowChangeEventHandler EmployeeDetailRowChanging;
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public event EmployeeDetailRowChangeEventHandler EmployeeDetailRowChanged;
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public event EmployeeDetailRowChangeEventHandler EmployeeDetailRowDeleting;
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public event EmployeeDetailRowChangeEventHandler EmployeeDetailRowDeleted;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void AddEmployeeDetailRow(EmployeeDetailRow row) {
|
|
|
|
|
this.Rows.Add(row);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public EmployeeDetailRow AddEmployeeDetailRow(
|
|
|
|
|
string EmpNo,
|
|
|
|
|
string Name,
|
|
|
|
|
string Designation,
|
|
|
|
|
string Department,
|
|
|
|
|
string Grade,
|
|
|
|
|
double BasicSalary,
|
|
|
|
|
System.DateTime DOB,
|
|
|
|
|
string Gender,
|
|
|
|
|
string Religion,
|
|
|
|
|
string Bank,
|
|
|
|
|
string Branch,
|
|
|
|
|
string AccountNo,
|
|
|
|
|
System.DateTime DOJ,
|
|
|
|
|
System.DateTime ConfirmDate,
|
|
|
|
|
string TaxAmount,
|
|
|
|
|
string MarStatus,
|
|
|
|
|
string MobileNo,
|
|
|
|
|
string MailAdd,
|
|
|
|
|
string LocDes,
|
|
|
|
|
double GrossSalary,
|
|
|
|
|
string VendorCode,
|
|
|
|
|
string BankOPI,
|
|
|
|
|
string BranchOPI,
|
|
|
|
|
string AccountNoOPI,
|
|
|
|
|
string Floor,
|
|
|
|
|
string Section,
|
|
|
|
|
string Line,
|
|
|
|
|
string RFID,
|
|
|
|
|
string BloodGroup,
|
|
|
|
|
string Qualification,
|
|
|
|
|
string VotterID,
|
|
|
|
|
string Nationality,
|
|
|
|
|
string FathersName,
|
|
|
|
|
string MothersName,
|
|
|
|
|
string Spouse,
|
|
|
|
|
string TempVill,
|
|
|
|
|
string TempPost,
|
|
|
|
|
string TempPS,
|
|
|
|
|
string TempDist,
|
|
|
|
|
string PerVill,
|
|
|
|
|
string PerPost,
|
|
|
|
|
string PerPS,
|
|
|
|
|
string PerDist,
|
|
|
|
|
string Category,
|
|
|
|
|
string BanglaName,
|
|
|
|
|
string BanglaDesignation,
|
|
|
|
|
string DepartmentBangla,
|
|
|
|
|
string SectionBangla,
|
|
|
|
|
string LANDPHONE,
|
|
|
|
|
string OFFICEMOBILE) {
|
|
|
|
|
EmployeeDetailRow rowEmployeeDetailRow = ((EmployeeDetailRow)(this.NewRow()));
|
|
|
|
|
object[] columnValuesArray = new object[] {
|
|
|
|
|
EmpNo,
|
|
|
|
|
Name,
|
|
|
|
|
Designation,
|
|
|
|
|
Department,
|
|
|
|
|
Grade,
|
|
|
|
|
BasicSalary,
|
|
|
|
|
DOB,
|
|
|
|
|
Gender,
|
|
|
|
|
Religion,
|
|
|
|
|
Bank,
|
|
|
|
|
Branch,
|
|
|
|
|
AccountNo,
|
|
|
|
|
DOJ,
|
|
|
|
|
ConfirmDate,
|
|
|
|
|
TaxAmount,
|
|
|
|
|
MarStatus,
|
|
|
|
|
MobileNo,
|
|
|
|
|
MailAdd,
|
|
|
|
|
LocDes,
|
|
|
|
|
GrossSalary,
|
|
|
|
|
VendorCode,
|
|
|
|
|
BankOPI,
|
|
|
|
|
BranchOPI,
|
|
|
|
|
AccountNoOPI,
|
|
|
|
|
Floor,
|
|
|
|
|
Section,
|
|
|
|
|
Line,
|
|
|
|
|
RFID,
|
|
|
|
|
BloodGroup,
|
|
|
|
|
Qualification,
|
|
|
|
|
VotterID,
|
|
|
|
|
Nationality,
|
|
|
|
|
FathersName,
|
|
|
|
|
MothersName,
|
|
|
|
|
Spouse,
|
|
|
|
|
TempVill,
|
|
|
|
|
TempPost,
|
|
|
|
|
TempPS,
|
|
|
|
|
TempDist,
|
|
|
|
|
PerVill,
|
|
|
|
|
PerPost,
|
|
|
|
|
PerPS,
|
|
|
|
|
PerDist,
|
|
|
|
|
Category,
|
|
|
|
|
BanglaName,
|
|
|
|
|
BanglaDesignation,
|
|
|
|
|
DepartmentBangla,
|
|
|
|
|
SectionBangla,
|
|
|
|
|
LANDPHONE,
|
|
|
|
|
OFFICEMOBILE};
|
|
|
|
|
rowEmployeeDetailRow.ItemArray = columnValuesArray;
|
|
|
|
|
this.Rows.Add(rowEmployeeDetailRow);
|
|
|
|
|
return rowEmployeeDetailRow;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public override global::System.Data.DataTable Clone() {
|
|
|
|
|
EmployeeDetailDataTable cln = ((EmployeeDetailDataTable)(base.Clone()));
|
|
|
|
|
cln.InitVars();
|
|
|
|
|
return cln;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
return new EmployeeDetailDataTable();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
internal void InitVars() {
|
|
|
|
|
this.columnEmpNo = base.Columns["EmpNo"];
|
|
|
|
|
this.columnName = base.Columns["Name"];
|
|
|
|
|
this.columnDesignation = base.Columns["Designation"];
|
|
|
|
|
this.columnDepartment = base.Columns["Department"];
|
|
|
|
|
this.columnGrade = base.Columns["Grade"];
|
|
|
|
|
this.columnBasicSalary = base.Columns["BasicSalary"];
|
|
|
|
|
this.columnDOB = base.Columns["DOB"];
|
|
|
|
|
this.columnGender = base.Columns["Gender"];
|
|
|
|
|
this.columnReligion = base.Columns["Religion"];
|
|
|
|
|
this.columnBank = base.Columns["Bank"];
|
|
|
|
|
this.columnBranch = base.Columns["Branch"];
|
|
|
|
|
this.columnAccountNo = base.Columns["AccountNo"];
|
|
|
|
|
this.columnDOJ = base.Columns["DOJ"];
|
|
|
|
|
this.columnConfirmDate = base.Columns["ConfirmDate"];
|
|
|
|
|
this.columnTaxAmount = base.Columns["TaxAmount"];
|
|
|
|
|
this.columnMarStatus = base.Columns["MarStatus"];
|
|
|
|
|
this.columnMobileNo = base.Columns["MobileNo"];
|
|
|
|
|
this.columnMailAdd = base.Columns["MailAdd"];
|
|
|
|
|
this.columnLocDes = base.Columns["LocDes"];
|
|
|
|
|
this.columnGrossSalary = base.Columns["GrossSalary"];
|
|
|
|
|
this.columnVendorCode = base.Columns["VendorCode"];
|
|
|
|
|
this.columnBankOPI = base.Columns["BankOPI"];
|
|
|
|
|
this.columnBranchOPI = base.Columns["BranchOPI"];
|
|
|
|
|
this.columnAccountNoOPI = base.Columns["AccountNoOPI"];
|
|
|
|
|
this.columnFloor = base.Columns["Floor"];
|
|
|
|
|
this.columnSection = base.Columns["Section"];
|
|
|
|
|
this.columnLine = base.Columns["Line"];
|
|
|
|
|
this.columnRFID = base.Columns["RFID"];
|
|
|
|
|
this.columnBloodGroup = base.Columns["BloodGroup"];
|
|
|
|
|
this.columnQualification = base.Columns["Qualification"];
|
|
|
|
|
this.columnVotterID = base.Columns["VotterID"];
|
|
|
|
|
this.columnNationality = base.Columns["Nationality"];
|
|
|
|
|
this.columnFathersName = base.Columns["FathersName"];
|
|
|
|
|
this.columnMothersName = base.Columns["MothersName"];
|
|
|
|
|
this.columnSpouse = base.Columns["Spouse"];
|
|
|
|
|
this.columnTempVill = base.Columns["TempVill"];
|
|
|
|
|
this.columnTempPost = base.Columns["TempPost"];
|
|
|
|
|
this.columnTempPS = base.Columns["TempPS"];
|
|
|
|
|
this.columnTempDist = base.Columns["TempDist"];
|
|
|
|
|
this.columnPerVill = base.Columns["PerVill"];
|
|
|
|
|
this.columnPerPost = base.Columns["PerPost"];
|
|
|
|
|
this.columnPerPS = base.Columns["PerPS"];
|
|
|
|
|
this.columnPerDist = base.Columns["PerDist"];
|
|
|
|
|
this.columnCategory = base.Columns["Category"];
|
|
|
|
|
this.columnBanglaName = base.Columns["BanglaName"];
|
|
|
|
|
this.columnBanglaDesignation = base.Columns["BanglaDesignation"];
|
|
|
|
|
this.columnDepartmentBangla = base.Columns["DepartmentBangla"];
|
|
|
|
|
this.columnSectionBangla = base.Columns["SectionBangla"];
|
|
|
|
|
this.columnLANDPHONE = base.Columns["LANDPHONE"];
|
|
|
|
|
this.columnOFFICEMOBILE = base.Columns["OFFICEMOBILE"];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
private void InitClass() {
|
|
|
|
|
this.columnEmpNo = new global::System.Data.DataColumn("EmpNo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnEmpNo);
|
|
|
|
|
this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnName);
|
|
|
|
|
this.columnDesignation = new global::System.Data.DataColumn("Designation", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnDesignation);
|
|
|
|
|
this.columnDepartment = new global::System.Data.DataColumn("Department", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnDepartment);
|
|
|
|
|
this.columnGrade = new global::System.Data.DataColumn("Grade", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnGrade);
|
|
|
|
|
this.columnBasicSalary = new global::System.Data.DataColumn("BasicSalary", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnBasicSalary);
|
|
|
|
|
this.columnDOB = new global::System.Data.DataColumn("DOB", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnDOB);
|
|
|
|
|
this.columnGender = new global::System.Data.DataColumn("Gender", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnGender);
|
|
|
|
|
this.columnReligion = new global::System.Data.DataColumn("Religion", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnReligion);
|
|
|
|
|
this.columnBank = new global::System.Data.DataColumn("Bank", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnBank);
|
|
|
|
|
this.columnBranch = new global::System.Data.DataColumn("Branch", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnBranch);
|
|
|
|
|
this.columnAccountNo = new global::System.Data.DataColumn("AccountNo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnAccountNo);
|
|
|
|
|
this.columnDOJ = new global::System.Data.DataColumn("DOJ", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnDOJ);
|
|
|
|
|
this.columnConfirmDate = new global::System.Data.DataColumn("ConfirmDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnConfirmDate);
|
|
|
|
|
this.columnTaxAmount = new global::System.Data.DataColumn("TaxAmount", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnTaxAmount);
|
|
|
|
|
this.columnMarStatus = new global::System.Data.DataColumn("MarStatus", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnMarStatus);
|
|
|
|
|
this.columnMobileNo = new global::System.Data.DataColumn("MobileNo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnMobileNo);
|
|
|
|
|
this.columnMailAdd = new global::System.Data.DataColumn("MailAdd", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnMailAdd);
|
|
|
|
|
this.columnLocDes = new global::System.Data.DataColumn("LocDes", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnLocDes);
|
|
|
|
|
this.columnGrossSalary = new global::System.Data.DataColumn("GrossSalary", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnGrossSalary);
|
|
|
|
|
this.columnVendorCode = new global::System.Data.DataColumn("VendorCode", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnVendorCode);
|
|
|
|
|
this.columnBankOPI = new global::System.Data.DataColumn("BankOPI", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnBankOPI);
|
|
|
|
|
this.columnBranchOPI = new global::System.Data.DataColumn("BranchOPI", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnBranchOPI);
|
|
|
|
|
this.columnAccountNoOPI = new global::System.Data.DataColumn("AccountNoOPI", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnAccountNoOPI);
|
|
|
|
|
this.columnFloor = new global::System.Data.DataColumn("Floor", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnFloor);
|
|
|
|
|
this.columnSection = new global::System.Data.DataColumn("Section", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnSection);
|
|
|
|
|
this.columnLine = new global::System.Data.DataColumn("Line", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnLine);
|
|
|
|
|
this.columnRFID = new global::System.Data.DataColumn("RFID", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnRFID);
|
|
|
|
|
this.columnBloodGroup = new global::System.Data.DataColumn("BloodGroup", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnBloodGroup);
|
|
|
|
|
this.columnQualification = new global::System.Data.DataColumn("Qualification", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnQualification);
|
|
|
|
|
this.columnVotterID = new global::System.Data.DataColumn("VotterID", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnVotterID);
|
|
|
|
|
this.columnNationality = new global::System.Data.DataColumn("Nationality", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnNationality);
|
|
|
|
|
this.columnFathersName = new global::System.Data.DataColumn("FathersName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnFathersName);
|
|
|
|
|
this.columnMothersName = new global::System.Data.DataColumn("MothersName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnMothersName);
|
|
|
|
|
this.columnSpouse = new global::System.Data.DataColumn("Spouse", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnSpouse);
|
|
|
|
|
this.columnTempVill = new global::System.Data.DataColumn("TempVill", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnTempVill);
|
|
|
|
|
this.columnTempPost = new global::System.Data.DataColumn("TempPost", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnTempPost);
|
|
|
|
|
this.columnTempPS = new global::System.Data.DataColumn("TempPS", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnTempPS);
|
|
|
|
|
this.columnTempDist = new global::System.Data.DataColumn("TempDist", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnTempDist);
|
|
|
|
|
this.columnPerVill = new global::System.Data.DataColumn("PerVill", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnPerVill);
|
|
|
|
|
this.columnPerPost = new global::System.Data.DataColumn("PerPost", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnPerPost);
|
|
|
|
|
this.columnPerPS = new global::System.Data.DataColumn("PerPS", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnPerPS);
|
|
|
|
|
this.columnPerDist = new global::System.Data.DataColumn("PerDist", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnPerDist);
|
|
|
|
|
this.columnCategory = new global::System.Data.DataColumn("Category", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnCategory);
|
|
|
|
|
this.columnBanglaName = new global::System.Data.DataColumn("BanglaName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnBanglaName);
|
|
|
|
|
this.columnBanglaDesignation = new global::System.Data.DataColumn("BanglaDesignation", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnBanglaDesignation);
|
|
|
|
|
this.columnDepartmentBangla = new global::System.Data.DataColumn("DepartmentBangla", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnDepartmentBangla);
|
|
|
|
|
this.columnSectionBangla = new global::System.Data.DataColumn("SectionBangla", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnSectionBangla);
|
|
|
|
|
this.columnLANDPHONE = new global::System.Data.DataColumn("LANDPHONE", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnLANDPHONE);
|
|
|
|
|
this.columnOFFICEMOBILE = new global::System.Data.DataColumn("OFFICEMOBILE", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
base.Columns.Add(this.columnOFFICEMOBILE);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public EmployeeDetailRow NewEmployeeDetailRow() {
|
|
|
|
|
return ((EmployeeDetailRow)(this.NewRow()));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
return new EmployeeDetailRow(builder);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
protected override global::System.Type GetRowType() {
|
|
|
|
|
return typeof(EmployeeDetailRow);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowChanged(e);
|
|
|
|
|
if ((this.EmployeeDetailRowChanged != null)) {
|
|
|
|
|
this.EmployeeDetailRowChanged(this, new EmployeeDetailRowChangeEvent(((EmployeeDetailRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowChanging(e);
|
|
|
|
|
if ((this.EmployeeDetailRowChanging != null)) {
|
|
|
|
|
this.EmployeeDetailRowChanging(this, new EmployeeDetailRowChangeEvent(((EmployeeDetailRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowDeleted(e);
|
|
|
|
|
if ((this.EmployeeDetailRowDeleted != null)) {
|
|
|
|
|
this.EmployeeDetailRowDeleted(this, new EmployeeDetailRowChangeEvent(((EmployeeDetailRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
base.OnRowDeleting(e);
|
|
|
|
|
if ((this.EmployeeDetailRowDeleting != null)) {
|
|
|
|
|
this.EmployeeDetailRowDeleting(this, new EmployeeDetailRowChangeEvent(((EmployeeDetailRow)(e.Row)), e.Action));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void RemoveEmployeeDetailRow(EmployeeDetailRow row) {
|
|
|
|
|
this.Rows.Remove(row);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
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();
|
|
|
|
|
PMPDataSet ds = new PMPDataSet();
|
|
|
|
|
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 = "EmployeeDetailDataTable";
|
|
|
|
|
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>
|
|
|
|
|
public partial class dtObjectivePercentageRow : global::System.Data.DataRow {
|
|
|
|
|
|
|
|
|
|
private dtObjectivePercentageDataTable tabledtObjectivePercentage;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
internal dtObjectivePercentageRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
base(rb) {
|
|
|
|
|
this.tabledtObjectivePercentage = ((dtObjectivePercentageDataTable)(this.Table));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Category {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtObjectivePercentage.CategoryColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Category\' in table \'dtObjectivePercentage\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtObjectivePercentage.CategoryColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Type {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtObjectivePercentage.TypeColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Type\' in table \'dtObjectivePercentage\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtObjectivePercentage.TypeColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string ObjectiveSettingMoS {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtObjectivePercentage.ObjectiveSettingMoSColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ObjectiveSettingMoS\' in table \'dtObjectivePercentage\' is DB" +
|
|
|
|
|
"Null.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtObjectivePercentage.ObjectiveSettingMoSColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string DevelopmentPlanMos {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtObjectivePercentage.DevelopmentPlanMosColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DevelopmentPlanMos\' in table \'dtObjectivePercentage\' is DBN" +
|
|
|
|
|
"ull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtObjectivePercentage.DevelopmentPlanMosColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public int Percentage {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((int)(this[this.tabledtObjectivePercentage.PercentageColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Percentage\' in table \'dtObjectivePercentage\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtObjectivePercentage.PercentageColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string RowNo {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtObjectivePercentage.RowNoColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'RowNo\' in table \'dtObjectivePercentage\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtObjectivePercentage.RowNoColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsCategoryNull() {
|
|
|
|
|
return this.IsNull(this.tabledtObjectivePercentage.CategoryColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetCategoryNull() {
|
|
|
|
|
this[this.tabledtObjectivePercentage.CategoryColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsTypeNull() {
|
|
|
|
|
return this.IsNull(this.tabledtObjectivePercentage.TypeColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetTypeNull() {
|
|
|
|
|
this[this.tabledtObjectivePercentage.TypeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsObjectiveSettingMoSNull() {
|
|
|
|
|
return this.IsNull(this.tabledtObjectivePercentage.ObjectiveSettingMoSColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetObjectiveSettingMoSNull() {
|
|
|
|
|
this[this.tabledtObjectivePercentage.ObjectiveSettingMoSColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsDevelopmentPlanMosNull() {
|
|
|
|
|
return this.IsNull(this.tabledtObjectivePercentage.DevelopmentPlanMosColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetDevelopmentPlanMosNull() {
|
|
|
|
|
this[this.tabledtObjectivePercentage.DevelopmentPlanMosColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsPercentageNull() {
|
|
|
|
|
return this.IsNull(this.tabledtObjectivePercentage.PercentageColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetPercentageNull() {
|
|
|
|
|
this[this.tabledtObjectivePercentage.PercentageColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsRowNoNull() {
|
|
|
|
|
return this.IsNull(this.tabledtObjectivePercentage.RowNoColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetRowNoNull() {
|
|
|
|
|
this[this.tabledtObjectivePercentage.RowNoColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
///Represents strongly named DataRow class.
|
|
|
|
|
///</summary>
|
|
|
|
|
public partial class dtPMPObjectiveDataRow : global::System.Data.DataRow {
|
|
|
|
|
|
|
|
|
|
private dtPMPObjectiveDataDataTable tabledtPMPObjectiveData;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
internal dtPMPObjectiveDataRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
base(rb) {
|
|
|
|
|
this.tabledtPMPObjectiveData = ((dtPMPObjectiveDataDataTable)(this.Table));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string EmployeeNo {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtPMPObjectiveData.EmployeeNoColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'EmployeeNo\' in table \'dtPMPObjectiveData\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.EmployeeNoColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Name {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtPMPObjectiveData.NameColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Name\' in table \'dtPMPObjectiveData\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.NameColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Band {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtPMPObjectiveData.BandColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Band\' in table \'dtPMPObjectiveData\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.BandColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Department {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtPMPObjectiveData.DepartmentColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Department\' in table \'dtPMPObjectiveData\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.DepartmentColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Designation {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtPMPObjectiveData.DesignationColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Designation\' in table \'dtPMPObjectiveData\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.DesignationColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string KPI_Title {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtPMPObjectiveData.KPI_TitleColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'KPI_Title\' in table \'dtPMPObjectiveData\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.KPI_TitleColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string KPI_Description {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtPMPObjectiveData.KPI_DescriptionColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'KPI_Description\' in table \'dtPMPObjectiveData\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.KPI_DescriptionColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string KPI_Thresholds {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtPMPObjectiveData.KPI_ThresholdsColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'KPI_Thresholds\' in table \'dtPMPObjectiveData\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.KPI_ThresholdsColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string KPI_Thresholds2 {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtPMPObjectiveData.KPI_Thresholds2Column]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'KPI_Thresholds2\' in table \'dtPMPObjectiveData\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.KPI_Thresholds2Column] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Weightages {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tabledtPMPObjectiveData.WeightagesColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Weightages\' in table \'dtPMPObjectiveData\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.WeightagesColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsEmployeeNoNull() {
|
|
|
|
|
return this.IsNull(this.tabledtPMPObjectiveData.EmployeeNoColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetEmployeeNoNull() {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.EmployeeNoColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsNameNull() {
|
|
|
|
|
return this.IsNull(this.tabledtPMPObjectiveData.NameColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetNameNull() {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.NameColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsBandNull() {
|
|
|
|
|
return this.IsNull(this.tabledtPMPObjectiveData.BandColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetBandNull() {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.BandColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsDepartmentNull() {
|
|
|
|
|
return this.IsNull(this.tabledtPMPObjectiveData.DepartmentColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetDepartmentNull() {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.DepartmentColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsDesignationNull() {
|
|
|
|
|
return this.IsNull(this.tabledtPMPObjectiveData.DesignationColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetDesignationNull() {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.DesignationColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsKPI_TitleNull() {
|
|
|
|
|
return this.IsNull(this.tabledtPMPObjectiveData.KPI_TitleColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetKPI_TitleNull() {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.KPI_TitleColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsKPI_DescriptionNull() {
|
|
|
|
|
return this.IsNull(this.tabledtPMPObjectiveData.KPI_DescriptionColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetKPI_DescriptionNull() {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.KPI_DescriptionColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsKPI_ThresholdsNull() {
|
|
|
|
|
return this.IsNull(this.tabledtPMPObjectiveData.KPI_ThresholdsColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetKPI_ThresholdsNull() {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.KPI_ThresholdsColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsKPI_Thresholds2Null() {
|
|
|
|
|
return this.IsNull(this.tabledtPMPObjectiveData.KPI_Thresholds2Column);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetKPI_Thresholds2Null() {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.KPI_Thresholds2Column] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsWeightagesNull() {
|
|
|
|
|
return this.IsNull(this.tabledtPMPObjectiveData.WeightagesColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetWeightagesNull() {
|
|
|
|
|
this[this.tabledtPMPObjectiveData.WeightagesColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
///Represents strongly named DataRow class.
|
|
|
|
|
///</summary>
|
|
|
|
|
public partial class EmployeeDetailRow : global::System.Data.DataRow {
|
|
|
|
|
|
|
|
|
|
private EmployeeDetailDataTable tableEmployeeDetail;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
internal EmployeeDetailRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
base(rb) {
|
|
|
|
|
this.tableEmployeeDetail = ((EmployeeDetailDataTable)(this.Table));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string EmpNo {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.EmpNoColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'EmpNo\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.EmpNoColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Name {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.NameColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Name\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.NameColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Designation {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.DesignationColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Designation\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.DesignationColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public string Department {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
2025-06-25 10:19:55 +06:00
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.DepartmentColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Department\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.DepartmentColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Grade {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.GradeColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Grade\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.GradeColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public double BasicSalary {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((double)(this[this.tableEmployeeDetail.BasicSalaryColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'BasicSalary\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.BasicSalaryColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public System.DateTime DOB {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((global::System.DateTime)(this[this.tableEmployeeDetail.DOBColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DOB\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.DOBColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Gender {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.GenderColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Gender\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.GenderColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Religion {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.ReligionColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Religion\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.ReligionColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Bank {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.BankColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Bank\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.BankColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Branch {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.BranchColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Branch\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.BranchColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string AccountNo {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.AccountNoColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'AccountNo\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.AccountNoColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public System.DateTime DOJ {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((global::System.DateTime)(this[this.tableEmployeeDetail.DOJColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DOJ\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.DOJColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public System.DateTime ConfirmDate {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((global::System.DateTime)(this[this.tableEmployeeDetail.ConfirmDateColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ConfirmDate\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.ConfirmDateColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string TaxAmount {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.TaxAmountColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'TaxAmount\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.TaxAmountColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string MarStatus {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.MarStatusColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'MarStatus\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.MarStatusColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string MobileNo {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.MobileNoColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'MobileNo\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.MobileNoColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string MailAdd {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.MailAddColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'MailAdd\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.MailAddColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string LocDes {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.LocDesColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'LocDes\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.LocDesColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public double GrossSalary {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((double)(this[this.tableEmployeeDetail.GrossSalaryColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GrossSalary\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.GrossSalaryColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string VendorCode {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.VendorCodeColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'VendorCode\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.VendorCodeColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string BankOPI {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.BankOPIColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'BankOPI\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.BankOPIColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string BranchOPI {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.BranchOPIColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'BranchOPI\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.BranchOPIColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string AccountNoOPI {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.AccountNoOPIColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'AccountNoOPI\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.AccountNoOPIColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Floor {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.FloorColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Floor\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.FloorColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Section {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.SectionColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Section\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.SectionColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Line {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.LineColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Line\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.LineColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string RFID {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.RFIDColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'RFID\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.RFIDColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string BloodGroup {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.BloodGroupColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'BloodGroup\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.BloodGroupColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Qualification {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.QualificationColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Qualification\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.QualificationColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string VotterID {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.VotterIDColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'VotterID\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.VotterIDColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Nationality {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.NationalityColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Nationality\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.NationalityColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string FathersName {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.FathersNameColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'FathersName\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.FathersNameColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string MothersName {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.MothersNameColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'MothersName\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.MothersNameColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Spouse {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.SpouseColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Spouse\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.SpouseColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string TempVill {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.TempVillColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'TempVill\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.TempVillColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string TempPost {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.TempPostColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'TempPost\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.TempPostColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string TempPS {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.TempPSColumn]));
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
2025-06-25 10:19:55 +06:00
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'TempPS\' in table \'EmployeeDetail\' is DBNull.", e);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
2025-06-25 10:19:55 +06:00
|
|
|
|
this[this.tableEmployeeDetail.TempPSColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string TempDist {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.TempDistColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'TempDist\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.TempDistColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string PerVill {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.PerVillColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'PerVill\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.PerVillColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string PerPost {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.PerPostColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'PerPost\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.PerPostColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string PerPS {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.PerPSColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'PerPS\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.PerPSColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string PerDist {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.PerDistColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'PerDist\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.PerDistColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string Category {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.CategoryColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Category\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.CategoryColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string BanglaName {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.BanglaNameColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'BanglaName\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.BanglaNameColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string BanglaDesignation {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.BanglaDesignationColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'BanglaDesignation\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.BanglaDesignationColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string DepartmentBangla {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.DepartmentBanglaColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DepartmentBangla\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.DepartmentBanglaColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string SectionBangla {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.SectionBanglaColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'SectionBangla\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.SectionBanglaColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string LANDPHONE {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.LANDPHONEColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'LANDPHONE\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.LANDPHONEColumn] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public string OFFICEMOBILE {
|
|
|
|
|
get {
|
|
|
|
|
try {
|
|
|
|
|
return ((string)(this[this.tableEmployeeDetail.OFFICEMOBILEColumn]));
|
|
|
|
|
}
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'OFFICEMOBILE\' in table \'EmployeeDetail\' is DBNull.", e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this[this.tableEmployeeDetail.OFFICEMOBILEColumn] = value;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsEmpNoNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.EmpNoColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetEmpNoNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.EmpNoColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsNameNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.NameColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetNameNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.NameColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsDesignationNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.DesignationColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetDesignationNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.DesignationColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsDepartmentNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.DepartmentColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetDepartmentNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.DepartmentColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsGradeNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.GradeColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetGradeNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.GradeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsBasicSalaryNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.BasicSalaryColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetBasicSalaryNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.BasicSalaryColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsDOBNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.DOBColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetDOBNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.DOBColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsGenderNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.GenderColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetGenderNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.GenderColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsReligionNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.ReligionColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetReligionNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.ReligionColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsBankNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.BankColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetBankNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.BankColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsBranchNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.BranchColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetBranchNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.BranchColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsAccountNoNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.AccountNoColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetAccountNoNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.AccountNoColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsDOJNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.DOJColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetDOJNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.DOJColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsConfirmDateNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.ConfirmDateColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetConfirmDateNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.ConfirmDateColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsTaxAmountNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.TaxAmountColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetTaxAmountNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.TaxAmountColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsMarStatusNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.MarStatusColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetMarStatusNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.MarStatusColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsMobileNoNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.MobileNoColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetMobileNoNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.MobileNoColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsMailAddNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.MailAddColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetMailAddNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.MailAddColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsLocDesNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.LocDesColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetLocDesNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.LocDesColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsGrossSalaryNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.GrossSalaryColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetGrossSalaryNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.GrossSalaryColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsVendorCodeNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.VendorCodeColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetVendorCodeNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.VendorCodeColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsBankOPINull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.BankOPIColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetBankOPINull() {
|
|
|
|
|
this[this.tableEmployeeDetail.BankOPIColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsBranchOPINull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.BranchOPIColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetBranchOPINull() {
|
|
|
|
|
this[this.tableEmployeeDetail.BranchOPIColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsAccountNoOPINull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.AccountNoOPIColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetAccountNoOPINull() {
|
|
|
|
|
this[this.tableEmployeeDetail.AccountNoOPIColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsFloorNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.FloorColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetFloorNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.FloorColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsSectionNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.SectionColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetSectionNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.SectionColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsLineNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.LineColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetLineNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.LineColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsRFIDNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.RFIDColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetRFIDNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.RFIDColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsBloodGroupNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.BloodGroupColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetBloodGroupNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.BloodGroupColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsQualificationNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.QualificationColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetQualificationNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.QualificationColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsVotterIDNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.VotterIDColumn);
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetVotterIDNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.VotterIDColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsNationalityNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.NationalityColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetNationalityNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.NationalityColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsFathersNameNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.FathersNameColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetFathersNameNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.FathersNameColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsMothersNameNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.MothersNameColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetMothersNameNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.MothersNameColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsSpouseNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.SpouseColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetSpouseNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.SpouseColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsTempVillNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.TempVillColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetTempVillNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.TempVillColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsTempPostNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.TempPostColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetTempPostNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.TempPostColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsTempPSNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.TempPSColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetTempPSNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.TempPSColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsTempDistNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.TempDistColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetTempDistNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.TempDistColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsPerVillNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.PerVillColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetPerVillNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.PerVillColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsPerPostNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.PerPostColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetPerPostNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.PerPostColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsPerPSNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.PerPSColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetPerPSNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.PerPSColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsPerDistNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.PerDistColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetPerDistNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.PerDistColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsCategoryNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.CategoryColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetCategoryNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.CategoryColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsBanglaNameNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.BanglaNameColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetBanglaNameNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.BanglaNameColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsBanglaDesignationNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.BanglaDesignationColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetBanglaDesignationNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.BanglaDesignationColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsDepartmentBanglaNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.DepartmentBanglaColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetDepartmentBanglaNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.DepartmentBanglaColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsSectionBanglaNull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.SectionBanglaColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetSectionBanglaNull() {
|
|
|
|
|
this[this.tableEmployeeDetail.SectionBanglaColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsLANDPHONENull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.LANDPHONEColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetLANDPHONENull() {
|
|
|
|
|
this[this.tableEmployeeDetail.LANDPHONEColumn] = global::System.Convert.DBNull;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public bool IsOFFICEMOBILENull() {
|
|
|
|
|
return this.IsNull(this.tableEmployeeDetail.OFFICEMOBILEColumn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public void SetOFFICEMOBILENull() {
|
|
|
|
|
this[this.tableEmployeeDetail.OFFICEMOBILEColumn] = global::System.Convert.DBNull;
|
2024-10-14 10:01:49 +06:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
///Row event argument class
|
|
|
|
|
///</summary>
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public class dtObjectivePercentageRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
|
|
|
|
|
private dtObjectivePercentageRow eventRow;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtObjectivePercentageRowChangeEvent(dtObjectivePercentageRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
this.eventRow = row;
|
|
|
|
|
this.eventAction = action;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtObjectivePercentageRow Row {
|
|
|
|
|
get {
|
|
|
|
|
return this.eventRow;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataRowAction Action {
|
|
|
|
|
get {
|
|
|
|
|
return this.eventAction;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
///Row event argument class
|
|
|
|
|
///</summary>
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public class dtPMPObjectiveDataRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
|
|
|
|
|
private dtPMPObjectiveDataRow eventRow;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtPMPObjectiveDataRowChangeEvent(dtPMPObjectiveDataRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
this.eventRow = row;
|
|
|
|
|
this.eventAction = action;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public dtPMPObjectiveDataRow Row {
|
|
|
|
|
get {
|
|
|
|
|
return this.eventRow;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2025-06-25 10:19:55 +06:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public global::System.Data.DataRowAction Action {
|
|
|
|
|
get {
|
|
|
|
|
return this.eventAction;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
///Row event argument class
|
|
|
|
|
///</summary>
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public class EmployeeDetailRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
|
|
|
|
|
private EmployeeDetailRow eventRow;
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public EmployeeDetailRowChangeEvent(EmployeeDetailRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
this.eventRow = row;
|
|
|
|
|
this.eventAction = action;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
public EmployeeDetailRow Row {
|
|
|
|
|
get {
|
|
|
|
|
return this.eventRow;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
2024-10-14 10:01:49 +06:00
|
|
|
|
public global::System.Data.DataRowAction Action {
|
|
|
|
|
get {
|
|
|
|
|
return this.eventAction;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pragma warning restore 1591
|