1550 lines
85 KiB
C#
1550 lines
85 KiB
C#
|
//------------------------------------------------------------------------------
|
|||
|
// <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;
|
|||
|
|
|||
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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"]));
|
|||
|
}
|
|||
|
this.DataSetName = ds.DataSetName;
|
|||
|
this.Prefix = ds.Prefix;
|
|||
|
this.Namespace = ds.Namespace;
|
|||
|
this.Locale = ds.Locale;
|
|||
|
this.CaseSensitive = ds.CaseSensitive;
|
|||
|
this.EnforceConstraints = ds.EnforceConstraints;
|
|||
|
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
|
|||
|
this.InitVars();
|
|||
|
}
|
|||
|
else {
|
|||
|
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
|
|||
|
}
|
|||
|
this.GetSerializationData(info, context);
|
|||
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|||
|
base.Tables.CollectionChanged += schemaChangedHandler;
|
|||
|
this.Relations.CollectionChanged += schemaChangedHandler;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
[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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
[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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
[global::System.ComponentModel.BrowsableAttribute(true)]
|
|||
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
|
|||
|
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
|
|||
|
get {
|
|||
|
return this._schemaSerializationMode;
|
|||
|
}
|
|||
|
set {
|
|||
|
this._schemaSerializationMode = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|||
|
public new global::System.Data.DataTableCollection Tables {
|
|||
|
get {
|
|||
|
return base.Tables;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|||
|
public new global::System.Data.DataRelationCollection Relations {
|
|||
|
get {
|
|||
|
return base.Relations;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
protected override void InitializeDerivedDataSet() {
|
|||
|
this.BeginInit();
|
|||
|
this.InitClass();
|
|||
|
this.EndInit();
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public override global::System.Data.DataSet Clone() {
|
|||
|
PMPDataSet cln = ((PMPDataSet)(base.Clone()));
|
|||
|
cln.InitVars();
|
|||
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|||
|
return cln;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
protected override bool ShouldSerializeTables() {
|
|||
|
return false;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
protected override bool ShouldSerializeRelations() {
|
|||
|
return false;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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"]));
|
|||
|
}
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
internal void InitVars() {
|
|||
|
this.InitVars(true);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
private bool ShouldSerializedtObjectivePercentage() {
|
|||
|
return false;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
private bool ShouldSerializedtPMPObjectiveData() {
|
|||
|
return false;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
|
|||
|
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
|
|||
|
this.InitVars();
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public delegate void dtObjectivePercentageRowChangeEventHandler(object sender, dtObjectivePercentageRowChangeEvent e);
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public delegate void dtPMPObjectiveDataRowChangeEventHandler(object sender, dtPMPObjectiveDataRowChangeEvent e);
|
|||
|
|
|||
|
/// <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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public dtObjectivePercentageDataTable() {
|
|||
|
this.TableName = "dtObjectivePercentage";
|
|||
|
this.BeginInit();
|
|||
|
this.InitClass();
|
|||
|
this.EndInit();
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
protected dtObjectivePercentageDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|||
|
base(info, context) {
|
|||
|
this.InitVars();
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn TypeColumn {
|
|||
|
get {
|
|||
|
return this.columnType;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn ObjectiveSettingMoSColumn {
|
|||
|
get {
|
|||
|
return this.columnObjectiveSettingMoS;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn DevelopmentPlanMosColumn {
|
|||
|
get {
|
|||
|
return this.columnDevelopmentPlanMos;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn PercentageColumn {
|
|||
|
get {
|
|||
|
return this.columnPercentage;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn RowNoColumn {
|
|||
|
get {
|
|||
|
return this.columnRowNo;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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", "16.0.0.0")]
|
|||
|
public dtObjectivePercentageRow this[int index] {
|
|||
|
get {
|
|||
|
return ((dtObjectivePercentageRow)(this.Rows[index]));
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public event dtObjectivePercentageRowChangeEventHandler dtObjectivePercentageRowChanging;
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public event dtObjectivePercentageRowChangeEventHandler dtObjectivePercentageRowChanged;
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public event dtObjectivePercentageRowChangeEventHandler dtObjectivePercentageRowDeleting;
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public event dtObjectivePercentageRowChangeEventHandler dtObjectivePercentageRowDeleted;
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public void AdddtObjectivePercentageRow(dtObjectivePercentageRow row) {
|
|||
|
this.Rows.Add(row);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public override global::System.Data.DataTable Clone() {
|
|||
|
dtObjectivePercentageDataTable cln = ((dtObjectivePercentageDataTable)(base.Clone()));
|
|||
|
cln.InitVars();
|
|||
|
return cln;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
protected override global::System.Data.DataTable CreateInstance() {
|
|||
|
return new dtObjectivePercentageDataTable();
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public dtObjectivePercentageRow NewdtObjectivePercentageRow() {
|
|||
|
return ((dtObjectivePercentageRow)(this.NewRow()));
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|||
|
return new dtObjectivePercentageRow(builder);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
protected override global::System.Type GetRowType() {
|
|||
|
return typeof(dtObjectivePercentageRow);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public void RemovedtObjectivePercentageRow(dtObjectivePercentageRow row) {
|
|||
|
this.Rows.Remove(row);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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 = "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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public dtPMPObjectiveDataDataTable() {
|
|||
|
this.TableName = "dtPMPObjectiveData";
|
|||
|
this.BeginInit();
|
|||
|
this.InitClass();
|
|||
|
this.EndInit();
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
protected dtPMPObjectiveDataDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|||
|
base(info, context) {
|
|||
|
this.InitVars();
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn EmployeeNoColumn {
|
|||
|
get {
|
|||
|
return this.columnEmployeeNo;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn NameColumn {
|
|||
|
get {
|
|||
|
return this.columnName;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn BandColumn {
|
|||
|
get {
|
|||
|
return this.columnBand;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn DepartmentColumn {
|
|||
|
get {
|
|||
|
return this.columnDepartment;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn DesignationColumn {
|
|||
|
get {
|
|||
|
return this.columnDesignation;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn KPI_TitleColumn {
|
|||
|
get {
|
|||
|
return this.columnKPI_Title;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn KPI_DescriptionColumn {
|
|||
|
get {
|
|||
|
return this.columnKPI_Description;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn KPI_ThresholdsColumn {
|
|||
|
get {
|
|||
|
return this.columnKPI_Thresholds;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn KPI_Thresholds2Column {
|
|||
|
get {
|
|||
|
return this.columnKPI_Thresholds2;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataColumn WeightagesColumn {
|
|||
|
get {
|
|||
|
return this.columnWeightages;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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", "16.0.0.0")]
|
|||
|
public dtPMPObjectiveDataRow this[int index] {
|
|||
|
get {
|
|||
|
return ((dtPMPObjectiveDataRow)(this.Rows[index]));
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public event dtPMPObjectiveDataRowChangeEventHandler dtPMPObjectiveDataRowChanging;
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public event dtPMPObjectiveDataRowChangeEventHandler dtPMPObjectiveDataRowChanged;
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public event dtPMPObjectiveDataRowChangeEventHandler dtPMPObjectiveDataRowDeleting;
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public event dtPMPObjectiveDataRowChangeEventHandler dtPMPObjectiveDataRowDeleted;
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public void AdddtPMPObjectiveDataRow(dtPMPObjectiveDataRow row) {
|
|||
|
this.Rows.Add(row);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public override global::System.Data.DataTable Clone() {
|
|||
|
dtPMPObjectiveDataDataTable cln = ((dtPMPObjectiveDataDataTable)(base.Clone()));
|
|||
|
cln.InitVars();
|
|||
|
return cln;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
protected override global::System.Data.DataTable CreateInstance() {
|
|||
|
return new dtPMPObjectiveDataDataTable();
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public dtPMPObjectiveDataRow NewdtPMPObjectiveDataRow() {
|
|||
|
return ((dtPMPObjectiveDataRow)(this.NewRow()));
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|||
|
return new dtPMPObjectiveDataRow(builder);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
protected override global::System.Type GetRowType() {
|
|||
|
return typeof(dtPMPObjectiveDataRow);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
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()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public void RemovedtPMPObjectiveDataRow(dtPMPObjectiveDataRow row) {
|
|||
|
this.Rows.Remove(row);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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 = "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>
|
|||
|
///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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.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", "16.0.0.0")]
|
|||
|
public void SetWeightagesNull() {
|
|||
|
this[this.tabledtPMPObjectiveData.WeightagesColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///Row event argument class
|
|||
|
///</summary>
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public class dtObjectivePercentageRowChangeEvent : global::System.EventArgs {
|
|||
|
|
|||
|
private dtObjectivePercentageRow eventRow;
|
|||
|
|
|||
|
private global::System.Data.DataRowAction eventAction;
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public dtObjectivePercentageRowChangeEvent(dtObjectivePercentageRow 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", "16.0.0.0")]
|
|||
|
public dtObjectivePercentageRow Row {
|
|||
|
get {
|
|||
|
return this.eventRow;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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", "16.0.0.0")]
|
|||
|
public class dtPMPObjectiveDataRowChangeEvent : global::System.EventArgs {
|
|||
|
|
|||
|
private dtPMPObjectiveDataRow eventRow;
|
|||
|
|
|||
|
private global::System.Data.DataRowAction eventAction;
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public dtPMPObjectiveDataRowChangeEvent(dtPMPObjectiveDataRow 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", "16.0.0.0")]
|
|||
|
public dtPMPObjectiveDataRow Row {
|
|||
|
get {
|
|||
|
return this.eventRow;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|||
|
public global::System.Data.DataRowAction Action {
|
|||
|
get {
|
|||
|
return this.eventAction;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
#pragma warning restore 1591
|