|
|
//------------------------------------------------------------------------------
|
|
|
// <auto-generated>
|
|
|
// This code was generated by a tool.
|
|
|
// Runtime Version:4.0.30319.18444
|
|
|
//
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
// the code is regenerated.
|
|
|
// </auto-generated>
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
#pragma warning disable 1591
|
|
|
|
|
|
namespace Resx2Xls {
|
|
|
|
|
|
|
|
|
/// <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("ResxData")]
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|
|
public partial class ResxData : global::System.Data.DataSet {
|
|
|
|
|
|
private ResxDataTable tableResx;
|
|
|
|
|
|
private ResxLocalizedDataTable tableResxLocalized;
|
|
|
|
|
|
private ResxFilesMasterDataTable tableResxFilesMaster;
|
|
|
|
|
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxData() {
|
|
|
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", "4.0.0.0")]
|
|
|
protected ResxData(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["Resx"] != null)) {
|
|
|
base.Tables.Add(new ResxDataTable(ds.Tables["Resx"]));
|
|
|
}
|
|
|
if ((ds.Tables["ResxLocalized"] != null)) {
|
|
|
base.Tables.Add(new ResxLocalizedDataTable(ds.Tables["ResxLocalized"]));
|
|
|
}
|
|
|
if ((ds.Tables["ResxFilesMaster"] != null)) {
|
|
|
base.Tables.Add(new ResxFilesMasterDataTable(ds.Tables["ResxFilesMaster"]));
|
|
|
}
|
|
|
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", "4.0.0.0")]
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
public ResxDataTable Resx {
|
|
|
get {
|
|
|
return this.tableResx;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
public ResxLocalizedDataTable ResxLocalized {
|
|
|
get {
|
|
|
return this.tableResxLocalized;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
public ResxFilesMasterDataTable ResxFilesMaster {
|
|
|
get {
|
|
|
return this.tableResxFilesMaster;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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", "4.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", "4.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", "4.0.0.0")]
|
|
|
public override global::System.Data.DataSet Clone() {
|
|
|
ResxData cln = ((ResxData)(base.Clone()));
|
|
|
cln.InitVars();
|
|
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|
|
return cln;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override bool ShouldSerializeTables() {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override bool ShouldSerializeRelations() {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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["Resx"] != null)) {
|
|
|
base.Tables.Add(new ResxDataTable(ds.Tables["Resx"]));
|
|
|
}
|
|
|
if ((ds.Tables["ResxLocalized"] != null)) {
|
|
|
base.Tables.Add(new ResxLocalizedDataTable(ds.Tables["ResxLocalized"]));
|
|
|
}
|
|
|
if ((ds.Tables["ResxFilesMaster"] != null)) {
|
|
|
base.Tables.Add(new ResxFilesMasterDataTable(ds.Tables["ResxFilesMaster"]));
|
|
|
}
|
|
|
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", "4.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", "4.0.0.0")]
|
|
|
internal void InitVars() {
|
|
|
this.InitVars(true);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
internal void InitVars(bool initTable) {
|
|
|
this.tableResx = ((ResxDataTable)(base.Tables["Resx"]));
|
|
|
if ((initTable == true)) {
|
|
|
if ((this.tableResx != null)) {
|
|
|
this.tableResx.InitVars();
|
|
|
}
|
|
|
}
|
|
|
this.tableResxLocalized = ((ResxLocalizedDataTable)(base.Tables["ResxLocalized"]));
|
|
|
if ((initTable == true)) {
|
|
|
if ((this.tableResxLocalized != null)) {
|
|
|
this.tableResxLocalized.InitVars();
|
|
|
}
|
|
|
}
|
|
|
this.tableResxFilesMaster = ((ResxFilesMasterDataTable)(base.Tables["ResxFilesMaster"]));
|
|
|
if ((initTable == true)) {
|
|
|
if ((this.tableResxFilesMaster != null)) {
|
|
|
this.tableResxFilesMaster.InitVars();
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
private void InitClass() {
|
|
|
this.DataSetName = "ResxData";
|
|
|
this.Prefix = "";
|
|
|
this.Namespace = "http://tempuri.org/ResxData.xsd";
|
|
|
this.EnforceConstraints = true;
|
|
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
this.tableResx = new ResxDataTable();
|
|
|
base.Tables.Add(this.tableResx);
|
|
|
this.tableResxLocalized = new ResxLocalizedDataTable();
|
|
|
base.Tables.Add(this.tableResxLocalized);
|
|
|
this.tableResxFilesMaster = new ResxFilesMasterDataTable();
|
|
|
base.Tables.Add(this.tableResxFilesMaster);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
private bool ShouldSerializeResx() {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
private bool ShouldSerializeResxLocalized() {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
private bool ShouldSerializeResxFilesMaster() {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
ResxData ds = new ResxData();
|
|
|
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", "4.0.0.0")]
|
|
|
public delegate void ResxRowChangeEventHandler(object sender, ResxRowChangeEvent e);
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public delegate void ResxLocalizedRowChangeEventHandler(object sender, ResxLocalizedRowChangeEvent e);
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public delegate void ResxFilesMasterRowChangeEventHandler(object sender, ResxFilesMasterRowChangeEvent e);
|
|
|
|
|
|
/// <summary>
|
|
|
///Represents the strongly named DataTable class.
|
|
|
///</summary>
|
|
|
[global::System.Serializable()]
|
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
public partial class ResxDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
|
|
|
|
|
|
private global::System.Data.DataColumn columnFileSource;
|
|
|
|
|
|
private global::System.Data.DataColumn columnFileDestination;
|
|
|
|
|
|
private global::System.Data.DataColumn columnKey;
|
|
|
|
|
|
private global::System.Data.DataColumn columnValue;
|
|
|
|
|
|
private global::System.Data.DataColumn columnId;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxDataTable() {
|
|
|
this.TableName = "Resx";
|
|
|
this.BeginInit();
|
|
|
this.InitClass();
|
|
|
this.EndInit();
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
internal ResxDataTable(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", "4.0.0.0")]
|
|
|
protected ResxDataTable(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", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn FileSourceColumn {
|
|
|
get {
|
|
|
return this.columnFileSource;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn FileDestinationColumn {
|
|
|
get {
|
|
|
return this.columnFileDestination;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn KeyColumn {
|
|
|
get {
|
|
|
return this.columnKey;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn ValueColumn {
|
|
|
get {
|
|
|
return this.columnValue;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn IdColumn {
|
|
|
get {
|
|
|
return this.columnId;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
|
public ResxRow this[int index] {
|
|
|
get {
|
|
|
return ((ResxRow)(this.Rows[index]));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxRowChangeEventHandler ResxRowChanging;
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxRowChangeEventHandler ResxRowChanged;
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxRowChangeEventHandler ResxRowDeleting;
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxRowChangeEventHandler ResxRowDeleted;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void AddResxRow(ResxRow row) {
|
|
|
this.Rows.Add(row);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxRow AddResxRow(string FileSource, string FileDestination, string Key, string Value) {
|
|
|
ResxRow rowResxRow = ((ResxRow)(this.NewRow()));
|
|
|
object[] columnValuesArray = new object[] {
|
|
|
FileSource,
|
|
|
FileDestination,
|
|
|
Key,
|
|
|
Value,
|
|
|
null};
|
|
|
rowResxRow.ItemArray = columnValuesArray;
|
|
|
this.Rows.Add(rowResxRow);
|
|
|
return rowResxRow;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxRow FindById(int Id) {
|
|
|
return ((ResxRow)(this.Rows.Find(new object[] {
|
|
|
Id})));
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public virtual global::System.Collections.IEnumerator GetEnumerator() {
|
|
|
return this.Rows.GetEnumerator();
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public override global::System.Data.DataTable Clone() {
|
|
|
ResxDataTable cln = ((ResxDataTable)(base.Clone()));
|
|
|
cln.InitVars();
|
|
|
return cln;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
|
return new ResxDataTable();
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
internal void InitVars() {
|
|
|
this.columnFileSource = base.Columns["FileSource"];
|
|
|
this.columnFileDestination = base.Columns["FileDestination"];
|
|
|
this.columnKey = base.Columns["Key"];
|
|
|
this.columnValue = base.Columns["Value"];
|
|
|
this.columnId = base.Columns["Id"];
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
private void InitClass() {
|
|
|
this.columnFileSource = new global::System.Data.DataColumn("FileSource", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnFileSource);
|
|
|
this.columnFileDestination = new global::System.Data.DataColumn("FileDestination", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnFileDestination);
|
|
|
this.columnKey = new global::System.Data.DataColumn("Key", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnKey);
|
|
|
this.columnValue = new global::System.Data.DataColumn("Value", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnValue);
|
|
|
this.columnId = new global::System.Data.DataColumn("Id", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnId);
|
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
this.columnId}, true));
|
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint2", new global::System.Data.DataColumn[] {
|
|
|
this.columnKey,
|
|
|
this.columnFileDestination}, false));
|
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint3", new global::System.Data.DataColumn[] {
|
|
|
this.columnKey,
|
|
|
this.columnFileSource}, false));
|
|
|
this.columnFileSource.AllowDBNull = false;
|
|
|
this.columnKey.AllowDBNull = false;
|
|
|
this.columnId.AutoIncrement = true;
|
|
|
this.columnId.AllowDBNull = false;
|
|
|
this.columnId.Unique = true;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxRow NewResxRow() {
|
|
|
return ((ResxRow)(this.NewRow()));
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
return new ResxRow(builder);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override global::System.Type GetRowType() {
|
|
|
return typeof(ResxRow);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowChanged(e);
|
|
|
if ((this.ResxRowChanged != null)) {
|
|
|
this.ResxRowChanged(this, new ResxRowChangeEvent(((ResxRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowChanging(e);
|
|
|
if ((this.ResxRowChanging != null)) {
|
|
|
this.ResxRowChanging(this, new ResxRowChangeEvent(((ResxRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowDeleted(e);
|
|
|
if ((this.ResxRowDeleted != null)) {
|
|
|
this.ResxRowDeleted(this, new ResxRowChangeEvent(((ResxRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowDeleting(e);
|
|
|
if ((this.ResxRowDeleting != null)) {
|
|
|
this.ResxRowDeleting(this, new ResxRowChangeEvent(((ResxRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void RemoveResxRow(ResxRow row) {
|
|
|
this.Rows.Remove(row);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
|
|
|
ResxData ds = new ResxData();
|
|
|
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 = "ResxDataTable";
|
|
|
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 ResxLocalizedDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
|
|
|
|
|
|
private global::System.Data.DataColumn columnCulture;
|
|
|
|
|
|
private global::System.Data.DataColumn columnKey;
|
|
|
|
|
|
private global::System.Data.DataColumn columnValue;
|
|
|
|
|
|
private global::System.Data.DataColumn columnId;
|
|
|
|
|
|
private global::System.Data.DataColumn columnParentId;
|
|
|
|
|
|
private global::System.Data.DataColumn columnParentFileFullName;
|
|
|
|
|
|
private global::System.Data.DataColumn columnRead;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxLocalizedDataTable() {
|
|
|
this.TableName = "ResxLocalized";
|
|
|
this.BeginInit();
|
|
|
this.InitClass();
|
|
|
this.EndInit();
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
internal ResxLocalizedDataTable(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", "4.0.0.0")]
|
|
|
protected ResxLocalizedDataTable(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", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn CultureColumn {
|
|
|
get {
|
|
|
return this.columnCulture;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn KeyColumn {
|
|
|
get {
|
|
|
return this.columnKey;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn ValueColumn {
|
|
|
get {
|
|
|
return this.columnValue;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn IdColumn {
|
|
|
get {
|
|
|
return this.columnId;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn ParentIdColumn {
|
|
|
get {
|
|
|
return this.columnParentId;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn ParentFileFullNameColumn {
|
|
|
get {
|
|
|
return this.columnParentFileFullName;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn ReadColumn {
|
|
|
get {
|
|
|
return this.columnRead;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
|
public ResxLocalizedRow this[int index] {
|
|
|
get {
|
|
|
return ((ResxLocalizedRow)(this.Rows[index]));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxLocalizedRowChangeEventHandler ResxLocalizedRowChanging;
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxLocalizedRowChangeEventHandler ResxLocalizedRowChanged;
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxLocalizedRowChangeEventHandler ResxLocalizedRowDeleting;
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxLocalizedRowChangeEventHandler ResxLocalizedRowDeleted;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void AddResxLocalizedRow(ResxLocalizedRow row) {
|
|
|
this.Rows.Add(row);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxLocalizedRow AddResxLocalizedRow(string Culture, string Key, string Value, int ParentId, string ParentFileFullName, bool Read) {
|
|
|
ResxLocalizedRow rowResxLocalizedRow = ((ResxLocalizedRow)(this.NewRow()));
|
|
|
object[] columnValuesArray = new object[] {
|
|
|
Culture,
|
|
|
Key,
|
|
|
Value,
|
|
|
null,
|
|
|
ParentId,
|
|
|
ParentFileFullName,
|
|
|
Read};
|
|
|
rowResxLocalizedRow.ItemArray = columnValuesArray;
|
|
|
this.Rows.Add(rowResxLocalizedRow);
|
|
|
return rowResxLocalizedRow;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxLocalizedRow FindById(int Id) {
|
|
|
return ((ResxLocalizedRow)(this.Rows.Find(new object[] {
|
|
|
Id})));
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public virtual global::System.Collections.IEnumerator GetEnumerator() {
|
|
|
return this.Rows.GetEnumerator();
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public override global::System.Data.DataTable Clone() {
|
|
|
ResxLocalizedDataTable cln = ((ResxLocalizedDataTable)(base.Clone()));
|
|
|
cln.InitVars();
|
|
|
return cln;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
|
return new ResxLocalizedDataTable();
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
internal void InitVars() {
|
|
|
this.columnCulture = base.Columns["Culture"];
|
|
|
this.columnKey = base.Columns["Key"];
|
|
|
this.columnValue = base.Columns["Value"];
|
|
|
this.columnId = base.Columns["Id"];
|
|
|
this.columnParentId = base.Columns["ParentId"];
|
|
|
this.columnParentFileFullName = base.Columns["ParentFileFullName"];
|
|
|
this.columnRead = base.Columns["Read"];
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
private void InitClass() {
|
|
|
this.columnCulture = new global::System.Data.DataColumn("Culture", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnCulture);
|
|
|
this.columnKey = new global::System.Data.DataColumn("Key", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnKey);
|
|
|
this.columnValue = new global::System.Data.DataColumn("Value", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnValue);
|
|
|
this.columnId = new global::System.Data.DataColumn("Id", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnId);
|
|
|
this.columnParentId = new global::System.Data.DataColumn("ParentId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnParentId);
|
|
|
this.columnParentFileFullName = new global::System.Data.DataColumn("ParentFileFullName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnParentFileFullName);
|
|
|
this.columnRead = new global::System.Data.DataColumn("Read", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnRead);
|
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
this.columnId}, true));
|
|
|
this.columnCulture.AllowDBNull = false;
|
|
|
this.columnKey.AllowDBNull = false;
|
|
|
this.columnId.AutoIncrement = true;
|
|
|
this.columnId.AllowDBNull = false;
|
|
|
this.columnId.Unique = true;
|
|
|
this.columnRead.AllowDBNull = false;
|
|
|
this.columnRead.DefaultValue = ((bool)(false));
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxLocalizedRow NewResxLocalizedRow() {
|
|
|
return ((ResxLocalizedRow)(this.NewRow()));
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
return new ResxLocalizedRow(builder);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override global::System.Type GetRowType() {
|
|
|
return typeof(ResxLocalizedRow);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowChanged(e);
|
|
|
if ((this.ResxLocalizedRowChanged != null)) {
|
|
|
this.ResxLocalizedRowChanged(this, new ResxLocalizedRowChangeEvent(((ResxLocalizedRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowChanging(e);
|
|
|
if ((this.ResxLocalizedRowChanging != null)) {
|
|
|
this.ResxLocalizedRowChanging(this, new ResxLocalizedRowChangeEvent(((ResxLocalizedRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowDeleted(e);
|
|
|
if ((this.ResxLocalizedRowDeleted != null)) {
|
|
|
this.ResxLocalizedRowDeleted(this, new ResxLocalizedRowChangeEvent(((ResxLocalizedRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowDeleting(e);
|
|
|
if ((this.ResxLocalizedRowDeleting != null)) {
|
|
|
this.ResxLocalizedRowDeleting(this, new ResxLocalizedRowChangeEvent(((ResxLocalizedRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void RemoveResxLocalizedRow(ResxLocalizedRow row) {
|
|
|
this.Rows.Remove(row);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
|
|
|
ResxData ds = new ResxData();
|
|
|
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 = "ResxLocalizedDataTable";
|
|
|
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 ResxFilesMasterDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
|
|
|
|
|
|
private global::System.Data.DataColumn columnId;
|
|
|
|
|
|
private global::System.Data.DataColumn columnFileSource;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxFilesMasterDataTable() {
|
|
|
this.TableName = "ResxFilesMaster";
|
|
|
this.BeginInit();
|
|
|
this.InitClass();
|
|
|
this.EndInit();
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
internal ResxFilesMasterDataTable(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", "4.0.0.0")]
|
|
|
protected ResxFilesMasterDataTable(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", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn IdColumn {
|
|
|
get {
|
|
|
return this.columnId;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataColumn FileSourceColumn {
|
|
|
get {
|
|
|
return this.columnFileSource;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
|
public ResxFilesMasterRow this[int index] {
|
|
|
get {
|
|
|
return ((ResxFilesMasterRow)(this.Rows[index]));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxFilesMasterRowChangeEventHandler ResxFilesMasterRowChanging;
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxFilesMasterRowChangeEventHandler ResxFilesMasterRowChanged;
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxFilesMasterRowChangeEventHandler ResxFilesMasterRowDeleting;
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public event ResxFilesMasterRowChangeEventHandler ResxFilesMasterRowDeleted;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void AddResxFilesMasterRow(ResxFilesMasterRow row) {
|
|
|
this.Rows.Add(row);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxFilesMasterRow AddResxFilesMasterRow(string FileSource) {
|
|
|
ResxFilesMasterRow rowResxFilesMasterRow = ((ResxFilesMasterRow)(this.NewRow()));
|
|
|
object[] columnValuesArray = new object[] {
|
|
|
null,
|
|
|
FileSource};
|
|
|
rowResxFilesMasterRow.ItemArray = columnValuesArray;
|
|
|
this.Rows.Add(rowResxFilesMasterRow);
|
|
|
return rowResxFilesMasterRow;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public virtual global::System.Collections.IEnumerator GetEnumerator() {
|
|
|
return this.Rows.GetEnumerator();
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public override global::System.Data.DataTable Clone() {
|
|
|
ResxFilesMasterDataTable cln = ((ResxFilesMasterDataTable)(base.Clone()));
|
|
|
cln.InitVars();
|
|
|
return cln;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
|
return new ResxFilesMasterDataTable();
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
internal void InitVars() {
|
|
|
this.columnId = base.Columns["Id"];
|
|
|
this.columnFileSource = base.Columns["FileSource"];
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
private void InitClass() {
|
|
|
this.columnId = new global::System.Data.DataColumn("Id", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnId);
|
|
|
this.columnFileSource = new global::System.Data.DataColumn("FileSource", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
base.Columns.Add(this.columnFileSource);
|
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
this.columnId}, false));
|
|
|
this.columnId.AutoIncrement = true;
|
|
|
this.columnId.AutoIncrementSeed = -1;
|
|
|
this.columnId.AutoIncrementStep = -1;
|
|
|
this.columnId.AllowDBNull = false;
|
|
|
this.columnId.Unique = true;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxFilesMasterRow NewResxFilesMasterRow() {
|
|
|
return ((ResxFilesMasterRow)(this.NewRow()));
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
return new ResxFilesMasterRow(builder);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override global::System.Type GetRowType() {
|
|
|
return typeof(ResxFilesMasterRow);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowChanged(e);
|
|
|
if ((this.ResxFilesMasterRowChanged != null)) {
|
|
|
this.ResxFilesMasterRowChanged(this, new ResxFilesMasterRowChangeEvent(((ResxFilesMasterRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowChanging(e);
|
|
|
if ((this.ResxFilesMasterRowChanging != null)) {
|
|
|
this.ResxFilesMasterRowChanging(this, new ResxFilesMasterRowChangeEvent(((ResxFilesMasterRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowDeleted(e);
|
|
|
if ((this.ResxFilesMasterRowDeleted != null)) {
|
|
|
this.ResxFilesMasterRowDeleted(this, new ResxFilesMasterRowChangeEvent(((ResxFilesMasterRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
base.OnRowDeleting(e);
|
|
|
if ((this.ResxFilesMasterRowDeleting != null)) {
|
|
|
this.ResxFilesMasterRowDeleting(this, new ResxFilesMasterRowChangeEvent(((ResxFilesMasterRow)(e.Row)), e.Action));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void RemoveResxFilesMasterRow(ResxFilesMasterRow row) {
|
|
|
this.Rows.Remove(row);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
|
|
|
ResxData ds = new ResxData();
|
|
|
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 = "ResxFilesMasterDataTable";
|
|
|
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 ResxRow : global::System.Data.DataRow {
|
|
|
|
|
|
private ResxDataTable tableResx;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
internal ResxRow(global::System.Data.DataRowBuilder rb) :
|
|
|
base(rb) {
|
|
|
this.tableResx = ((ResxDataTable)(this.Table));
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public string FileSource {
|
|
|
get {
|
|
|
return ((string)(this[this.tableResx.FileSourceColumn]));
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResx.FileSourceColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public string FileDestination {
|
|
|
get {
|
|
|
try {
|
|
|
return ((string)(this[this.tableResx.FileDestinationColumn]));
|
|
|
}
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'FileDestination\' in table \'Resx\' is DBNull.", e);
|
|
|
}
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResx.FileDestinationColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public string Key {
|
|
|
get {
|
|
|
return ((string)(this[this.tableResx.KeyColumn]));
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResx.KeyColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public string Value {
|
|
|
get {
|
|
|
try {
|
|
|
return ((string)(this[this.tableResx.ValueColumn]));
|
|
|
}
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Value\' in table \'Resx\' is DBNull.", e);
|
|
|
}
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResx.ValueColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public int Id {
|
|
|
get {
|
|
|
return ((int)(this[this.tableResx.IdColumn]));
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResx.IdColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public bool IsFileDestinationNull() {
|
|
|
return this.IsNull(this.tableResx.FileDestinationColumn);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void SetFileDestinationNull() {
|
|
|
this[this.tableResx.FileDestinationColumn] = global::System.Convert.DBNull;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public bool IsValueNull() {
|
|
|
return this.IsNull(this.tableResx.ValueColumn);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void SetValueNull() {
|
|
|
this[this.tableResx.ValueColumn] = global::System.Convert.DBNull;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
|
///Represents strongly named DataRow class.
|
|
|
///</summary>
|
|
|
public partial class ResxLocalizedRow : global::System.Data.DataRow {
|
|
|
|
|
|
private ResxLocalizedDataTable tableResxLocalized;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
internal ResxLocalizedRow(global::System.Data.DataRowBuilder rb) :
|
|
|
base(rb) {
|
|
|
this.tableResxLocalized = ((ResxLocalizedDataTable)(this.Table));
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public string Culture {
|
|
|
get {
|
|
|
return ((string)(this[this.tableResxLocalized.CultureColumn]));
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResxLocalized.CultureColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public string Key {
|
|
|
get {
|
|
|
return ((string)(this[this.tableResxLocalized.KeyColumn]));
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResxLocalized.KeyColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public string Value {
|
|
|
get {
|
|
|
try {
|
|
|
return ((string)(this[this.tableResxLocalized.ValueColumn]));
|
|
|
}
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Value\' in table \'ResxLocalized\' is DBNull.", e);
|
|
|
}
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResxLocalized.ValueColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public int Id {
|
|
|
get {
|
|
|
return ((int)(this[this.tableResxLocalized.IdColumn]));
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResxLocalized.IdColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public int ParentId {
|
|
|
get {
|
|
|
try {
|
|
|
return ((int)(this[this.tableResxLocalized.ParentIdColumn]));
|
|
|
}
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ParentId\' in table \'ResxLocalized\' is DBNull.", e);
|
|
|
}
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResxLocalized.ParentIdColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public string ParentFileFullName {
|
|
|
get {
|
|
|
try {
|
|
|
return ((string)(this[this.tableResxLocalized.ParentFileFullNameColumn]));
|
|
|
}
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ParentFileFullName\' in table \'ResxLocalized\' is DBNull.", e);
|
|
|
}
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResxLocalized.ParentFileFullNameColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public bool Read {
|
|
|
get {
|
|
|
return ((bool)(this[this.tableResxLocalized.ReadColumn]));
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResxLocalized.ReadColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public bool IsValueNull() {
|
|
|
return this.IsNull(this.tableResxLocalized.ValueColumn);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void SetValueNull() {
|
|
|
this[this.tableResxLocalized.ValueColumn] = global::System.Convert.DBNull;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public bool IsParentIdNull() {
|
|
|
return this.IsNull(this.tableResxLocalized.ParentIdColumn);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void SetParentIdNull() {
|
|
|
this[this.tableResxLocalized.ParentIdColumn] = global::System.Convert.DBNull;
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public bool IsParentFileFullNameNull() {
|
|
|
return this.IsNull(this.tableResxLocalized.ParentFileFullNameColumn);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void SetParentFileFullNameNull() {
|
|
|
this[this.tableResxLocalized.ParentFileFullNameColumn] = global::System.Convert.DBNull;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
|
///Represents strongly named DataRow class.
|
|
|
///</summary>
|
|
|
public partial class ResxFilesMasterRow : global::System.Data.DataRow {
|
|
|
|
|
|
private ResxFilesMasterDataTable tableResxFilesMaster;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
internal ResxFilesMasterRow(global::System.Data.DataRowBuilder rb) :
|
|
|
base(rb) {
|
|
|
this.tableResxFilesMaster = ((ResxFilesMasterDataTable)(this.Table));
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public int Id {
|
|
|
get {
|
|
|
return ((int)(this[this.tableResxFilesMaster.IdColumn]));
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResxFilesMaster.IdColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public string FileSource {
|
|
|
get {
|
|
|
try {
|
|
|
return ((string)(this[this.tableResxFilesMaster.FileSourceColumn]));
|
|
|
}
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'FileSource\' in table \'ResxFilesMaster\' is DBNull.", e);
|
|
|
}
|
|
|
}
|
|
|
set {
|
|
|
this[this.tableResxFilesMaster.FileSourceColumn] = value;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public bool IsFileSourceNull() {
|
|
|
return this.IsNull(this.tableResxFilesMaster.FileSourceColumn);
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public void SetFileSourceNull() {
|
|
|
this[this.tableResxFilesMaster.FileSourceColumn] = global::System.Convert.DBNull;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
|
///Row event argument class
|
|
|
///</summary>
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public class ResxRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
|
private ResxRow eventRow;
|
|
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxRowChangeEvent(ResxRow 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", "4.0.0.0")]
|
|
|
public ResxRow Row {
|
|
|
get {
|
|
|
return this.eventRow;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
|
public class ResxLocalizedRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
|
private ResxLocalizedRow eventRow;
|
|
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxLocalizedRowChangeEvent(ResxLocalizedRow 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", "4.0.0.0")]
|
|
|
public ResxLocalizedRow Row {
|
|
|
get {
|
|
|
return this.eventRow;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
|
public class ResxFilesMasterRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
|
private ResxFilesMasterRow eventRow;
|
|
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public ResxFilesMasterRowChangeEvent(ResxFilesMasterRow 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", "4.0.0.0")]
|
|
|
public ResxFilesMasterRow Row {
|
|
|
get {
|
|
|
return this.eventRow;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
|
public global::System.Data.DataRowAction Action {
|
|
|
get {
|
|
|
return this.eventAction;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
#pragma warning restore 1591 |
|
|
\ No newline at end of file |
...
|
...
|
|