//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace BLL.CNCECHSSEService { using System.Runtime.Serialization; using System; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Sys_Version", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Sys_Version : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSubField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable VersionDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VersionIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VersionNameField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSub { get { return this.IsSubField; } set { if ((this.IsSubField.Equals(value) != true)) { this.IsSubField = value; this.RaisePropertyChanged("IsSub"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable VersionDate { get { return this.VersionDateField; } set { if ((this.VersionDateField.Equals(value) != true)) { this.VersionDateField = value; this.RaisePropertyChanged("VersionDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string VersionId { get { return this.VersionIdField; } set { if ((object.ReferenceEquals(this.VersionIdField, value) != true)) { this.VersionIdField = value; this.RaisePropertyChanged("VersionId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string VersionName { get { return this.VersionNameField; } set { if ((object.ReferenceEquals(this.VersionNameField, value) != true)) { this.VersionNameField = value; this.RaisePropertyChanged("VersionName"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Base_Unit", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Base_Unit : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AddressField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CorporateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string FaxField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ProjectRangeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TelephoneField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitTypeCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitTypeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitTypeNameField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string Address { get { return this.AddressField; } set { if ((object.ReferenceEquals(this.AddressField, value) != true)) { this.AddressField = value; this.RaisePropertyChanged("Address"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Corporate { get { return this.CorporateField; } set { if ((object.ReferenceEquals(this.CorporateField, value) != true)) { this.CorporateField = value; this.RaisePropertyChanged("Corporate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Fax { get { return this.FaxField; } set { if ((object.ReferenceEquals(this.FaxField, value) != true)) { this.FaxField = value; this.RaisePropertyChanged("Fax"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ProjectRange { get { return this.ProjectRangeField; } set { if ((object.ReferenceEquals(this.ProjectRangeField, value) != true)) { this.ProjectRangeField = value; this.RaisePropertyChanged("ProjectRange"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Telephone { get { return this.TelephoneField; } set { if ((object.ReferenceEquals(this.TelephoneField, value) != true)) { this.TelephoneField = value; this.RaisePropertyChanged("Telephone"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitCode { get { return this.UnitCodeField; } set { if ((object.ReferenceEquals(this.UnitCodeField, value) != true)) { this.UnitCodeField = value; this.RaisePropertyChanged("UnitCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitName { get { return this.UnitNameField; } set { if ((object.ReferenceEquals(this.UnitNameField, value) != true)) { this.UnitNameField = value; this.RaisePropertyChanged("UnitName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitTypeCode { get { return this.UnitTypeCodeField; } set { if ((object.ReferenceEquals(this.UnitTypeCodeField, value) != true)) { this.UnitTypeCodeField = value; this.RaisePropertyChanged("UnitTypeCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitTypeId { get { return this.UnitTypeIdField; } set { if ((object.ReferenceEquals(this.UnitTypeIdField, value) != true)) { this.UnitTypeIdField = value; this.RaisePropertyChanged("UnitTypeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitTypeName { get { return this.UnitTypeNameField; } set { if ((object.ReferenceEquals(this.UnitTypeNameField, value) != true)) { this.UnitTypeNameField = value; this.RaisePropertyChanged("UnitTypeName"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Information_UrgeReport", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Information_UrgeReport : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HalfYearIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsCancelField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsCompleteField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MonthIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string QuarterIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ReprotTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable UrgeDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UrgeReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string YearIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string HalfYearId { get { return this.HalfYearIdField; } set { if ((object.ReferenceEquals(this.HalfYearIdField, value) != true)) { this.HalfYearIdField = value; this.RaisePropertyChanged("HalfYearId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsCancel { get { return this.IsCancelField; } set { if ((this.IsCancelField.Equals(value) != true)) { this.IsCancelField = value; this.RaisePropertyChanged("IsCancel"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsComplete { get { return this.IsCompleteField; } set { if ((this.IsCompleteField.Equals(value) != true)) { this.IsCompleteField = value; this.RaisePropertyChanged("IsComplete"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MonthId { get { return this.MonthIdField; } set { if ((object.ReferenceEquals(this.MonthIdField, value) != true)) { this.MonthIdField = value; this.RaisePropertyChanged("MonthId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string QuarterId { get { return this.QuarterIdField; } set { if ((object.ReferenceEquals(this.QuarterIdField, value) != true)) { this.QuarterIdField = value; this.RaisePropertyChanged("QuarterId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ReprotType { get { return this.ReprotTypeField; } set { if ((object.ReferenceEquals(this.ReprotTypeField, value) != true)) { this.ReprotTypeField = value; this.RaisePropertyChanged("ReprotType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable UrgeDate { get { return this.UrgeDateField; } set { if ((this.UrgeDateField.Equals(value) != true)) { this.UrgeDateField = value; this.RaisePropertyChanged("UrgeDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UrgeReportId { get { return this.UrgeReportIdField; } set { if ((object.ReferenceEquals(this.UrgeReportIdField, value) != true)) { this.UrgeReportIdField = value; this.RaisePropertyChanged("UrgeReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string YearId { get { return this.YearIdField; } set { if ((object.ReferenceEquals(this.YearIdField, value) != true)) { this.YearIdField = value; this.RaisePropertyChanged("YearId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Law_LawRegulationList", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Law_LawRegulationList : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ApprovalDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DescriptionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable EffectiveDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LawRegulationCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LawRegulationIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LawRegulationNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LawsRegulationsTypeCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LawsRegulationsTypeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LawsRegulationsTypeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LawsRegulationsTypeRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ApprovalDate { get { return this.ApprovalDateField; } set { if ((this.ApprovalDateField.Equals(value) != true)) { this.ApprovalDateField = value; this.RaisePropertyChanged("ApprovalDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Description { get { return this.DescriptionField; } set { if ((object.ReferenceEquals(this.DescriptionField, value) != true)) { this.DescriptionField = value; this.RaisePropertyChanged("Description"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable EffectiveDate { get { return this.EffectiveDateField; } set { if ((this.EffectiveDateField.Equals(value) != true)) { this.EffectiveDateField = value; this.RaisePropertyChanged("EffectiveDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LawRegulationCode { get { return this.LawRegulationCodeField; } set { if ((object.ReferenceEquals(this.LawRegulationCodeField, value) != true)) { this.LawRegulationCodeField = value; this.RaisePropertyChanged("LawRegulationCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LawRegulationId { get { return this.LawRegulationIdField; } set { if ((object.ReferenceEquals(this.LawRegulationIdField, value) != true)) { this.LawRegulationIdField = value; this.RaisePropertyChanged("LawRegulationId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LawRegulationName { get { return this.LawRegulationNameField; } set { if ((object.ReferenceEquals(this.LawRegulationNameField, value) != true)) { this.LawRegulationNameField = value; this.RaisePropertyChanged("LawRegulationName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LawsRegulationsTypeCode { get { return this.LawsRegulationsTypeCodeField; } set { if ((object.ReferenceEquals(this.LawsRegulationsTypeCodeField, value) != true)) { this.LawsRegulationsTypeCodeField = value; this.RaisePropertyChanged("LawsRegulationsTypeCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LawsRegulationsTypeId { get { return this.LawsRegulationsTypeIdField; } set { if ((object.ReferenceEquals(this.LawsRegulationsTypeIdField, value) != true)) { this.LawsRegulationsTypeIdField = value; this.RaisePropertyChanged("LawsRegulationsTypeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LawsRegulationsTypeName { get { return this.LawsRegulationsTypeNameField; } set { if ((object.ReferenceEquals(this.LawsRegulationsTypeNameField, value) != true)) { this.LawsRegulationsTypeNameField = value; this.RaisePropertyChanged("LawsRegulationsTypeName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LawsRegulationsTypeRemark { get { return this.LawsRegulationsTypeRemarkField; } set { if ((object.ReferenceEquals(this.LawsRegulationsTypeRemarkField, value) != true)) { this.LawsRegulationsTypeRemarkField = value; this.RaisePropertyChanged("LawsRegulationsTypeRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Law_HSSEStandardsList", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Law_HSSEStandardsList : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected10Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected11Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected12Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected13Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected14Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected15Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected16Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected17Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected18Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected19Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected20Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected21Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected22Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected23Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected24Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected25Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected3Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected4Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected5Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected6Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected7Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected8Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected9Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsSelected90Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StandardGradeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StandardIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StandardNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StandardNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TypeCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TypeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TypeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected1 { get { return this.IsSelected1Field; } set { if ((this.IsSelected1Field.Equals(value) != true)) { this.IsSelected1Field = value; this.RaisePropertyChanged("IsSelected1"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected10 { get { return this.IsSelected10Field; } set { if ((this.IsSelected10Field.Equals(value) != true)) { this.IsSelected10Field = value; this.RaisePropertyChanged("IsSelected10"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected11 { get { return this.IsSelected11Field; } set { if ((this.IsSelected11Field.Equals(value) != true)) { this.IsSelected11Field = value; this.RaisePropertyChanged("IsSelected11"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected12 { get { return this.IsSelected12Field; } set { if ((this.IsSelected12Field.Equals(value) != true)) { this.IsSelected12Field = value; this.RaisePropertyChanged("IsSelected12"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected13 { get { return this.IsSelected13Field; } set { if ((this.IsSelected13Field.Equals(value) != true)) { this.IsSelected13Field = value; this.RaisePropertyChanged("IsSelected13"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected14 { get { return this.IsSelected14Field; } set { if ((this.IsSelected14Field.Equals(value) != true)) { this.IsSelected14Field = value; this.RaisePropertyChanged("IsSelected14"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected15 { get { return this.IsSelected15Field; } set { if ((this.IsSelected15Field.Equals(value) != true)) { this.IsSelected15Field = value; this.RaisePropertyChanged("IsSelected15"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected16 { get { return this.IsSelected16Field; } set { if ((this.IsSelected16Field.Equals(value) != true)) { this.IsSelected16Field = value; this.RaisePropertyChanged("IsSelected16"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected17 { get { return this.IsSelected17Field; } set { if ((this.IsSelected17Field.Equals(value) != true)) { this.IsSelected17Field = value; this.RaisePropertyChanged("IsSelected17"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected18 { get { return this.IsSelected18Field; } set { if ((this.IsSelected18Field.Equals(value) != true)) { this.IsSelected18Field = value; this.RaisePropertyChanged("IsSelected18"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected19 { get { return this.IsSelected19Field; } set { if ((this.IsSelected19Field.Equals(value) != true)) { this.IsSelected19Field = value; this.RaisePropertyChanged("IsSelected19"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected2 { get { return this.IsSelected2Field; } set { if ((this.IsSelected2Field.Equals(value) != true)) { this.IsSelected2Field = value; this.RaisePropertyChanged("IsSelected2"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected20 { get { return this.IsSelected20Field; } set { if ((this.IsSelected20Field.Equals(value) != true)) { this.IsSelected20Field = value; this.RaisePropertyChanged("IsSelected20"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected21 { get { return this.IsSelected21Field; } set { if ((this.IsSelected21Field.Equals(value) != true)) { this.IsSelected21Field = value; this.RaisePropertyChanged("IsSelected21"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected22 { get { return this.IsSelected22Field; } set { if ((this.IsSelected22Field.Equals(value) != true)) { this.IsSelected22Field = value; this.RaisePropertyChanged("IsSelected22"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected23 { get { return this.IsSelected23Field; } set { if ((this.IsSelected23Field.Equals(value) != true)) { this.IsSelected23Field = value; this.RaisePropertyChanged("IsSelected23"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected24 { get { return this.IsSelected24Field; } set { if ((this.IsSelected24Field.Equals(value) != true)) { this.IsSelected24Field = value; this.RaisePropertyChanged("IsSelected24"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected25 { get { return this.IsSelected25Field; } set { if ((this.IsSelected25Field.Equals(value) != true)) { this.IsSelected25Field = value; this.RaisePropertyChanged("IsSelected25"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected3 { get { return this.IsSelected3Field; } set { if ((this.IsSelected3Field.Equals(value) != true)) { this.IsSelected3Field = value; this.RaisePropertyChanged("IsSelected3"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected4 { get { return this.IsSelected4Field; } set { if ((this.IsSelected4Field.Equals(value) != true)) { this.IsSelected4Field = value; this.RaisePropertyChanged("IsSelected4"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected5 { get { return this.IsSelected5Field; } set { if ((this.IsSelected5Field.Equals(value) != true)) { this.IsSelected5Field = value; this.RaisePropertyChanged("IsSelected5"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected6 { get { return this.IsSelected6Field; } set { if ((this.IsSelected6Field.Equals(value) != true)) { this.IsSelected6Field = value; this.RaisePropertyChanged("IsSelected6"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected7 { get { return this.IsSelected7Field; } set { if ((this.IsSelected7Field.Equals(value) != true)) { this.IsSelected7Field = value; this.RaisePropertyChanged("IsSelected7"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected8 { get { return this.IsSelected8Field; } set { if ((this.IsSelected8Field.Equals(value) != true)) { this.IsSelected8Field = value; this.RaisePropertyChanged("IsSelected8"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected9 { get { return this.IsSelected9Field; } set { if ((this.IsSelected9Field.Equals(value) != true)) { this.IsSelected9Field = value; this.RaisePropertyChanged("IsSelected9"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsSelected90 { get { return this.IsSelected90Field; } set { if ((this.IsSelected90Field.Equals(value) != true)) { this.IsSelected90Field = value; this.RaisePropertyChanged("IsSelected90"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Remark { get { return this.RemarkField; } set { if ((object.ReferenceEquals(this.RemarkField, value) != true)) { this.RemarkField = value; this.RaisePropertyChanged("Remark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string StandardGrade { get { return this.StandardGradeField; } set { if ((object.ReferenceEquals(this.StandardGradeField, value) != true)) { this.StandardGradeField = value; this.RaisePropertyChanged("StandardGrade"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string StandardId { get { return this.StandardIdField; } set { if ((object.ReferenceEquals(this.StandardIdField, value) != true)) { this.StandardIdField = value; this.RaisePropertyChanged("StandardId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string StandardName { get { return this.StandardNameField; } set { if ((object.ReferenceEquals(this.StandardNameField, value) != true)) { this.StandardNameField = value; this.RaisePropertyChanged("StandardName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string StandardNo { get { return this.StandardNoField; } set { if ((object.ReferenceEquals(this.StandardNoField, value) != true)) { this.StandardNoField = value; this.RaisePropertyChanged("StandardNo"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TypeCode { get { return this.TypeCodeField; } set { if ((object.ReferenceEquals(this.TypeCodeField, value) != true)) { this.TypeCodeField = value; this.RaisePropertyChanged("TypeCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TypeId { get { return this.TypeIdField; } set { if ((object.ReferenceEquals(this.TypeIdField, value) != true)) { this.TypeIdField = value; this.RaisePropertyChanged("TypeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TypeName { get { return this.TypeNameField; } set { if ((object.ReferenceEquals(this.TypeNameField, value) != true)) { this.TypeNameField = value; this.RaisePropertyChanged("TypeName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Law_RulesRegulations", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Law_RulesRegulations : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ApplicableScopeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CustomDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RulesRegulationsCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RulesRegulationsIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RulesRegulationsNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RulesRegulationsTypeCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RulesRegulationsTypeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RulesRegulationsTypeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string ApplicableScope { get { return this.ApplicableScopeField; } set { if ((object.ReferenceEquals(this.ApplicableScopeField, value) != true)) { this.ApplicableScopeField = value; this.RaisePropertyChanged("ApplicableScope"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CustomDate { get { return this.CustomDateField; } set { if ((this.CustomDateField.Equals(value) != true)) { this.CustomDateField = value; this.RaisePropertyChanged("CustomDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Remark { get { return this.RemarkField; } set { if ((object.ReferenceEquals(this.RemarkField, value) != true)) { this.RemarkField = value; this.RaisePropertyChanged("Remark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RulesRegulationsCode { get { return this.RulesRegulationsCodeField; } set { if ((object.ReferenceEquals(this.RulesRegulationsCodeField, value) != true)) { this.RulesRegulationsCodeField = value; this.RaisePropertyChanged("RulesRegulationsCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RulesRegulationsId { get { return this.RulesRegulationsIdField; } set { if ((object.ReferenceEquals(this.RulesRegulationsIdField, value) != true)) { this.RulesRegulationsIdField = value; this.RaisePropertyChanged("RulesRegulationsId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RulesRegulationsName { get { return this.RulesRegulationsNameField; } set { if ((object.ReferenceEquals(this.RulesRegulationsNameField, value) != true)) { this.RulesRegulationsNameField = value; this.RaisePropertyChanged("RulesRegulationsName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RulesRegulationsTypeCode { get { return this.RulesRegulationsTypeCodeField; } set { if ((object.ReferenceEquals(this.RulesRegulationsTypeCodeField, value) != true)) { this.RulesRegulationsTypeCodeField = value; this.RaisePropertyChanged("RulesRegulationsTypeCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RulesRegulationsTypeId { get { return this.RulesRegulationsTypeIdField; } set { if ((object.ReferenceEquals(this.RulesRegulationsTypeIdField, value) != true)) { this.RulesRegulationsTypeIdField = value; this.RaisePropertyChanged("RulesRegulationsTypeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RulesRegulationsTypeName { get { return this.RulesRegulationsTypeNameField; } set { if ((object.ReferenceEquals(this.RulesRegulationsTypeNameField, value) != true)) { this.RulesRegulationsTypeNameField = value; this.RaisePropertyChanged("RulesRegulationsTypeName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Law_ManageRule", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Law_ManageRule : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ManageRuleCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ManageRuleIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ManageRuleNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ManageRuleTypeCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ManageRuleTypeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ManageRuleTypeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VersionNoField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ManageRuleCode { get { return this.ManageRuleCodeField; } set { if ((object.ReferenceEquals(this.ManageRuleCodeField, value) != true)) { this.ManageRuleCodeField = value; this.RaisePropertyChanged("ManageRuleCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ManageRuleId { get { return this.ManageRuleIdField; } set { if ((object.ReferenceEquals(this.ManageRuleIdField, value) != true)) { this.ManageRuleIdField = value; this.RaisePropertyChanged("ManageRuleId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ManageRuleName { get { return this.ManageRuleNameField; } set { if ((object.ReferenceEquals(this.ManageRuleNameField, value) != true)) { this.ManageRuleNameField = value; this.RaisePropertyChanged("ManageRuleName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ManageRuleTypeCode { get { return this.ManageRuleTypeCodeField; } set { if ((object.ReferenceEquals(this.ManageRuleTypeCodeField, value) != true)) { this.ManageRuleTypeCodeField = value; this.RaisePropertyChanged("ManageRuleTypeCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ManageRuleTypeId { get { return this.ManageRuleTypeIdField; } set { if ((object.ReferenceEquals(this.ManageRuleTypeIdField, value) != true)) { this.ManageRuleTypeIdField = value; this.RaisePropertyChanged("ManageRuleTypeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ManageRuleTypeName { get { return this.ManageRuleTypeNameField; } set { if ((object.ReferenceEquals(this.ManageRuleTypeNameField, value) != true)) { this.ManageRuleTypeNameField = value; this.RaisePropertyChanged("ManageRuleTypeName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Remark { get { return this.RemarkField; } set { if ((object.ReferenceEquals(this.RemarkField, value) != true)) { this.RemarkField = value; this.RaisePropertyChanged("Remark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string VersionNo { get { return this.VersionNoField; } set { if ((object.ReferenceEquals(this.VersionNoField, value) != true)) { this.VersionNoField = value; this.RaisePropertyChanged("VersionNo"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Technique_HAZOP", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Technique_HAZOP : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AbstractField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable HAZOPDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HAZOPIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HAZOPTitleField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string Abstract { get { return this.AbstractField; } set { if ((object.ReferenceEquals(this.AbstractField, value) != true)) { this.AbstractField = value; this.RaisePropertyChanged("Abstract"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable HAZOPDate { get { return this.HAZOPDateField; } set { if ((this.HAZOPDateField.Equals(value) != true)) { this.HAZOPDateField = value; this.RaisePropertyChanged("HAZOPDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HAZOPId { get { return this.HAZOPIdField; } set { if ((object.ReferenceEquals(this.HAZOPIdField, value) != true)) { this.HAZOPIdField = value; this.RaisePropertyChanged("HAZOPId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HAZOPTitle { get { return this.HAZOPTitleField; } set { if ((object.ReferenceEquals(this.HAZOPTitleField, value) != true)) { this.HAZOPTitleField = value; this.RaisePropertyChanged("HAZOPTitle"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Technique_Appraise", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Technique_Appraise : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AbstractField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AppraiseCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AppraiseDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AppraiseIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AppraiseTitleField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ArrangementDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ArrangementPersonField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string Abstract { get { return this.AbstractField; } set { if ((object.ReferenceEquals(this.AbstractField, value) != true)) { this.AbstractField = value; this.RaisePropertyChanged("Abstract"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AppraiseCode { get { return this.AppraiseCodeField; } set { if ((object.ReferenceEquals(this.AppraiseCodeField, value) != true)) { this.AppraiseCodeField = value; this.RaisePropertyChanged("AppraiseCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AppraiseDate { get { return this.AppraiseDateField; } set { if ((this.AppraiseDateField.Equals(value) != true)) { this.AppraiseDateField = value; this.RaisePropertyChanged("AppraiseDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AppraiseId { get { return this.AppraiseIdField; } set { if ((object.ReferenceEquals(this.AppraiseIdField, value) != true)) { this.AppraiseIdField = value; this.RaisePropertyChanged("AppraiseId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AppraiseTitle { get { return this.AppraiseTitleField; } set { if ((object.ReferenceEquals(this.AppraiseTitleField, value) != true)) { this.AppraiseTitleField = value; this.RaisePropertyChanged("AppraiseTitle"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ArrangementDate { get { return this.ArrangementDateField; } set { if ((this.ArrangementDateField.Equals(value) != true)) { this.ArrangementDateField = value; this.RaisePropertyChanged("ArrangementDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ArrangementPerson { get { return this.ArrangementPersonField; } set { if ((object.ReferenceEquals(this.ArrangementPersonField, value) != true)) { this.ArrangementPersonField = value; this.RaisePropertyChanged("ArrangementPerson"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Technique_Emergency", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Technique_Emergency : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EmergencyCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EmergencyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EmergencyNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EmergencyTypeCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EmergencyTypeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EmergencyTypeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SummaryField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string EmergencyCode { get { return this.EmergencyCodeField; } set { if ((object.ReferenceEquals(this.EmergencyCodeField, value) != true)) { this.EmergencyCodeField = value; this.RaisePropertyChanged("EmergencyCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string EmergencyId { get { return this.EmergencyIdField; } set { if ((object.ReferenceEquals(this.EmergencyIdField, value) != true)) { this.EmergencyIdField = value; this.RaisePropertyChanged("EmergencyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string EmergencyName { get { return this.EmergencyNameField; } set { if ((object.ReferenceEquals(this.EmergencyNameField, value) != true)) { this.EmergencyNameField = value; this.RaisePropertyChanged("EmergencyName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string EmergencyTypeCode { get { return this.EmergencyTypeCodeField; } set { if ((object.ReferenceEquals(this.EmergencyTypeCodeField, value) != true)) { this.EmergencyTypeCodeField = value; this.RaisePropertyChanged("EmergencyTypeCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string EmergencyTypeId { get { return this.EmergencyTypeIdField; } set { if ((object.ReferenceEquals(this.EmergencyTypeIdField, value) != true)) { this.EmergencyTypeIdField = value; this.RaisePropertyChanged("EmergencyTypeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string EmergencyTypeName { get { return this.EmergencyTypeNameField; } set { if ((object.ReferenceEquals(this.EmergencyTypeNameField, value) != true)) { this.EmergencyTypeNameField = value; this.RaisePropertyChanged("EmergencyTypeName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Remark { get { return this.RemarkField; } set { if ((object.ReferenceEquals(this.RemarkField, value) != true)) { this.RemarkField = value; this.RaisePropertyChanged("Remark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Summary { get { return this.SummaryField; } set { if ((object.ReferenceEquals(this.SummaryField, value) != true)) { this.SummaryField = value; this.RaisePropertyChanged("Summary"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Technique_SpecialScheme", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Technique_SpecialScheme : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SpecialSchemeCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SpecialSchemeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SpecialSchemeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SpecialSchemeTypeCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SpecialSchemeTypeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SpecialSchemeTypeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SummaryField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SpecialSchemeCode { get { return this.SpecialSchemeCodeField; } set { if ((object.ReferenceEquals(this.SpecialSchemeCodeField, value) != true)) { this.SpecialSchemeCodeField = value; this.RaisePropertyChanged("SpecialSchemeCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SpecialSchemeId { get { return this.SpecialSchemeIdField; } set { if ((object.ReferenceEquals(this.SpecialSchemeIdField, value) != true)) { this.SpecialSchemeIdField = value; this.RaisePropertyChanged("SpecialSchemeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SpecialSchemeName { get { return this.SpecialSchemeNameField; } set { if ((object.ReferenceEquals(this.SpecialSchemeNameField, value) != true)) { this.SpecialSchemeNameField = value; this.RaisePropertyChanged("SpecialSchemeName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SpecialSchemeTypeCode { get { return this.SpecialSchemeTypeCodeField; } set { if ((object.ReferenceEquals(this.SpecialSchemeTypeCodeField, value) != true)) { this.SpecialSchemeTypeCodeField = value; this.RaisePropertyChanged("SpecialSchemeTypeCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SpecialSchemeTypeId { get { return this.SpecialSchemeTypeIdField; } set { if ((object.ReferenceEquals(this.SpecialSchemeTypeIdField, value) != true)) { this.SpecialSchemeTypeIdField = value; this.RaisePropertyChanged("SpecialSchemeTypeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SpecialSchemeTypeName { get { return this.SpecialSchemeTypeNameField; } set { if ((object.ReferenceEquals(this.SpecialSchemeTypeNameField, value) != true)) { this.SpecialSchemeTypeNameField = value; this.RaisePropertyChanged("SpecialSchemeTypeName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Summary { get { return this.SummaryField; } set { if ((object.ReferenceEquals(this.SummaryField, value) != true)) { this.SummaryField = value; this.RaisePropertyChanged("Summary"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Training_Training", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Training_Training : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsEndLeverField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SupTrainingIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainingCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainingIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainingNameField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsEndLever { get { return this.IsEndLeverField; } set { if ((this.IsEndLeverField.Equals(value) != true)) { this.IsEndLeverField = value; this.RaisePropertyChanged("IsEndLever"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SupTrainingId { get { return this.SupTrainingIdField; } set { if ((object.ReferenceEquals(this.SupTrainingIdField, value) != true)) { this.SupTrainingIdField = value; this.RaisePropertyChanged("SupTrainingId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainingCode { get { return this.TrainingCodeField; } set { if ((object.ReferenceEquals(this.TrainingCodeField, value) != true)) { this.TrainingCodeField = value; this.RaisePropertyChanged("TrainingCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainingId { get { return this.TrainingIdField; } set { if ((object.ReferenceEquals(this.TrainingIdField, value) != true)) { this.TrainingIdField = value; this.RaisePropertyChanged("TrainingId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainingName { get { return this.TrainingNameField; } set { if ((object.ReferenceEquals(this.TrainingNameField, value) != true)) { this.TrainingNameField = value; this.RaisePropertyChanged("TrainingName"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Training_TrainingItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Training_TrainingItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ApproveStateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ResourcesFromField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ResourcesFromTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainingIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainingItemCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainingItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainingItemNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VersionNumField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string ApproveState { get { return this.ApproveStateField; } set { if ((object.ReferenceEquals(this.ApproveStateField, value) != true)) { this.ApproveStateField = value; this.RaisePropertyChanged("ApproveState"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ResourcesFrom { get { return this.ResourcesFromField; } set { if ((object.ReferenceEquals(this.ResourcesFromField, value) != true)) { this.ResourcesFromField = value; this.RaisePropertyChanged("ResourcesFrom"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ResourcesFromType { get { return this.ResourcesFromTypeField; } set { if ((object.ReferenceEquals(this.ResourcesFromTypeField, value) != true)) { this.ResourcesFromTypeField = value; this.RaisePropertyChanged("ResourcesFromType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainingId { get { return this.TrainingIdField; } set { if ((object.ReferenceEquals(this.TrainingIdField, value) != true)) { this.TrainingIdField = value; this.RaisePropertyChanged("TrainingId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainingItemCode { get { return this.TrainingItemCodeField; } set { if ((object.ReferenceEquals(this.TrainingItemCodeField, value) != true)) { this.TrainingItemCodeField = value; this.RaisePropertyChanged("TrainingItemCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainingItemId { get { return this.TrainingItemIdField; } set { if ((object.ReferenceEquals(this.TrainingItemIdField, value) != true)) { this.TrainingItemIdField = value; this.RaisePropertyChanged("TrainingItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainingItemName { get { return this.TrainingItemNameField; } set { if ((object.ReferenceEquals(this.TrainingItemNameField, value) != true)) { this.TrainingItemNameField = value; this.RaisePropertyChanged("TrainingItemName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string VersionNum { get { return this.VersionNumField; } set { if ((object.ReferenceEquals(this.VersionNumField, value) != true)) { this.VersionNumField = value; this.RaisePropertyChanged("VersionNum"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Training_TrainTestDB", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Training_TrainTestDB : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsEndLeverField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SupTrainTestIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainTestCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainTestIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainTestNameField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsEndLever { get { return this.IsEndLeverField; } set { if ((this.IsEndLeverField.Equals(value) != true)) { this.IsEndLeverField = value; this.RaisePropertyChanged("IsEndLever"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SupTrainTestId { get { return this.SupTrainTestIdField; } set { if ((object.ReferenceEquals(this.SupTrainTestIdField, value) != true)) { this.SupTrainTestIdField = value; this.RaisePropertyChanged("SupTrainTestId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainTestCode { get { return this.TrainTestCodeField; } set { if ((object.ReferenceEquals(this.TrainTestCodeField, value) != true)) { this.TrainTestCodeField = value; this.RaisePropertyChanged("TrainTestCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainTestId { get { return this.TrainTestIdField; } set { if ((object.ReferenceEquals(this.TrainTestIdField, value) != true)) { this.TrainTestIdField = value; this.RaisePropertyChanged("TrainTestId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainTestName { get { return this.TrainTestNameField; } set { if ((object.ReferenceEquals(this.TrainTestNameField, value) != true)) { this.TrainTestNameField = value; this.RaisePropertyChanged("TrainTestName"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Training_TrainTestDBItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Training_TrainTestDBItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TraiinTestItemNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainTestIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainTestItemCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrainTestItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TraiinTestItemName { get { return this.TraiinTestItemNameField; } set { if ((object.ReferenceEquals(this.TraiinTestItemNameField, value) != true)) { this.TraiinTestItemNameField = value; this.RaisePropertyChanged("TraiinTestItemName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainTestId { get { return this.TrainTestIdField; } set { if ((object.ReferenceEquals(this.TrainTestIdField, value) != true)) { this.TrainTestIdField = value; this.RaisePropertyChanged("TrainTestId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainTestItemCode { get { return this.TrainTestItemCodeField; } set { if ((object.ReferenceEquals(this.TrainTestItemCodeField, value) != true)) { this.TrainTestItemCodeField = value; this.RaisePropertyChanged("TrainTestItemCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrainTestItemId { get { return this.TrainTestItemIdField; } set { if ((object.ReferenceEquals(this.TrainTestItemIdField, value) != true)) { this.TrainTestItemIdField = value; this.RaisePropertyChanged("TrainTestItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="EduTrain_AccidentCase", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class EduTrain_AccidentCase : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentCaseCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentCaseIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentCaseNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsEndLeverField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SupAccidentCaseIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentCaseCode { get { return this.AccidentCaseCodeField; } set { if ((object.ReferenceEquals(this.AccidentCaseCodeField, value) != true)) { this.AccidentCaseCodeField = value; this.RaisePropertyChanged("AccidentCaseCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentCaseId { get { return this.AccidentCaseIdField; } set { if ((object.ReferenceEquals(this.AccidentCaseIdField, value) != true)) { this.AccidentCaseIdField = value; this.RaisePropertyChanged("AccidentCaseId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentCaseName { get { return this.AccidentCaseNameField; } set { if ((object.ReferenceEquals(this.AccidentCaseNameField, value) != true)) { this.AccidentCaseNameField = value; this.RaisePropertyChanged("AccidentCaseName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsEndLever { get { return this.IsEndLeverField; } set { if ((this.IsEndLeverField.Equals(value) != true)) { this.IsEndLeverField = value; this.RaisePropertyChanged("IsEndLever"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SupAccidentCaseId { get { return this.SupAccidentCaseIdField; } set { if ((object.ReferenceEquals(this.SupAccidentCaseIdField, value) != true)) { this.SupAccidentCaseIdField = value; this.RaisePropertyChanged("SupAccidentCaseId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="EduTrain_AccidentCaseItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class EduTrain_AccidentCaseItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentCaseIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentCaseItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentProfilesField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentReviewField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ActivitiesField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentCaseId { get { return this.AccidentCaseIdField; } set { if ((object.ReferenceEquals(this.AccidentCaseIdField, value) != true)) { this.AccidentCaseIdField = value; this.RaisePropertyChanged("AccidentCaseId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentCaseItemId { get { return this.AccidentCaseItemIdField; } set { if ((object.ReferenceEquals(this.AccidentCaseItemIdField, value) != true)) { this.AccidentCaseItemIdField = value; this.RaisePropertyChanged("AccidentCaseItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentName { get { return this.AccidentNameField; } set { if ((object.ReferenceEquals(this.AccidentNameField, value) != true)) { this.AccidentNameField = value; this.RaisePropertyChanged("AccidentName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentProfiles { get { return this.AccidentProfilesField; } set { if ((object.ReferenceEquals(this.AccidentProfilesField, value) != true)) { this.AccidentProfilesField = value; this.RaisePropertyChanged("AccidentProfiles"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentReview { get { return this.AccidentReviewField; } set { if ((object.ReferenceEquals(this.AccidentReviewField, value) != true)) { this.AccidentReviewField = value; this.RaisePropertyChanged("AccidentReview"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Activities { get { return this.ActivitiesField; } set { if ((object.ReferenceEquals(this.ActivitiesField, value) != true)) { this.ActivitiesField = value; this.RaisePropertyChanged("Activities"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Training_Knowledge", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Training_Knowledge : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsEndLeverField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string KnowledgeCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string KnowledgeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string KnowledgeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SupKnowledgeIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsEndLever { get { return this.IsEndLeverField; } set { if ((this.IsEndLeverField.Equals(value) != true)) { this.IsEndLeverField = value; this.RaisePropertyChanged("IsEndLever"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string KnowledgeCode { get { return this.KnowledgeCodeField; } set { if ((object.ReferenceEquals(this.KnowledgeCodeField, value) != true)) { this.KnowledgeCodeField = value; this.RaisePropertyChanged("KnowledgeCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string KnowledgeId { get { return this.KnowledgeIdField; } set { if ((object.ReferenceEquals(this.KnowledgeIdField, value) != true)) { this.KnowledgeIdField = value; this.RaisePropertyChanged("KnowledgeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string KnowledgeName { get { return this.KnowledgeNameField; } set { if ((object.ReferenceEquals(this.KnowledgeNameField, value) != true)) { this.KnowledgeNameField = value; this.RaisePropertyChanged("KnowledgeName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SupKnowledgeId { get { return this.SupKnowledgeIdField; } set { if ((object.ReferenceEquals(this.SupKnowledgeIdField, value) != true)) { this.SupKnowledgeIdField = value; this.RaisePropertyChanged("SupKnowledgeId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Training_KnowledgeItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Training_KnowledgeItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string KnowledgeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string KnowledgeItemCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string KnowledgeItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string KnowledgeItemNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string KnowledgeId { get { return this.KnowledgeIdField; } set { if ((object.ReferenceEquals(this.KnowledgeIdField, value) != true)) { this.KnowledgeIdField = value; this.RaisePropertyChanged("KnowledgeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string KnowledgeItemCode { get { return this.KnowledgeItemCodeField; } set { if ((object.ReferenceEquals(this.KnowledgeItemCodeField, value) != true)) { this.KnowledgeItemCodeField = value; this.RaisePropertyChanged("KnowledgeItemCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string KnowledgeItemId { get { return this.KnowledgeItemIdField; } set { if ((object.ReferenceEquals(this.KnowledgeItemIdField, value) != true)) { this.KnowledgeItemIdField = value; this.RaisePropertyChanged("KnowledgeItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string KnowledgeItemName { get { return this.KnowledgeItemNameField; } set { if ((object.ReferenceEquals(this.KnowledgeItemNameField, value) != true)) { this.KnowledgeItemNameField = value; this.RaisePropertyChanged("KnowledgeItemName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Remark { get { return this.RemarkField; } set { if ((object.ReferenceEquals(this.RemarkField, value) != true)) { this.RemarkField = value; this.RaisePropertyChanged("Remark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Technique_HazardListType", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Technique_HazardListType : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HazardListTypeCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HazardListTypeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HazardListTypeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsEndLevelField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SupHazardListTypeIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string HazardListTypeCode { get { return this.HazardListTypeCodeField; } set { if ((object.ReferenceEquals(this.HazardListTypeCodeField, value) != true)) { this.HazardListTypeCodeField = value; this.RaisePropertyChanged("HazardListTypeCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HazardListTypeId { get { return this.HazardListTypeIdField; } set { if ((object.ReferenceEquals(this.HazardListTypeIdField, value) != true)) { this.HazardListTypeIdField = value; this.RaisePropertyChanged("HazardListTypeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HazardListTypeName { get { return this.HazardListTypeNameField; } set { if ((object.ReferenceEquals(this.HazardListTypeNameField, value) != true)) { this.HazardListTypeNameField = value; this.RaisePropertyChanged("HazardListTypeName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsEndLevel { get { return this.IsEndLevelField; } set { if ((this.IsEndLevelField.Equals(value) != true)) { this.IsEndLevelField = value; this.RaisePropertyChanged("IsEndLevel"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SupHazardListTypeId { get { return this.SupHazardListTypeIdField; } set { if ((object.ReferenceEquals(this.SupHazardListTypeIdField, value) != true)) { this.SupHazardListTypeIdField = value; this.RaisePropertyChanged("SupHazardListTypeId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Technique_HazardList", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Technique_HazardList : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ControlMeasuresField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DefectsTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HazardCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HazardIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HazardItemsField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable HazardJudge_CField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable HazardJudge_DField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable HazardJudge_EField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable HazardJudge_LField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HazardLevelField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HazardListTypeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HelperMethodField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MayLeadAccidentsField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ControlMeasures { get { return this.ControlMeasuresField; } set { if ((object.ReferenceEquals(this.ControlMeasuresField, value) != true)) { this.ControlMeasuresField = value; this.RaisePropertyChanged("ControlMeasures"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DefectsType { get { return this.DefectsTypeField; } set { if ((object.ReferenceEquals(this.DefectsTypeField, value) != true)) { this.DefectsTypeField = value; this.RaisePropertyChanged("DefectsType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HazardCode { get { return this.HazardCodeField; } set { if ((object.ReferenceEquals(this.HazardCodeField, value) != true)) { this.HazardCodeField = value; this.RaisePropertyChanged("HazardCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HazardId { get { return this.HazardIdField; } set { if ((object.ReferenceEquals(this.HazardIdField, value) != true)) { this.HazardIdField = value; this.RaisePropertyChanged("HazardId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HazardItems { get { return this.HazardItemsField; } set { if ((object.ReferenceEquals(this.HazardItemsField, value) != true)) { this.HazardItemsField = value; this.RaisePropertyChanged("HazardItems"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable HazardJudge_C { get { return this.HazardJudge_CField; } set { if ((this.HazardJudge_CField.Equals(value) != true)) { this.HazardJudge_CField = value; this.RaisePropertyChanged("HazardJudge_C"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable HazardJudge_D { get { return this.HazardJudge_DField; } set { if ((this.HazardJudge_DField.Equals(value) != true)) { this.HazardJudge_DField = value; this.RaisePropertyChanged("HazardJudge_D"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable HazardJudge_E { get { return this.HazardJudge_EField; } set { if ((this.HazardJudge_EField.Equals(value) != true)) { this.HazardJudge_EField = value; this.RaisePropertyChanged("HazardJudge_E"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable HazardJudge_L { get { return this.HazardJudge_LField; } set { if ((this.HazardJudge_LField.Equals(value) != true)) { this.HazardJudge_LField = value; this.RaisePropertyChanged("HazardJudge_L"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HazardLevel { get { return this.HazardLevelField; } set { if ((object.ReferenceEquals(this.HazardLevelField, value) != true)) { this.HazardLevelField = value; this.RaisePropertyChanged("HazardLevel"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HazardListTypeId { get { return this.HazardListTypeIdField; } set { if ((object.ReferenceEquals(this.HazardListTypeIdField, value) != true)) { this.HazardListTypeIdField = value; this.RaisePropertyChanged("HazardListTypeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HelperMethod { get { return this.HelperMethodField; } set { if ((object.ReferenceEquals(this.HelperMethodField, value) != true)) { this.HelperMethodField = value; this.RaisePropertyChanged("HelperMethod"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MayLeadAccidents { get { return this.MayLeadAccidentsField; } set { if ((object.ReferenceEquals(this.MayLeadAccidentsField, value) != true)) { this.MayLeadAccidentsField = value; this.RaisePropertyChanged("MayLeadAccidents"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Technique_Rectify", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Technique_Rectify : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsEndLeverField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RectifyCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RectifyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RectifyNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SupRectifyIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsEndLever { get { return this.IsEndLeverField; } set { if ((this.IsEndLeverField.Equals(value) != true)) { this.IsEndLeverField = value; this.RaisePropertyChanged("IsEndLever"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RectifyCode { get { return this.RectifyCodeField; } set { if ((object.ReferenceEquals(this.RectifyCodeField, value) != true)) { this.RectifyCodeField = value; this.RaisePropertyChanged("RectifyCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RectifyId { get { return this.RectifyIdField; } set { if ((object.ReferenceEquals(this.RectifyIdField, value) != true)) { this.RectifyIdField = value; this.RaisePropertyChanged("RectifyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RectifyName { get { return this.RectifyNameField; } set { if ((object.ReferenceEquals(this.RectifyNameField, value) != true)) { this.RectifyNameField = value; this.RaisePropertyChanged("RectifyName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SupRectifyId { get { return this.SupRectifyIdField; } set { if ((object.ReferenceEquals(this.SupRectifyIdField, value) != true)) { this.SupRectifyIdField = value; this.RaisePropertyChanged("SupRectifyId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Technique_RectifyItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Technique_RectifyItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HazardSourcePointField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RectifyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RectifyItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RiskAnalysisField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RiskPreventionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SimilarRiskField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HazardSourcePoint { get { return this.HazardSourcePointField; } set { if ((object.ReferenceEquals(this.HazardSourcePointField, value) != true)) { this.HazardSourcePointField = value; this.RaisePropertyChanged("HazardSourcePoint"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RectifyId { get { return this.RectifyIdField; } set { if ((object.ReferenceEquals(this.RectifyIdField, value) != true)) { this.RectifyIdField = value; this.RaisePropertyChanged("RectifyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RectifyItemId { get { return this.RectifyItemIdField; } set { if ((object.ReferenceEquals(this.RectifyItemIdField, value) != true)) { this.RectifyItemIdField = value; this.RaisePropertyChanged("RectifyItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RiskAnalysis { get { return this.RiskAnalysisField; } set { if ((object.ReferenceEquals(this.RiskAnalysisField, value) != true)) { this.RiskAnalysisField = value; this.RaisePropertyChanged("RiskAnalysis"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RiskPrevention { get { return this.RiskPreventionField; } set { if ((object.ReferenceEquals(this.RiskPreventionField, value) != true)) { this.RiskPreventionField = value; this.RaisePropertyChanged("RiskPrevention"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SimilarRisk { get { return this.SimilarRiskField; } set { if ((object.ReferenceEquals(this.SimilarRiskField, value) != true)) { this.SimilarRiskField = value; this.RaisePropertyChanged("SimilarRisk"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Technique_Expert", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Technique_Expert : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AgeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] AttachUrlFileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable BirthdayField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EducationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable EffectiveDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EmailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ExpertCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ExpertIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ExpertNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ExpertTypeCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ExpertTypeIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ExpertTypeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HometownField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IdentityCardField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsPassField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MarriageField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string NationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PerformanceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PersonSpecialtyCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PersonSpecialtyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PersonSpecialtyNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PhotoUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] PhotoUrlFileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PostTitleCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PostTitleIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PostTitleNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SexField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TelephoneField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitNameField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Age { get { return this.AgeField; } set { if ((this.AgeField.Equals(value) != true)) { this.AgeField = value; this.RaisePropertyChanged("Age"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] AttachUrlFileContext { get { return this.AttachUrlFileContextField; } set { if ((object.ReferenceEquals(this.AttachUrlFileContextField, value) != true)) { this.AttachUrlFileContextField = value; this.RaisePropertyChanged("AttachUrlFileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditMan { get { return this.AuditManField; } set { if ((object.ReferenceEquals(this.AuditManField, value) != true)) { this.AuditManField = value; this.RaisePropertyChanged("AuditMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Birthday { get { return this.BirthdayField; } set { if ((this.BirthdayField.Equals(value) != true)) { this.BirthdayField = value; this.RaisePropertyChanged("Birthday"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Education { get { return this.EducationField; } set { if ((object.ReferenceEquals(this.EducationField, value) != true)) { this.EducationField = value; this.RaisePropertyChanged("Education"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable EffectiveDate { get { return this.EffectiveDateField; } set { if ((this.EffectiveDateField.Equals(value) != true)) { this.EffectiveDateField = value; this.RaisePropertyChanged("EffectiveDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Email { get { return this.EmailField; } set { if ((object.ReferenceEquals(this.EmailField, value) != true)) { this.EmailField = value; this.RaisePropertyChanged("Email"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ExpertCode { get { return this.ExpertCodeField; } set { if ((object.ReferenceEquals(this.ExpertCodeField, value) != true)) { this.ExpertCodeField = value; this.RaisePropertyChanged("ExpertCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ExpertId { get { return this.ExpertIdField; } set { if ((object.ReferenceEquals(this.ExpertIdField, value) != true)) { this.ExpertIdField = value; this.RaisePropertyChanged("ExpertId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ExpertName { get { return this.ExpertNameField; } set { if ((object.ReferenceEquals(this.ExpertNameField, value) != true)) { this.ExpertNameField = value; this.RaisePropertyChanged("ExpertName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ExpertTypeCode { get { return this.ExpertTypeCodeField; } set { if ((object.ReferenceEquals(this.ExpertTypeCodeField, value) != true)) { this.ExpertTypeCodeField = value; this.RaisePropertyChanged("ExpertTypeCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ExpertTypeId { get { return this.ExpertTypeIdField; } set { if ((object.ReferenceEquals(this.ExpertTypeIdField, value) != true)) { this.ExpertTypeIdField = value; this.RaisePropertyChanged("ExpertTypeId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ExpertTypeName { get { return this.ExpertTypeNameField; } set { if ((object.ReferenceEquals(this.ExpertTypeNameField, value) != true)) { this.ExpertTypeNameField = value; this.RaisePropertyChanged("ExpertTypeName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Hometown { get { return this.HometownField; } set { if ((object.ReferenceEquals(this.HometownField, value) != true)) { this.HometownField = value; this.RaisePropertyChanged("Hometown"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string IdentityCard { get { return this.IdentityCardField; } set { if ((object.ReferenceEquals(this.IdentityCardField, value) != true)) { this.IdentityCardField = value; this.RaisePropertyChanged("IdentityCard"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsPass { get { return this.IsPassField; } set { if ((this.IsPassField.Equals(value) != true)) { this.IsPassField = value; this.RaisePropertyChanged("IsPass"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Marriage { get { return this.MarriageField; } set { if ((object.ReferenceEquals(this.MarriageField, value) != true)) { this.MarriageField = value; this.RaisePropertyChanged("Marriage"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Nation { get { return this.NationField; } set { if ((object.ReferenceEquals(this.NationField, value) != true)) { this.NationField = value; this.RaisePropertyChanged("Nation"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Performance { get { return this.PerformanceField; } set { if ((object.ReferenceEquals(this.PerformanceField, value) != true)) { this.PerformanceField = value; this.RaisePropertyChanged("Performance"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PersonSpecialtyCode { get { return this.PersonSpecialtyCodeField; } set { if ((object.ReferenceEquals(this.PersonSpecialtyCodeField, value) != true)) { this.PersonSpecialtyCodeField = value; this.RaisePropertyChanged("PersonSpecialtyCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PersonSpecialtyId { get { return this.PersonSpecialtyIdField; } set { if ((object.ReferenceEquals(this.PersonSpecialtyIdField, value) != true)) { this.PersonSpecialtyIdField = value; this.RaisePropertyChanged("PersonSpecialtyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PersonSpecialtyName { get { return this.PersonSpecialtyNameField; } set { if ((object.ReferenceEquals(this.PersonSpecialtyNameField, value) != true)) { this.PersonSpecialtyNameField = value; this.RaisePropertyChanged("PersonSpecialtyName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PhotoUrl { get { return this.PhotoUrlField; } set { if ((object.ReferenceEquals(this.PhotoUrlField, value) != true)) { this.PhotoUrlField = value; this.RaisePropertyChanged("PhotoUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] PhotoUrlFileContext { get { return this.PhotoUrlFileContextField; } set { if ((object.ReferenceEquals(this.PhotoUrlFileContextField, value) != true)) { this.PhotoUrlFileContextField = value; this.RaisePropertyChanged("PhotoUrlFileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PostTitleCode { get { return this.PostTitleCodeField; } set { if ((object.ReferenceEquals(this.PostTitleCodeField, value) != true)) { this.PostTitleCodeField = value; this.RaisePropertyChanged("PostTitleCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PostTitleId { get { return this.PostTitleIdField; } set { if ((object.ReferenceEquals(this.PostTitleIdField, value) != true)) { this.PostTitleIdField = value; this.RaisePropertyChanged("PostTitleId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PostTitleName { get { return this.PostTitleNameField; } set { if ((object.ReferenceEquals(this.PostTitleNameField, value) != true)) { this.PostTitleNameField = value; this.RaisePropertyChanged("PostTitleName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Remark { get { return this.RemarkField; } set { if ((object.ReferenceEquals(this.RemarkField, value) != true)) { this.RemarkField = value; this.RaisePropertyChanged("Remark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Sex { get { return this.SexField; } set { if ((object.ReferenceEquals(this.SexField, value) != true)) { this.SexField = value; this.RaisePropertyChanged("Sex"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Telephone { get { return this.TelephoneField; } set { if ((object.ReferenceEquals(this.TelephoneField, value) != true)) { this.TelephoneField = value; this.RaisePropertyChanged("Telephone"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitName { get { return this.UnitNameField; } set { if ((object.ReferenceEquals(this.UnitNameField, value) != true)) { this.UnitNameField = value; this.RaisePropertyChanged("UnitName"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Supervise_SuperviseCheckRectify", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Supervise_SuperviseCheckRectify : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CheckDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ConfirmDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ConfirmManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HandleStateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsFromMainUnitField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IssueDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IssueManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable OrderEndDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string OrderEndPersonField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ProjectIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable RealEndDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RectifyItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SuperviseCheckRectifyCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SuperviseCheckRectifyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SuperviseCheckRectifyItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SuperviseCheckReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CheckDate { get { return this.CheckDateField; } set { if ((this.CheckDateField.Equals(value) != true)) { this.CheckDateField = value; this.RaisePropertyChanged("CheckDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ConfirmDate { get { return this.ConfirmDateField; } set { if ((this.ConfirmDateField.Equals(value) != true)) { this.ConfirmDateField = value; this.RaisePropertyChanged("ConfirmDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ConfirmMan { get { return this.ConfirmManField; } set { if ((object.ReferenceEquals(this.ConfirmManField, value) != true)) { this.ConfirmManField = value; this.RaisePropertyChanged("ConfirmMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HandleState { get { return this.HandleStateField; } set { if ((object.ReferenceEquals(this.HandleStateField, value) != true)) { this.HandleStateField = value; this.RaisePropertyChanged("HandleState"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsFromMainUnit { get { return this.IsFromMainUnitField; } set { if ((this.IsFromMainUnitField.Equals(value) != true)) { this.IsFromMainUnitField = value; this.RaisePropertyChanged("IsFromMainUnit"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IssueDate { get { return this.IssueDateField; } set { if ((this.IssueDateField.Equals(value) != true)) { this.IssueDateField = value; this.RaisePropertyChanged("IssueDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string IssueMan { get { return this.IssueManField; } set { if ((object.ReferenceEquals(this.IssueManField, value) != true)) { this.IssueManField = value; this.RaisePropertyChanged("IssueMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable OrderEndDate { get { return this.OrderEndDateField; } set { if ((this.OrderEndDateField.Equals(value) != true)) { this.OrderEndDateField = value; this.RaisePropertyChanged("OrderEndDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string OrderEndPerson { get { return this.OrderEndPersonField; } set { if ((object.ReferenceEquals(this.OrderEndPersonField, value) != true)) { this.OrderEndPersonField = value; this.RaisePropertyChanged("OrderEndPerson"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ProjectId { get { return this.ProjectIdField; } set { if ((object.ReferenceEquals(this.ProjectIdField, value) != true)) { this.ProjectIdField = value; this.RaisePropertyChanged("ProjectId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable RealEndDate { get { return this.RealEndDateField; } set { if ((this.RealEndDateField.Equals(value) != true)) { this.RealEndDateField = value; this.RaisePropertyChanged("RealEndDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RectifyItemId { get { return this.RectifyItemIdField; } set { if ((object.ReferenceEquals(this.RectifyItemIdField, value) != true)) { this.RectifyItemIdField = value; this.RaisePropertyChanged("RectifyItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SuperviseCheckRectifyCode { get { return this.SuperviseCheckRectifyCodeField; } set { if ((object.ReferenceEquals(this.SuperviseCheckRectifyCodeField, value) != true)) { this.SuperviseCheckRectifyCodeField = value; this.RaisePropertyChanged("SuperviseCheckRectifyCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SuperviseCheckRectifyId { get { return this.SuperviseCheckRectifyIdField; } set { if ((object.ReferenceEquals(this.SuperviseCheckRectifyIdField, value) != true)) { this.SuperviseCheckRectifyIdField = value; this.RaisePropertyChanged("SuperviseCheckRectifyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SuperviseCheckRectifyItemId { get { return this.SuperviseCheckRectifyItemIdField; } set { if ((object.ReferenceEquals(this.SuperviseCheckRectifyItemIdField, value) != true)) { this.SuperviseCheckRectifyItemIdField = value; this.RaisePropertyChanged("SuperviseCheckRectifyItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SuperviseCheckReportId { get { return this.SuperviseCheckReportIdField; } set { if ((object.ReferenceEquals(this.SuperviseCheckReportIdField, value) != true)) { this.SuperviseCheckReportIdField = value; this.RaisePropertyChanged("SuperviseCheckReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Supervise_SubUnitReport", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Supervise_SubUnitReport : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsEndLeverField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubUnitReportCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubUnitReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubUnitReportNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SupSubUnitReportIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsEndLever { get { return this.IsEndLeverField; } set { if ((this.IsEndLeverField.Equals(value) != true)) { this.IsEndLeverField = value; this.RaisePropertyChanged("IsEndLever"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubUnitReportCode { get { return this.SubUnitReportCodeField; } set { if ((object.ReferenceEquals(this.SubUnitReportCodeField, value) != true)) { this.SubUnitReportCodeField = value; this.RaisePropertyChanged("SubUnitReportCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubUnitReportId { get { return this.SubUnitReportIdField; } set { if ((object.ReferenceEquals(this.SubUnitReportIdField, value) != true)) { this.SubUnitReportIdField = value; this.RaisePropertyChanged("SubUnitReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubUnitReportName { get { return this.SubUnitReportNameField; } set { if ((object.ReferenceEquals(this.SubUnitReportNameField, value) != true)) { this.SubUnitReportNameField = value; this.RaisePropertyChanged("SubUnitReportName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SupSubUnitReportId { get { return this.SupSubUnitReportIdField; } set { if ((object.ReferenceEquals(this.SupSubUnitReportIdField, value) != true)) { this.SupSubUnitReportIdField = value; this.RaisePropertyChanged("SupSubUnitReportId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Supervise_SubUnitReportItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Supervise_SubUnitReportItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable PlanReortDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ReportContentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ReportDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ReportTitleField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubUnitReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubUnitReportItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable PlanReortDate { get { return this.PlanReortDateField; } set { if ((this.PlanReortDateField.Equals(value) != true)) { this.PlanReortDateField = value; this.RaisePropertyChanged("PlanReortDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ReportContent { get { return this.ReportContentField; } set { if ((object.ReferenceEquals(this.ReportContentField, value) != true)) { this.ReportContentField = value; this.RaisePropertyChanged("ReportContent"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ReportDate { get { return this.ReportDateField; } set { if ((this.ReportDateField.Equals(value) != true)) { this.ReportDateField = value; this.RaisePropertyChanged("ReportDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ReportTitle { get { return this.ReportTitleField; } set { if ((object.ReferenceEquals(this.ReportTitleField, value) != true)) { this.ReportTitleField = value; this.RaisePropertyChanged("ReportTitle"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string State { get { return this.StateField; } set { if ((object.ReferenceEquals(this.StateField, value) != true)) { this.StateField = value; this.RaisePropertyChanged("State"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubUnitReportId { get { return this.SubUnitReportIdField; } set { if ((object.ReferenceEquals(this.SubUnitReportIdField, value) != true)) { this.SubUnitReportIdField = value; this.RaisePropertyChanged("SubUnitReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubUnitReportItemId { get { return this.SubUnitReportItemIdField; } set { if ((object.ReferenceEquals(this.SubUnitReportItemIdField, value) != true)) { this.SubUnitReportItemIdField = value; this.RaisePropertyChanged("SubUnitReportItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Check_CheckRectify", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Check_CheckRectify : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachFileIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CheckDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CheckManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CheckRectifyCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CheckRectifyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CheckRectifyItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ConfirmDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ConfirmManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DangerPointField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HandleStateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IsProjectField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IssueDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IssueManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable OrderEndDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string OrderEndPersonField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ProjectIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable RealEndDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RiskExistsField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SortIndexField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubjectUnitManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Table5ItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToKeyIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VerificationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string WorkTypeField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachFileId { get { return this.AttachFileIdField; } set { if ((object.ReferenceEquals(this.AttachFileIdField, value) != true)) { this.AttachFileIdField = value; this.RaisePropertyChanged("AttachFileId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachSource { get { return this.AttachSourceField; } set { if ((object.ReferenceEquals(this.AttachSourceField, value) != true)) { this.AttachSourceField = value; this.RaisePropertyChanged("AttachSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AttachUrl { get { return this.AttachUrlField; } set { if ((object.ReferenceEquals(this.AttachUrlField, value) != true)) { this.AttachUrlField = value; this.RaisePropertyChanged("AttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CheckDate { get { return this.CheckDateField; } set { if ((this.CheckDateField.Equals(value) != true)) { this.CheckDateField = value; this.RaisePropertyChanged("CheckDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CheckMan { get { return this.CheckManField; } set { if ((object.ReferenceEquals(this.CheckManField, value) != true)) { this.CheckManField = value; this.RaisePropertyChanged("CheckMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CheckRectifyCode { get { return this.CheckRectifyCodeField; } set { if ((object.ReferenceEquals(this.CheckRectifyCodeField, value) != true)) { this.CheckRectifyCodeField = value; this.RaisePropertyChanged("CheckRectifyCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CheckRectifyId { get { return this.CheckRectifyIdField; } set { if ((object.ReferenceEquals(this.CheckRectifyIdField, value) != true)) { this.CheckRectifyIdField = value; this.RaisePropertyChanged("CheckRectifyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CheckRectifyItemId { get { return this.CheckRectifyItemIdField; } set { if ((object.ReferenceEquals(this.CheckRectifyItemIdField, value) != true)) { this.CheckRectifyItemIdField = value; this.RaisePropertyChanged("CheckRectifyItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ConfirmDate { get { return this.ConfirmDateField; } set { if ((this.ConfirmDateField.Equals(value) != true)) { this.ConfirmDateField = value; this.RaisePropertyChanged("ConfirmDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ConfirmMan { get { return this.ConfirmManField; } set { if ((object.ReferenceEquals(this.ConfirmManField, value) != true)) { this.ConfirmManField = value; this.RaisePropertyChanged("ConfirmMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DangerPoint { get { return this.DangerPointField; } set { if ((object.ReferenceEquals(this.DangerPointField, value) != true)) { this.DangerPointField = value; this.RaisePropertyChanged("DangerPoint"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FileContext { get { return this.FileContextField; } set { if ((object.ReferenceEquals(this.FileContextField, value) != true)) { this.FileContextField = value; this.RaisePropertyChanged("FileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HandleState { get { return this.HandleStateField; } set { if ((object.ReferenceEquals(this.HandleStateField, value) != true)) { this.HandleStateField = value; this.RaisePropertyChanged("HandleState"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IsProject { get { return this.IsProjectField; } set { if ((this.IsProjectField.Equals(value) != true)) { this.IsProjectField = value; this.RaisePropertyChanged("IsProject"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IssueDate { get { return this.IssueDateField; } set { if ((this.IssueDateField.Equals(value) != true)) { this.IssueDateField = value; this.RaisePropertyChanged("IssueDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string IssueMan { get { return this.IssueManField; } set { if ((object.ReferenceEquals(this.IssueManField, value) != true)) { this.IssueManField = value; this.RaisePropertyChanged("IssueMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable OrderEndDate { get { return this.OrderEndDateField; } set { if ((this.OrderEndDateField.Equals(value) != true)) { this.OrderEndDateField = value; this.RaisePropertyChanged("OrderEndDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string OrderEndPerson { get { return this.OrderEndPersonField; } set { if ((object.ReferenceEquals(this.OrderEndPersonField, value) != true)) { this.OrderEndPersonField = value; this.RaisePropertyChanged("OrderEndPerson"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ProjectId { get { return this.ProjectIdField; } set { if ((object.ReferenceEquals(this.ProjectIdField, value) != true)) { this.ProjectIdField = value; this.RaisePropertyChanged("ProjectId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable RealEndDate { get { return this.RealEndDateField; } set { if ((this.RealEndDateField.Equals(value) != true)) { this.RealEndDateField = value; this.RaisePropertyChanged("RealEndDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RiskExists { get { return this.RiskExistsField; } set { if ((object.ReferenceEquals(this.RiskExistsField, value) != true)) { this.RiskExistsField = value; this.RaisePropertyChanged("RiskExists"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SortIndex { get { return this.SortIndexField; } set { if ((this.SortIndexField.Equals(value) != true)) { this.SortIndexField = value; this.RaisePropertyChanged("SortIndex"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubjectUnitMan { get { return this.SubjectUnitManField; } set { if ((object.ReferenceEquals(this.SubjectUnitManField, value) != true)) { this.SubjectUnitManField = value; this.RaisePropertyChanged("SubjectUnitMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Table5ItemId { get { return this.Table5ItemIdField; } set { if ((object.ReferenceEquals(this.Table5ItemIdField, value) != true)) { this.Table5ItemIdField = value; this.RaisePropertyChanged("Table5ItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToKeyId { get { return this.ToKeyIdField; } set { if ((object.ReferenceEquals(this.ToKeyIdField, value) != true)) { this.ToKeyIdField = value; this.RaisePropertyChanged("ToKeyId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Verification { get { return this.VerificationField; } set { if ((object.ReferenceEquals(this.VerificationField, value) != true)) { this.VerificationField = value; this.RaisePropertyChanged("Verification"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string WorkType { get { return this.WorkTypeField; } set { if ((object.ReferenceEquals(this.WorkTypeField, value) != true)) { this.WorkTypeField = value; this.RaisePropertyChanged("WorkType"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Check_CheckInfo_Table8Item", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Check_CheckInfo_Table8Item : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CheckDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CheckEndTimeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CheckInfoIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CheckItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CheckPostNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CheckStartTimeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CheckTypeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string NameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PostNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SexField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SortIndexField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubjectObjectField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubjectUnitAddField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubjectUnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubjectUnitManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubjectUnitTelField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values3Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values4Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values5Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values6Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values7Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values8Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string WorkTitleField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CheckDate { get { return this.CheckDateField; } set { if ((this.CheckDateField.Equals(value) != true)) { this.CheckDateField = value; this.RaisePropertyChanged("CheckDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CheckEndTime { get { return this.CheckEndTimeField; } set { if ((this.CheckEndTimeField.Equals(value) != true)) { this.CheckEndTimeField = value; this.RaisePropertyChanged("CheckEndTime"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CheckInfoId { get { return this.CheckInfoIdField; } set { if ((object.ReferenceEquals(this.CheckInfoIdField, value) != true)) { this.CheckInfoIdField = value; this.RaisePropertyChanged("CheckInfoId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CheckItemId { get { return this.CheckItemIdField; } set { if ((object.ReferenceEquals(this.CheckItemIdField, value) != true)) { this.CheckItemIdField = value; this.RaisePropertyChanged("CheckItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CheckPostName { get { return this.CheckPostNameField; } set { if ((object.ReferenceEquals(this.CheckPostNameField, value) != true)) { this.CheckPostNameField = value; this.RaisePropertyChanged("CheckPostName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CheckStartTime { get { return this.CheckStartTimeField; } set { if ((this.CheckStartTimeField.Equals(value) != true)) { this.CheckStartTimeField = value; this.RaisePropertyChanged("CheckStartTime"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CheckTypeName { get { return this.CheckTypeNameField; } set { if ((object.ReferenceEquals(this.CheckTypeNameField, value) != true)) { this.CheckTypeNameField = value; this.RaisePropertyChanged("CheckTypeName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ID { get { return this.IDField; } set { if ((object.ReferenceEquals(this.IDField, value) != true)) { this.IDField = value; this.RaisePropertyChanged("ID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Name { get { return this.NameField; } set { if ((object.ReferenceEquals(this.NameField, value) != true)) { this.NameField = value; this.RaisePropertyChanged("Name"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PostName { get { return this.PostNameField; } set { if ((object.ReferenceEquals(this.PostNameField, value) != true)) { this.PostNameField = value; this.RaisePropertyChanged("PostName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Sex { get { return this.SexField; } set { if ((object.ReferenceEquals(this.SexField, value) != true)) { this.SexField = value; this.RaisePropertyChanged("Sex"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SortIndex { get { return this.SortIndexField; } set { if ((object.ReferenceEquals(this.SortIndexField, value) != true)) { this.SortIndexField = value; this.RaisePropertyChanged("SortIndex"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubjectObject { get { return this.SubjectObjectField; } set { if ((object.ReferenceEquals(this.SubjectObjectField, value) != true)) { this.SubjectObjectField = value; this.RaisePropertyChanged("SubjectObject"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubjectUnitAdd { get { return this.SubjectUnitAddField; } set { if ((object.ReferenceEquals(this.SubjectUnitAddField, value) != true)) { this.SubjectUnitAddField = value; this.RaisePropertyChanged("SubjectUnitAdd"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubjectUnitId { get { return this.SubjectUnitIdField; } set { if ((object.ReferenceEquals(this.SubjectUnitIdField, value) != true)) { this.SubjectUnitIdField = value; this.RaisePropertyChanged("SubjectUnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubjectUnitMan { get { return this.SubjectUnitManField; } set { if ((object.ReferenceEquals(this.SubjectUnitManField, value) != true)) { this.SubjectUnitManField = value; this.RaisePropertyChanged("SubjectUnitMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubjectUnitTel { get { return this.SubjectUnitTelField; } set { if ((object.ReferenceEquals(this.SubjectUnitTelField, value) != true)) { this.SubjectUnitTelField = value; this.RaisePropertyChanged("SubjectUnitTel"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitName { get { return this.UnitNameField; } set { if ((object.ReferenceEquals(this.UnitNameField, value) != true)) { this.UnitNameField = value; this.RaisePropertyChanged("UnitName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values1 { get { return this.Values1Field; } set { if ((object.ReferenceEquals(this.Values1Field, value) != true)) { this.Values1Field = value; this.RaisePropertyChanged("Values1"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values2 { get { return this.Values2Field; } set { if ((object.ReferenceEquals(this.Values2Field, value) != true)) { this.Values2Field = value; this.RaisePropertyChanged("Values2"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values3 { get { return this.Values3Field; } set { if ((object.ReferenceEquals(this.Values3Field, value) != true)) { this.Values3Field = value; this.RaisePropertyChanged("Values3"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values4 { get { return this.Values4Field; } set { if ((object.ReferenceEquals(this.Values4Field, value) != true)) { this.Values4Field = value; this.RaisePropertyChanged("Values4"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values5 { get { return this.Values5Field; } set { if ((object.ReferenceEquals(this.Values5Field, value) != true)) { this.Values5Field = value; this.RaisePropertyChanged("Values5"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values6 { get { return this.Values6Field; } set { if ((object.ReferenceEquals(this.Values6Field, value) != true)) { this.Values6Field = value; this.RaisePropertyChanged("Values6"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values7 { get { return this.Values7Field; } set { if ((object.ReferenceEquals(this.Values7Field, value) != true)) { this.Values7Field = value; this.RaisePropertyChanged("Values7"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values8 { get { return this.Values8Field; } set { if ((object.ReferenceEquals(this.Values8Field, value) != true)) { this.Values8Field = value; this.RaisePropertyChanged("Values8"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string WorkTitle { get { return this.WorkTitleField; } set { if ((object.ReferenceEquals(this.WorkTitleField, value) != true)) { this.WorkTitleField = value; this.RaisePropertyChanged("WorkTitle"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Information_AccidentCauseReport", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Information_AccidentCauseReport : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentCauseReportCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentCauseReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AuditPersonField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AverageManHoursField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AverageTotalHoursField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable DeathAccidentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable DeathTollField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable DirectLossField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string FillCompanyPersonChargeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable FillingDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable IndirectLossesField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable InjuredAccidentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable InjuredTollField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable KnockOffTotalField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable LastMonthLossHoursTotalField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorWoundAccidentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorWoundTollField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MonthField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TabPeopleField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalLossField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalLossManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalLossTimeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable YearField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentCauseReportCode { get { return this.AccidentCauseReportCodeField; } set { if ((object.ReferenceEquals(this.AccidentCauseReportCodeField, value) != true)) { this.AccidentCauseReportCodeField = value; this.RaisePropertyChanged("AccidentCauseReportCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentCauseReportId { get { return this.AccidentCauseReportIdField; } set { if ((object.ReferenceEquals(this.AccidentCauseReportIdField, value) != true)) { this.AccidentCauseReportIdField = value; this.RaisePropertyChanged("AccidentCauseReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AuditPerson { get { return this.AuditPersonField; } set { if ((object.ReferenceEquals(this.AuditPersonField, value) != true)) { this.AuditPersonField = value; this.RaisePropertyChanged("AuditPerson"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AverageManHours { get { return this.AverageManHoursField; } set { if ((this.AverageManHoursField.Equals(value) != true)) { this.AverageManHoursField = value; this.RaisePropertyChanged("AverageManHours"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AverageTotalHours { get { return this.AverageTotalHoursField; } set { if ((this.AverageTotalHoursField.Equals(value) != true)) { this.AverageTotalHoursField = value; this.RaisePropertyChanged("AverageTotalHours"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable DeathAccident { get { return this.DeathAccidentField; } set { if ((this.DeathAccidentField.Equals(value) != true)) { this.DeathAccidentField = value; this.RaisePropertyChanged("DeathAccident"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable DeathToll { get { return this.DeathTollField; } set { if ((this.DeathTollField.Equals(value) != true)) { this.DeathTollField = value; this.RaisePropertyChanged("DeathToll"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable DirectLoss { get { return this.DirectLossField; } set { if ((this.DirectLossField.Equals(value) != true)) { this.DirectLossField = value; this.RaisePropertyChanged("DirectLoss"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string FillCompanyPersonCharge { get { return this.FillCompanyPersonChargeField; } set { if ((object.ReferenceEquals(this.FillCompanyPersonChargeField, value) != true)) { this.FillCompanyPersonChargeField = value; this.RaisePropertyChanged("FillCompanyPersonCharge"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable FillingDate { get { return this.FillingDateField; } set { if ((this.FillingDateField.Equals(value) != true)) { this.FillingDateField = value; this.RaisePropertyChanged("FillingDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable IndirectLosses { get { return this.IndirectLossesField; } set { if ((this.IndirectLossesField.Equals(value) != true)) { this.IndirectLossesField = value; this.RaisePropertyChanged("IndirectLosses"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable InjuredAccident { get { return this.InjuredAccidentField; } set { if ((this.InjuredAccidentField.Equals(value) != true)) { this.InjuredAccidentField = value; this.RaisePropertyChanged("InjuredAccident"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable InjuredToll { get { return this.InjuredTollField; } set { if ((this.InjuredTollField.Equals(value) != true)) { this.InjuredTollField = value; this.RaisePropertyChanged("InjuredToll"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable KnockOffTotal { get { return this.KnockOffTotalField; } set { if ((this.KnockOffTotalField.Equals(value) != true)) { this.KnockOffTotalField = value; this.RaisePropertyChanged("KnockOffTotal"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable LastMonthLossHoursTotal { get { return this.LastMonthLossHoursTotalField; } set { if ((this.LastMonthLossHoursTotalField.Equals(value) != true)) { this.LastMonthLossHoursTotalField = value; this.RaisePropertyChanged("LastMonthLossHoursTotal"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorWoundAccident { get { return this.MinorWoundAccidentField; } set { if ((this.MinorWoundAccidentField.Equals(value) != true)) { this.MinorWoundAccidentField = value; this.RaisePropertyChanged("MinorWoundAccident"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorWoundToll { get { return this.MinorWoundTollField; } set { if ((this.MinorWoundTollField.Equals(value) != true)) { this.MinorWoundTollField = value; this.RaisePropertyChanged("MinorWoundToll"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Month { get { return this.MonthField; } set { if ((this.MonthField.Equals(value) != true)) { this.MonthField = value; this.RaisePropertyChanged("Month"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TabPeople { get { return this.TabPeopleField; } set { if ((object.ReferenceEquals(this.TabPeopleField, value) != true)) { this.TabPeopleField = value; this.RaisePropertyChanged("TabPeople"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalLoss { get { return this.TotalLossField; } set { if ((this.TotalLossField.Equals(value) != true)) { this.TotalLossField = value; this.RaisePropertyChanged("TotalLoss"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalLossMan { get { return this.TotalLossManField; } set { if ((this.TotalLossManField.Equals(value) != true)) { this.TotalLossManField = value; this.RaisePropertyChanged("TotalLossMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalLossTime { get { return this.TotalLossTimeField; } set { if ((this.TotalLossTimeField.Equals(value) != true)) { this.TotalLossTimeField = value; this.RaisePropertyChanged("TotalLossTime"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Year { get { return this.YearField; } set { if ((this.YearField.Equals(value) != true)) { this.YearField = value; this.RaisePropertyChanged("Year"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Information_AccidentCauseReportItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Information_AccidentCauseReportItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentCauseReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentCauseReportItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Death1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Death10Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Death11Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Death2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Death3Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Death4Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Death5Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Death6Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Death7Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Death8Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Death9Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Injuries1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Injuries10Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Injuries11Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Injuries2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Injuries3Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Injuries4Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Injuries5Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Injuries6Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Injuries7Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Injuries8Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable Injuries9Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorInjuries1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorInjuries10Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorInjuries11Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorInjuries2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorInjuries3Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorInjuries4Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorInjuries5Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorInjuries6Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorInjuries7Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorInjuries8Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorInjuries9Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalDeathField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalInjuriesField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalMinorInjuriesField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentCauseReportId { get { return this.AccidentCauseReportIdField; } set { if ((object.ReferenceEquals(this.AccidentCauseReportIdField, value) != true)) { this.AccidentCauseReportIdField = value; this.RaisePropertyChanged("AccidentCauseReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentCauseReportItemId { get { return this.AccidentCauseReportItemIdField; } set { if ((object.ReferenceEquals(this.AccidentCauseReportItemIdField, value) != true)) { this.AccidentCauseReportItemIdField = value; this.RaisePropertyChanged("AccidentCauseReportItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentType { get { return this.AccidentTypeField; } set { if ((object.ReferenceEquals(this.AccidentTypeField, value) != true)) { this.AccidentTypeField = value; this.RaisePropertyChanged("AccidentType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Death1 { get { return this.Death1Field; } set { if ((this.Death1Field.Equals(value) != true)) { this.Death1Field = value; this.RaisePropertyChanged("Death1"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Death10 { get { return this.Death10Field; } set { if ((this.Death10Field.Equals(value) != true)) { this.Death10Field = value; this.RaisePropertyChanged("Death10"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Death11 { get { return this.Death11Field; } set { if ((this.Death11Field.Equals(value) != true)) { this.Death11Field = value; this.RaisePropertyChanged("Death11"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Death2 { get { return this.Death2Field; } set { if ((this.Death2Field.Equals(value) != true)) { this.Death2Field = value; this.RaisePropertyChanged("Death2"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Death3 { get { return this.Death3Field; } set { if ((this.Death3Field.Equals(value) != true)) { this.Death3Field = value; this.RaisePropertyChanged("Death3"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Death4 { get { return this.Death4Field; } set { if ((this.Death4Field.Equals(value) != true)) { this.Death4Field = value; this.RaisePropertyChanged("Death4"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Death5 { get { return this.Death5Field; } set { if ((this.Death5Field.Equals(value) != true)) { this.Death5Field = value; this.RaisePropertyChanged("Death5"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Death6 { get { return this.Death6Field; } set { if ((this.Death6Field.Equals(value) != true)) { this.Death6Field = value; this.RaisePropertyChanged("Death6"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Death7 { get { return this.Death7Field; } set { if ((this.Death7Field.Equals(value) != true)) { this.Death7Field = value; this.RaisePropertyChanged("Death7"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Death8 { get { return this.Death8Field; } set { if ((this.Death8Field.Equals(value) != true)) { this.Death8Field = value; this.RaisePropertyChanged("Death8"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Death9 { get { return this.Death9Field; } set { if ((this.Death9Field.Equals(value) != true)) { this.Death9Field = value; this.RaisePropertyChanged("Death9"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Injuries1 { get { return this.Injuries1Field; } set { if ((this.Injuries1Field.Equals(value) != true)) { this.Injuries1Field = value; this.RaisePropertyChanged("Injuries1"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Injuries10 { get { return this.Injuries10Field; } set { if ((this.Injuries10Field.Equals(value) != true)) { this.Injuries10Field = value; this.RaisePropertyChanged("Injuries10"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Injuries11 { get { return this.Injuries11Field; } set { if ((this.Injuries11Field.Equals(value) != true)) { this.Injuries11Field = value; this.RaisePropertyChanged("Injuries11"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Injuries2 { get { return this.Injuries2Field; } set { if ((this.Injuries2Field.Equals(value) != true)) { this.Injuries2Field = value; this.RaisePropertyChanged("Injuries2"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Injuries3 { get { return this.Injuries3Field; } set { if ((this.Injuries3Field.Equals(value) != true)) { this.Injuries3Field = value; this.RaisePropertyChanged("Injuries3"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Injuries4 { get { return this.Injuries4Field; } set { if ((this.Injuries4Field.Equals(value) != true)) { this.Injuries4Field = value; this.RaisePropertyChanged("Injuries4"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Injuries5 { get { return this.Injuries5Field; } set { if ((this.Injuries5Field.Equals(value) != true)) { this.Injuries5Field = value; this.RaisePropertyChanged("Injuries5"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Injuries6 { get { return this.Injuries6Field; } set { if ((this.Injuries6Field.Equals(value) != true)) { this.Injuries6Field = value; this.RaisePropertyChanged("Injuries6"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Injuries7 { get { return this.Injuries7Field; } set { if ((this.Injuries7Field.Equals(value) != true)) { this.Injuries7Field = value; this.RaisePropertyChanged("Injuries7"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Injuries8 { get { return this.Injuries8Field; } set { if ((this.Injuries8Field.Equals(value) != true)) { this.Injuries8Field = value; this.RaisePropertyChanged("Injuries8"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Injuries9 { get { return this.Injuries9Field; } set { if ((this.Injuries9Field.Equals(value) != true)) { this.Injuries9Field = value; this.RaisePropertyChanged("Injuries9"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorInjuries1 { get { return this.MinorInjuries1Field; } set { if ((this.MinorInjuries1Field.Equals(value) != true)) { this.MinorInjuries1Field = value; this.RaisePropertyChanged("MinorInjuries1"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorInjuries10 { get { return this.MinorInjuries10Field; } set { if ((this.MinorInjuries10Field.Equals(value) != true)) { this.MinorInjuries10Field = value; this.RaisePropertyChanged("MinorInjuries10"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorInjuries11 { get { return this.MinorInjuries11Field; } set { if ((this.MinorInjuries11Field.Equals(value) != true)) { this.MinorInjuries11Field = value; this.RaisePropertyChanged("MinorInjuries11"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorInjuries2 { get { return this.MinorInjuries2Field; } set { if ((this.MinorInjuries2Field.Equals(value) != true)) { this.MinorInjuries2Field = value; this.RaisePropertyChanged("MinorInjuries2"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorInjuries3 { get { return this.MinorInjuries3Field; } set { if ((this.MinorInjuries3Field.Equals(value) != true)) { this.MinorInjuries3Field = value; this.RaisePropertyChanged("MinorInjuries3"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorInjuries4 { get { return this.MinorInjuries4Field; } set { if ((this.MinorInjuries4Field.Equals(value) != true)) { this.MinorInjuries4Field = value; this.RaisePropertyChanged("MinorInjuries4"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorInjuries5 { get { return this.MinorInjuries5Field; } set { if ((this.MinorInjuries5Field.Equals(value) != true)) { this.MinorInjuries5Field = value; this.RaisePropertyChanged("MinorInjuries5"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorInjuries6 { get { return this.MinorInjuries6Field; } set { if ((this.MinorInjuries6Field.Equals(value) != true)) { this.MinorInjuries6Field = value; this.RaisePropertyChanged("MinorInjuries6"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorInjuries7 { get { return this.MinorInjuries7Field; } set { if ((this.MinorInjuries7Field.Equals(value) != true)) { this.MinorInjuries7Field = value; this.RaisePropertyChanged("MinorInjuries7"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorInjuries8 { get { return this.MinorInjuries8Field; } set { if ((this.MinorInjuries8Field.Equals(value) != true)) { this.MinorInjuries8Field = value; this.RaisePropertyChanged("MinorInjuries8"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorInjuries9 { get { return this.MinorInjuries9Field; } set { if ((this.MinorInjuries9Field.Equals(value) != true)) { this.MinorInjuries9Field = value; this.RaisePropertyChanged("MinorInjuries9"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalDeath { get { return this.TotalDeathField; } set { if ((this.TotalDeathField.Equals(value) != true)) { this.TotalDeathField = value; this.RaisePropertyChanged("TotalDeath"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalInjuries { get { return this.TotalInjuriesField; } set { if ((this.TotalInjuriesField.Equals(value) != true)) { this.TotalInjuriesField = value; this.RaisePropertyChanged("TotalInjuries"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalMinorInjuries { get { return this.TotalMinorInjuriesField; } set { if ((this.TotalMinorInjuriesField.Equals(value) != true)) { this.TotalMinorInjuriesField = value; this.RaisePropertyChanged("TotalMinorInjuries"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Information_DrillConductedQuarterlyReport", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Information_DrillConductedQuarterlyReport : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DrillConductedQuarterlyReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable QuarterField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ReportDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable YearIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DrillConductedQuarterlyReportId { get { return this.DrillConductedQuarterlyReportIdField; } set { if ((object.ReferenceEquals(this.DrillConductedQuarterlyReportIdField, value) != true)) { this.DrillConductedQuarterlyReportIdField = value; this.RaisePropertyChanged("DrillConductedQuarterlyReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Quarter { get { return this.QuarterField; } set { if ((this.QuarterField.Equals(value) != true)) { this.QuarterField = value; this.RaisePropertyChanged("Quarter"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ReportDate { get { return this.ReportDateField; } set { if ((this.ReportDateField.Equals(value) != true)) { this.ReportDateField = value; this.RaisePropertyChanged("ReportDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable YearId { get { return this.YearIdField; } set { if ((this.YearIdField.Equals(value) != true)) { this.YearIdField = value; this.RaisePropertyChanged("YearId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Information_DrillConductedQuarterlyReportItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Information_DrillConductedQuarterlyReportItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable BasicConductCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable BasicInvestmentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable BasicPeopleCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CPDesktopField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CPSceneField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ComprehensivePracticeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DrillConductedQuarterlyReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DrillConductedQuarterlyReportItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable HQConductCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable HQInvestmentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable HQPeopleCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IndustryTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SDDesktopField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SDSceneField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SortIndexField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SpecialDrillField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalConductCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalInvestmentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalPeopleCountField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable BasicConductCount { get { return this.BasicConductCountField; } set { if ((this.BasicConductCountField.Equals(value) != true)) { this.BasicConductCountField = value; this.RaisePropertyChanged("BasicConductCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable BasicInvestment { get { return this.BasicInvestmentField; } set { if ((this.BasicInvestmentField.Equals(value) != true)) { this.BasicInvestmentField = value; this.RaisePropertyChanged("BasicInvestment"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable BasicPeopleCount { get { return this.BasicPeopleCountField; } set { if ((this.BasicPeopleCountField.Equals(value) != true)) { this.BasicPeopleCountField = value; this.RaisePropertyChanged("BasicPeopleCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CPDesktop { get { return this.CPDesktopField; } set { if ((this.CPDesktopField.Equals(value) != true)) { this.CPDesktopField = value; this.RaisePropertyChanged("CPDesktop"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CPScene { get { return this.CPSceneField; } set { if ((this.CPSceneField.Equals(value) != true)) { this.CPSceneField = value; this.RaisePropertyChanged("CPScene"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ComprehensivePractice { get { return this.ComprehensivePracticeField; } set { if ((this.ComprehensivePracticeField.Equals(value) != true)) { this.ComprehensivePracticeField = value; this.RaisePropertyChanged("ComprehensivePractice"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DrillConductedQuarterlyReportId { get { return this.DrillConductedQuarterlyReportIdField; } set { if ((object.ReferenceEquals(this.DrillConductedQuarterlyReportIdField, value) != true)) { this.DrillConductedQuarterlyReportIdField = value; this.RaisePropertyChanged("DrillConductedQuarterlyReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DrillConductedQuarterlyReportItemId { get { return this.DrillConductedQuarterlyReportItemIdField; } set { if ((object.ReferenceEquals(this.DrillConductedQuarterlyReportItemIdField, value) != true)) { this.DrillConductedQuarterlyReportItemIdField = value; this.RaisePropertyChanged("DrillConductedQuarterlyReportItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable HQConductCount { get { return this.HQConductCountField; } set { if ((this.HQConductCountField.Equals(value) != true)) { this.HQConductCountField = value; this.RaisePropertyChanged("HQConductCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable HQInvestment { get { return this.HQInvestmentField; } set { if ((this.HQInvestmentField.Equals(value) != true)) { this.HQInvestmentField = value; this.RaisePropertyChanged("HQInvestment"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable HQPeopleCount { get { return this.HQPeopleCountField; } set { if ((this.HQPeopleCountField.Equals(value) != true)) { this.HQPeopleCountField = value; this.RaisePropertyChanged("HQPeopleCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string IndustryType { get { return this.IndustryTypeField; } set { if ((object.ReferenceEquals(this.IndustryTypeField, value) != true)) { this.IndustryTypeField = value; this.RaisePropertyChanged("IndustryType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SDDesktop { get { return this.SDDesktopField; } set { if ((this.SDDesktopField.Equals(value) != true)) { this.SDDesktopField = value; this.RaisePropertyChanged("SDDesktop"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SDScene { get { return this.SDSceneField; } set { if ((this.SDSceneField.Equals(value) != true)) { this.SDSceneField = value; this.RaisePropertyChanged("SDScene"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SortIndex { get { return this.SortIndexField; } set { if ((this.SortIndexField.Equals(value) != true)) { this.SortIndexField = value; this.RaisePropertyChanged("SortIndex"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SpecialDrill { get { return this.SpecialDrillField; } set { if ((this.SpecialDrillField.Equals(value) != true)) { this.SpecialDrillField = value; this.RaisePropertyChanged("SpecialDrill"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalConductCount { get { return this.TotalConductCountField; } set { if ((this.TotalConductCountField.Equals(value) != true)) { this.TotalConductCountField = value; this.RaisePropertyChanged("TotalConductCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalInvestment { get { return this.TotalInvestmentField; } set { if ((this.TotalInvestmentField.Equals(value) != true)) { this.TotalInvestmentField = value; this.RaisePropertyChanged("TotalInvestment"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalPeopleCount { get { return this.TotalPeopleCountField; } set { if ((this.TotalPeopleCountField.Equals(value) != true)) { this.TotalPeopleCountField = value; this.RaisePropertyChanged("TotalPeopleCount"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Information_DrillPlanHalfYearReport", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Information_DrillPlanHalfYearReport : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DrillPlanHalfYearReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable HalfYearIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TelephoneField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable YearIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DrillPlanHalfYearReportId { get { return this.DrillPlanHalfYearReportIdField; } set { if ((object.ReferenceEquals(this.DrillPlanHalfYearReportIdField, value) != true)) { this.DrillPlanHalfYearReportIdField = value; this.RaisePropertyChanged("DrillPlanHalfYearReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable HalfYearId { get { return this.HalfYearIdField; } set { if ((this.HalfYearIdField.Equals(value) != true)) { this.HalfYearIdField = value; this.RaisePropertyChanged("HalfYearId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Telephone { get { return this.TelephoneField; } set { if ((object.ReferenceEquals(this.TelephoneField, value) != true)) { this.TelephoneField = value; this.RaisePropertyChanged("Telephone"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable YearId { get { return this.YearIdField; } set { if ((this.YearIdField.Equals(value) != true)) { this.YearIdField = value; this.RaisePropertyChanged("YearId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Information_DrillPlanHalfYearReportItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Information_DrillPlanHalfYearReportItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentSceneField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DrillPlanDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DrillPlanHalfYearReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DrillPlanHalfYearReportItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DrillPlanNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ExerciseWayField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string OrganizationUnitField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SortIndexField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentScene { get { return this.AccidentSceneField; } set { if ((object.ReferenceEquals(this.AccidentSceneField, value) != true)) { this.AccidentSceneField = value; this.RaisePropertyChanged("AccidentScene"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DrillPlanDate { get { return this.DrillPlanDateField; } set { if ((object.ReferenceEquals(this.DrillPlanDateField, value) != true)) { this.DrillPlanDateField = value; this.RaisePropertyChanged("DrillPlanDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DrillPlanHalfYearReportId { get { return this.DrillPlanHalfYearReportIdField; } set { if ((object.ReferenceEquals(this.DrillPlanHalfYearReportIdField, value) != true)) { this.DrillPlanHalfYearReportIdField = value; this.RaisePropertyChanged("DrillPlanHalfYearReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DrillPlanHalfYearReportItemId { get { return this.DrillPlanHalfYearReportItemIdField; } set { if ((object.ReferenceEquals(this.DrillPlanHalfYearReportItemIdField, value) != true)) { this.DrillPlanHalfYearReportItemIdField = value; this.RaisePropertyChanged("DrillPlanHalfYearReportItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DrillPlanName { get { return this.DrillPlanNameField; } set { if ((object.ReferenceEquals(this.DrillPlanNameField, value) != true)) { this.DrillPlanNameField = value; this.RaisePropertyChanged("DrillPlanName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ExerciseWay { get { return this.ExerciseWayField; } set { if ((object.ReferenceEquals(this.ExerciseWayField, value) != true)) { this.ExerciseWayField = value; this.RaisePropertyChanged("ExerciseWay"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string OrganizationUnit { get { return this.OrganizationUnitField; } set { if ((object.ReferenceEquals(this.OrganizationUnitField, value) != true)) { this.OrganizationUnitField = value; this.RaisePropertyChanged("OrganizationUnit"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SortIndex { get { return this.SortIndexField; } set { if ((this.SortIndexField.Equals(value) != true)) { this.SortIndexField = value; this.RaisePropertyChanged("SortIndex"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Information_MillionsMonthlyReport", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Information_MillionsMonthlyReport : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AccidentMortalityField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable DeathAccidentFrequencyField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DutyPersonField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable FillingDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string FillingManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable LostTimeInjuryRateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable LostTimeRateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MillionsMonthlyReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MonthField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable RecordableIncidentRateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable YearField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AccidentMortality { get { return this.AccidentMortalityField; } set { if ((this.AccidentMortalityField.Equals(value) != true)) { this.AccidentMortalityField = value; this.RaisePropertyChanged("AccidentMortality"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable DeathAccidentFrequency { get { return this.DeathAccidentFrequencyField; } set { if ((this.DeathAccidentFrequencyField.Equals(value) != true)) { this.DeathAccidentFrequencyField = value; this.RaisePropertyChanged("DeathAccidentFrequency"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DutyPerson { get { return this.DutyPersonField; } set { if ((object.ReferenceEquals(this.DutyPersonField, value) != true)) { this.DutyPersonField = value; this.RaisePropertyChanged("DutyPerson"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable FillingDate { get { return this.FillingDateField; } set { if ((this.FillingDateField.Equals(value) != true)) { this.FillingDateField = value; this.RaisePropertyChanged("FillingDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string FillingMan { get { return this.FillingManField; } set { if ((object.ReferenceEquals(this.FillingManField, value) != true)) { this.FillingManField = value; this.RaisePropertyChanged("FillingMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable LostTimeInjuryRate { get { return this.LostTimeInjuryRateField; } set { if ((this.LostTimeInjuryRateField.Equals(value) != true)) { this.LostTimeInjuryRateField = value; this.RaisePropertyChanged("LostTimeInjuryRate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable LostTimeRate { get { return this.LostTimeRateField; } set { if ((this.LostTimeRateField.Equals(value) != true)) { this.LostTimeRateField = value; this.RaisePropertyChanged("LostTimeRate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MillionsMonthlyReportId { get { return this.MillionsMonthlyReportIdField; } set { if ((object.ReferenceEquals(this.MillionsMonthlyReportIdField, value) != true)) { this.MillionsMonthlyReportIdField = value; this.RaisePropertyChanged("MillionsMonthlyReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Month { get { return this.MonthField; } set { if ((this.MonthField.Equals(value) != true)) { this.MonthField = value; this.RaisePropertyChanged("Month"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable RecordableIncidentRate { get { return this.RecordableIncidentRateField; } set { if ((this.RecordableIncidentRateField.Equals(value) != true)) { this.RecordableIncidentRateField = value; this.RaisePropertyChanged("RecordableIncidentRate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Year { get { return this.YearField; } set { if ((this.YearField.Equals(value) != true)) { this.YearField = value; this.RaisePropertyChanged("Year"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Information_MillionsMonthlyReportItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Information_MillionsMonthlyReportItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AffiliationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AttemptedEventNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ContractorNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable EquipmentNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ExplosionNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable FireNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable FirstAidDressingsNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable LossDayNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MedicalTreatmentLossHourField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MedicalTreatmentPersonNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MillionsMonthlyReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MillionsMonthlyReportItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorAccidentLossHourField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorAccidentNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MinorAccidentPersonNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string NameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable OtherAccidentLossHourField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable OtherAccidentNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable OtherAccidentPersonNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable OtherNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable PostPersonNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable QualityNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable RestrictedWorkLossHourField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable RestrictedWorkPersonNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SeriousInjuriesLossHourField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SeriousInjuriesNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SeriousInjuriesPersonNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SnapPersonNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SortIndexField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SumPersonNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalWorkNumField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TrafficNumField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string Affiliation { get { return this.AffiliationField; } set { if ((object.ReferenceEquals(this.AffiliationField, value) != true)) { this.AffiliationField = value; this.RaisePropertyChanged("Affiliation"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AttemptedEventNum { get { return this.AttemptedEventNumField; } set { if ((this.AttemptedEventNumField.Equals(value) != true)) { this.AttemptedEventNumField = value; this.RaisePropertyChanged("AttemptedEventNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ContractorNum { get { return this.ContractorNumField; } set { if ((this.ContractorNumField.Equals(value) != true)) { this.ContractorNumField = value; this.RaisePropertyChanged("ContractorNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable EquipmentNum { get { return this.EquipmentNumField; } set { if ((this.EquipmentNumField.Equals(value) != true)) { this.EquipmentNumField = value; this.RaisePropertyChanged("EquipmentNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ExplosionNum { get { return this.ExplosionNumField; } set { if ((this.ExplosionNumField.Equals(value) != true)) { this.ExplosionNumField = value; this.RaisePropertyChanged("ExplosionNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable FireNum { get { return this.FireNumField; } set { if ((this.FireNumField.Equals(value) != true)) { this.FireNumField = value; this.RaisePropertyChanged("FireNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable FirstAidDressingsNum { get { return this.FirstAidDressingsNumField; } set { if ((this.FirstAidDressingsNumField.Equals(value) != true)) { this.FirstAidDressingsNumField = value; this.RaisePropertyChanged("FirstAidDressingsNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable LossDayNum { get { return this.LossDayNumField; } set { if ((this.LossDayNumField.Equals(value) != true)) { this.LossDayNumField = value; this.RaisePropertyChanged("LossDayNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MedicalTreatmentLossHour { get { return this.MedicalTreatmentLossHourField; } set { if ((this.MedicalTreatmentLossHourField.Equals(value) != true)) { this.MedicalTreatmentLossHourField = value; this.RaisePropertyChanged("MedicalTreatmentLossHour"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MedicalTreatmentPersonNum { get { return this.MedicalTreatmentPersonNumField; } set { if ((this.MedicalTreatmentPersonNumField.Equals(value) != true)) { this.MedicalTreatmentPersonNumField = value; this.RaisePropertyChanged("MedicalTreatmentPersonNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MillionsMonthlyReportId { get { return this.MillionsMonthlyReportIdField; } set { if ((object.ReferenceEquals(this.MillionsMonthlyReportIdField, value) != true)) { this.MillionsMonthlyReportIdField = value; this.RaisePropertyChanged("MillionsMonthlyReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MillionsMonthlyReportItemId { get { return this.MillionsMonthlyReportItemIdField; } set { if ((object.ReferenceEquals(this.MillionsMonthlyReportItemIdField, value) != true)) { this.MillionsMonthlyReportItemIdField = value; this.RaisePropertyChanged("MillionsMonthlyReportItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorAccidentLossHour { get { return this.MinorAccidentLossHourField; } set { if ((this.MinorAccidentLossHourField.Equals(value) != true)) { this.MinorAccidentLossHourField = value; this.RaisePropertyChanged("MinorAccidentLossHour"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorAccidentNum { get { return this.MinorAccidentNumField; } set { if ((this.MinorAccidentNumField.Equals(value) != true)) { this.MinorAccidentNumField = value; this.RaisePropertyChanged("MinorAccidentNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MinorAccidentPersonNum { get { return this.MinorAccidentPersonNumField; } set { if ((this.MinorAccidentPersonNumField.Equals(value) != true)) { this.MinorAccidentPersonNumField = value; this.RaisePropertyChanged("MinorAccidentPersonNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Name { get { return this.NameField; } set { if ((object.ReferenceEquals(this.NameField, value) != true)) { this.NameField = value; this.RaisePropertyChanged("Name"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable OtherAccidentLossHour { get { return this.OtherAccidentLossHourField; } set { if ((this.OtherAccidentLossHourField.Equals(value) != true)) { this.OtherAccidentLossHourField = value; this.RaisePropertyChanged("OtherAccidentLossHour"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable OtherAccidentNum { get { return this.OtherAccidentNumField; } set { if ((this.OtherAccidentNumField.Equals(value) != true)) { this.OtherAccidentNumField = value; this.RaisePropertyChanged("OtherAccidentNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable OtherAccidentPersonNum { get { return this.OtherAccidentPersonNumField; } set { if ((this.OtherAccidentPersonNumField.Equals(value) != true)) { this.OtherAccidentPersonNumField = value; this.RaisePropertyChanged("OtherAccidentPersonNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable OtherNum { get { return this.OtherNumField; } set { if ((this.OtherNumField.Equals(value) != true)) { this.OtherNumField = value; this.RaisePropertyChanged("OtherNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable PostPersonNum { get { return this.PostPersonNumField; } set { if ((this.PostPersonNumField.Equals(value) != true)) { this.PostPersonNumField = value; this.RaisePropertyChanged("PostPersonNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable QualityNum { get { return this.QualityNumField; } set { if ((this.QualityNumField.Equals(value) != true)) { this.QualityNumField = value; this.RaisePropertyChanged("QualityNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable RestrictedWorkLossHour { get { return this.RestrictedWorkLossHourField; } set { if ((this.RestrictedWorkLossHourField.Equals(value) != true)) { this.RestrictedWorkLossHourField = value; this.RaisePropertyChanged("RestrictedWorkLossHour"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable RestrictedWorkPersonNum { get { return this.RestrictedWorkPersonNumField; } set { if ((this.RestrictedWorkPersonNumField.Equals(value) != true)) { this.RestrictedWorkPersonNumField = value; this.RaisePropertyChanged("RestrictedWorkPersonNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SeriousInjuriesLossHour { get { return this.SeriousInjuriesLossHourField; } set { if ((this.SeriousInjuriesLossHourField.Equals(value) != true)) { this.SeriousInjuriesLossHourField = value; this.RaisePropertyChanged("SeriousInjuriesLossHour"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SeriousInjuriesNum { get { return this.SeriousInjuriesNumField; } set { if ((this.SeriousInjuriesNumField.Equals(value) != true)) { this.SeriousInjuriesNumField = value; this.RaisePropertyChanged("SeriousInjuriesNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SeriousInjuriesPersonNum { get { return this.SeriousInjuriesPersonNumField; } set { if ((this.SeriousInjuriesPersonNumField.Equals(value) != true)) { this.SeriousInjuriesPersonNumField = value; this.RaisePropertyChanged("SeriousInjuriesPersonNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SnapPersonNum { get { return this.SnapPersonNumField; } set { if ((this.SnapPersonNumField.Equals(value) != true)) { this.SnapPersonNumField = value; this.RaisePropertyChanged("SnapPersonNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SortIndex { get { return this.SortIndexField; } set { if ((this.SortIndexField.Equals(value) != true)) { this.SortIndexField = value; this.RaisePropertyChanged("SortIndex"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SumPersonNum { get { return this.SumPersonNumField; } set { if ((this.SumPersonNumField.Equals(value) != true)) { this.SumPersonNumField = value; this.RaisePropertyChanged("SumPersonNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalWorkNum { get { return this.TotalWorkNumField; } set { if ((this.TotalWorkNumField.Equals(value) != true)) { this.TotalWorkNumField = value; this.RaisePropertyChanged("TotalWorkNum"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TrafficNum { get { return this.TrafficNumField; } set { if ((this.TrafficNumField.Equals(value) != true)) { this.TrafficNumField = value; this.RaisePropertyChanged("TrafficNum"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Information_SafetyQuarterlyReport", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Information_SafetyQuarterlyReport : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AccidentFrequencyField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AccidentFrequencyRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable BillionsOutputMortalityField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string BillionsOutputMortalityRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ChemicalAreaProjectCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ChemicalAreaProjectCountRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CompileManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ConstructionRevenueField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ConstructionRevenueRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CorporateDirectorEduField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CorporateDirectorEduRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable EducationTrainInField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EducationTrainInRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable EquipmentAccidentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EquipmentAccidentRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable FillingDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable FireAccidentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string FireAccidentRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable FullTimeEduField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string FullTimeEduRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable FullTimeManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string FullTimeManAttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] FullTimeManAttachUrlFileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string FullTimeManRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable HarmfulMediumCoverCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HarmfulMediumCoverCountRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable HarmfulMediumCoverRateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HarmfulMediumCoverRateRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable KeyEquipmentReportCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string KeyEquipmentReportCountRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable KeyEquipmentTotalField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string KeyEquipmentTotalRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable LaboAndHealthInField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LaborAndHealthInRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MainBusinessIncomeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MainBusinessIncomeRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MajorEquipAccidentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MajorEquipAccidentRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable MajorFireAccidentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MajorFireAccidentRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable PMManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PMManAttachUrlField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[][] PMManAttachUrlFileContextField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PMManRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable PoisoningAndInjuriesField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PoisoningAndInjuriesRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ProductionInputField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ProductionInputRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ProductionSafetyInTotalField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ProductionSafetyInTotalRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ProjectCostRateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ProjectCostRateRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ProjectLeaderEduField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ProjectLeaderEduRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ProtectionInputField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ProtectionInputRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable QuartersField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RemarksField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable RevenueField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string RevenueRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SafetyQuarterlyReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable SeriousInjuryAccidentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SeriousInjuryAccidentRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TechnologyProgressInField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TechnologyProgressInRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable ThreeKidsEduRateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ThreeKidsEduRateRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalInWorkHoursField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TotalInWorkHoursRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalOutWorkHoursField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TotalOutWorkHoursRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable UnitTimeIncomeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitTimeIncomeRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable UplinReportRateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UplinReportRateRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable WorkHoursAccuracyField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string WorkHoursAccuracyRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable WorkHoursLossRateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string WorkHoursLossRateRemarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable YearIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AccidentFrequency { get { return this.AccidentFrequencyField; } set { if ((this.AccidentFrequencyField.Equals(value) != true)) { this.AccidentFrequencyField = value; this.RaisePropertyChanged("AccidentFrequency"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string AccidentFrequencyRemark { get { return this.AccidentFrequencyRemarkField; } set { if ((object.ReferenceEquals(this.AccidentFrequencyRemarkField, value) != true)) { this.AccidentFrequencyRemarkField = value; this.RaisePropertyChanged("AccidentFrequencyRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable BillionsOutputMortality { get { return this.BillionsOutputMortalityField; } set { if ((this.BillionsOutputMortalityField.Equals(value) != true)) { this.BillionsOutputMortalityField = value; this.RaisePropertyChanged("BillionsOutputMortality"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string BillionsOutputMortalityRemark { get { return this.BillionsOutputMortalityRemarkField; } set { if ((object.ReferenceEquals(this.BillionsOutputMortalityRemarkField, value) != true)) { this.BillionsOutputMortalityRemarkField = value; this.RaisePropertyChanged("BillionsOutputMortalityRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ChemicalAreaProjectCount { get { return this.ChemicalAreaProjectCountField; } set { if ((this.ChemicalAreaProjectCountField.Equals(value) != true)) { this.ChemicalAreaProjectCountField = value; this.RaisePropertyChanged("ChemicalAreaProjectCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ChemicalAreaProjectCountRemark { get { return this.ChemicalAreaProjectCountRemarkField; } set { if ((object.ReferenceEquals(this.ChemicalAreaProjectCountRemarkField, value) != true)) { this.ChemicalAreaProjectCountRemarkField = value; this.RaisePropertyChanged("ChemicalAreaProjectCountRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CompileMan { get { return this.CompileManField; } set { if ((object.ReferenceEquals(this.CompileManField, value) != true)) { this.CompileManField = value; this.RaisePropertyChanged("CompileMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ConstructionRevenue { get { return this.ConstructionRevenueField; } set { if ((this.ConstructionRevenueField.Equals(value) != true)) { this.ConstructionRevenueField = value; this.RaisePropertyChanged("ConstructionRevenue"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ConstructionRevenueRemark { get { return this.ConstructionRevenueRemarkField; } set { if ((object.ReferenceEquals(this.ConstructionRevenueRemarkField, value) != true)) { this.ConstructionRevenueRemarkField = value; this.RaisePropertyChanged("ConstructionRevenueRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CorporateDirectorEdu { get { return this.CorporateDirectorEduField; } set { if ((this.CorporateDirectorEduField.Equals(value) != true)) { this.CorporateDirectorEduField = value; this.RaisePropertyChanged("CorporateDirectorEdu"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CorporateDirectorEduRemark { get { return this.CorporateDirectorEduRemarkField; } set { if ((object.ReferenceEquals(this.CorporateDirectorEduRemarkField, value) != true)) { this.CorporateDirectorEduRemarkField = value; this.RaisePropertyChanged("CorporateDirectorEduRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable EducationTrainIn { get { return this.EducationTrainInField; } set { if ((this.EducationTrainInField.Equals(value) != true)) { this.EducationTrainInField = value; this.RaisePropertyChanged("EducationTrainIn"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string EducationTrainInRemark { get { return this.EducationTrainInRemarkField; } set { if ((object.ReferenceEquals(this.EducationTrainInRemarkField, value) != true)) { this.EducationTrainInRemarkField = value; this.RaisePropertyChanged("EducationTrainInRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable EquipmentAccident { get { return this.EquipmentAccidentField; } set { if ((this.EquipmentAccidentField.Equals(value) != true)) { this.EquipmentAccidentField = value; this.RaisePropertyChanged("EquipmentAccident"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string EquipmentAccidentRemark { get { return this.EquipmentAccidentRemarkField; } set { if ((object.ReferenceEquals(this.EquipmentAccidentRemarkField, value) != true)) { this.EquipmentAccidentRemarkField = value; this.RaisePropertyChanged("EquipmentAccidentRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable FillingDate { get { return this.FillingDateField; } set { if ((this.FillingDateField.Equals(value) != true)) { this.FillingDateField = value; this.RaisePropertyChanged("FillingDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable FireAccident { get { return this.FireAccidentField; } set { if ((this.FireAccidentField.Equals(value) != true)) { this.FireAccidentField = value; this.RaisePropertyChanged("FireAccident"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string FireAccidentRemark { get { return this.FireAccidentRemarkField; } set { if ((object.ReferenceEquals(this.FireAccidentRemarkField, value) != true)) { this.FireAccidentRemarkField = value; this.RaisePropertyChanged("FireAccidentRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable FullTimeEdu { get { return this.FullTimeEduField; } set { if ((this.FullTimeEduField.Equals(value) != true)) { this.FullTimeEduField = value; this.RaisePropertyChanged("FullTimeEdu"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string FullTimeEduRemark { get { return this.FullTimeEduRemarkField; } set { if ((object.ReferenceEquals(this.FullTimeEduRemarkField, value) != true)) { this.FullTimeEduRemarkField = value; this.RaisePropertyChanged("FullTimeEduRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable FullTimeMan { get { return this.FullTimeManField; } set { if ((this.FullTimeManField.Equals(value) != true)) { this.FullTimeManField = value; this.RaisePropertyChanged("FullTimeMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string FullTimeManAttachUrl { get { return this.FullTimeManAttachUrlField; } set { if ((object.ReferenceEquals(this.FullTimeManAttachUrlField, value) != true)) { this.FullTimeManAttachUrlField = value; this.RaisePropertyChanged("FullTimeManAttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] FullTimeManAttachUrlFileContext { get { return this.FullTimeManAttachUrlFileContextField; } set { if ((object.ReferenceEquals(this.FullTimeManAttachUrlFileContextField, value) != true)) { this.FullTimeManAttachUrlFileContextField = value; this.RaisePropertyChanged("FullTimeManAttachUrlFileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string FullTimeManRemark { get { return this.FullTimeManRemarkField; } set { if ((object.ReferenceEquals(this.FullTimeManRemarkField, value) != true)) { this.FullTimeManRemarkField = value; this.RaisePropertyChanged("FullTimeManRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable HarmfulMediumCoverCount { get { return this.HarmfulMediumCoverCountField; } set { if ((this.HarmfulMediumCoverCountField.Equals(value) != true)) { this.HarmfulMediumCoverCountField = value; this.RaisePropertyChanged("HarmfulMediumCoverCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HarmfulMediumCoverCountRemark { get { return this.HarmfulMediumCoverCountRemarkField; } set { if ((object.ReferenceEquals(this.HarmfulMediumCoverCountRemarkField, value) != true)) { this.HarmfulMediumCoverCountRemarkField = value; this.RaisePropertyChanged("HarmfulMediumCoverCountRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable HarmfulMediumCoverRate { get { return this.HarmfulMediumCoverRateField; } set { if ((this.HarmfulMediumCoverRateField.Equals(value) != true)) { this.HarmfulMediumCoverRateField = value; this.RaisePropertyChanged("HarmfulMediumCoverRate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HarmfulMediumCoverRateRemark { get { return this.HarmfulMediumCoverRateRemarkField; } set { if ((object.ReferenceEquals(this.HarmfulMediumCoverRateRemarkField, value) != true)) { this.HarmfulMediumCoverRateRemarkField = value; this.RaisePropertyChanged("HarmfulMediumCoverRateRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable KeyEquipmentReportCount { get { return this.KeyEquipmentReportCountField; } set { if ((this.KeyEquipmentReportCountField.Equals(value) != true)) { this.KeyEquipmentReportCountField = value; this.RaisePropertyChanged("KeyEquipmentReportCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string KeyEquipmentReportCountRemark { get { return this.KeyEquipmentReportCountRemarkField; } set { if ((object.ReferenceEquals(this.KeyEquipmentReportCountRemarkField, value) != true)) { this.KeyEquipmentReportCountRemarkField = value; this.RaisePropertyChanged("KeyEquipmentReportCountRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable KeyEquipmentTotal { get { return this.KeyEquipmentTotalField; } set { if ((this.KeyEquipmentTotalField.Equals(value) != true)) { this.KeyEquipmentTotalField = value; this.RaisePropertyChanged("KeyEquipmentTotal"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string KeyEquipmentTotalRemark { get { return this.KeyEquipmentTotalRemarkField; } set { if ((object.ReferenceEquals(this.KeyEquipmentTotalRemarkField, value) != true)) { this.KeyEquipmentTotalRemarkField = value; this.RaisePropertyChanged("KeyEquipmentTotalRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable LaboAndHealthIn { get { return this.LaboAndHealthInField; } set { if ((this.LaboAndHealthInField.Equals(value) != true)) { this.LaboAndHealthInField = value; this.RaisePropertyChanged("LaboAndHealthIn"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LaborAndHealthInRemark { get { return this.LaborAndHealthInRemarkField; } set { if ((object.ReferenceEquals(this.LaborAndHealthInRemarkField, value) != true)) { this.LaborAndHealthInRemarkField = value; this.RaisePropertyChanged("LaborAndHealthInRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MainBusinessIncome { get { return this.MainBusinessIncomeField; } set { if ((this.MainBusinessIncomeField.Equals(value) != true)) { this.MainBusinessIncomeField = value; this.RaisePropertyChanged("MainBusinessIncome"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MainBusinessIncomeRemark { get { return this.MainBusinessIncomeRemarkField; } set { if ((object.ReferenceEquals(this.MainBusinessIncomeRemarkField, value) != true)) { this.MainBusinessIncomeRemarkField = value; this.RaisePropertyChanged("MainBusinessIncomeRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MajorEquipAccident { get { return this.MajorEquipAccidentField; } set { if ((this.MajorEquipAccidentField.Equals(value) != true)) { this.MajorEquipAccidentField = value; this.RaisePropertyChanged("MajorEquipAccident"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MajorEquipAccidentRemark { get { return this.MajorEquipAccidentRemarkField; } set { if ((object.ReferenceEquals(this.MajorEquipAccidentRemarkField, value) != true)) { this.MajorEquipAccidentRemarkField = value; this.RaisePropertyChanged("MajorEquipAccidentRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable MajorFireAccident { get { return this.MajorFireAccidentField; } set { if ((this.MajorFireAccidentField.Equals(value) != true)) { this.MajorFireAccidentField = value; this.RaisePropertyChanged("MajorFireAccident"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MajorFireAccidentRemark { get { return this.MajorFireAccidentRemarkField; } set { if ((object.ReferenceEquals(this.MajorFireAccidentRemarkField, value) != true)) { this.MajorFireAccidentRemarkField = value; this.RaisePropertyChanged("MajorFireAccidentRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable PMMan { get { return this.PMManField; } set { if ((this.PMManField.Equals(value) != true)) { this.PMManField = value; this.RaisePropertyChanged("PMMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PMManAttachUrl { get { return this.PMManAttachUrlField; } set { if ((object.ReferenceEquals(this.PMManAttachUrlField, value) != true)) { this.PMManAttachUrlField = value; this.RaisePropertyChanged("PMManAttachUrl"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public byte[][] PMManAttachUrlFileContext { get { return this.PMManAttachUrlFileContextField; } set { if ((object.ReferenceEquals(this.PMManAttachUrlFileContextField, value) != true)) { this.PMManAttachUrlFileContextField = value; this.RaisePropertyChanged("PMManAttachUrlFileContext"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PMManRemark { get { return this.PMManRemarkField; } set { if ((object.ReferenceEquals(this.PMManRemarkField, value) != true)) { this.PMManRemarkField = value; this.RaisePropertyChanged("PMManRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable PoisoningAndInjuries { get { return this.PoisoningAndInjuriesField; } set { if ((this.PoisoningAndInjuriesField.Equals(value) != true)) { this.PoisoningAndInjuriesField = value; this.RaisePropertyChanged("PoisoningAndInjuries"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PoisoningAndInjuriesRemark { get { return this.PoisoningAndInjuriesRemarkField; } set { if ((object.ReferenceEquals(this.PoisoningAndInjuriesRemarkField, value) != true)) { this.PoisoningAndInjuriesRemarkField = value; this.RaisePropertyChanged("PoisoningAndInjuriesRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ProductionInput { get { return this.ProductionInputField; } set { if ((this.ProductionInputField.Equals(value) != true)) { this.ProductionInputField = value; this.RaisePropertyChanged("ProductionInput"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ProductionInputRemark { get { return this.ProductionInputRemarkField; } set { if ((object.ReferenceEquals(this.ProductionInputRemarkField, value) != true)) { this.ProductionInputRemarkField = value; this.RaisePropertyChanged("ProductionInputRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ProductionSafetyInTotal { get { return this.ProductionSafetyInTotalField; } set { if ((this.ProductionSafetyInTotalField.Equals(value) != true)) { this.ProductionSafetyInTotalField = value; this.RaisePropertyChanged("ProductionSafetyInTotal"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ProductionSafetyInTotalRemark { get { return this.ProductionSafetyInTotalRemarkField; } set { if ((object.ReferenceEquals(this.ProductionSafetyInTotalRemarkField, value) != true)) { this.ProductionSafetyInTotalRemarkField = value; this.RaisePropertyChanged("ProductionSafetyInTotalRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ProjectCostRate { get { return this.ProjectCostRateField; } set { if ((this.ProjectCostRateField.Equals(value) != true)) { this.ProjectCostRateField = value; this.RaisePropertyChanged("ProjectCostRate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ProjectCostRateRemark { get { return this.ProjectCostRateRemarkField; } set { if ((object.ReferenceEquals(this.ProjectCostRateRemarkField, value) != true)) { this.ProjectCostRateRemarkField = value; this.RaisePropertyChanged("ProjectCostRateRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ProjectLeaderEdu { get { return this.ProjectLeaderEduField; } set { if ((this.ProjectLeaderEduField.Equals(value) != true)) { this.ProjectLeaderEduField = value; this.RaisePropertyChanged("ProjectLeaderEdu"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ProjectLeaderEduRemark { get { return this.ProjectLeaderEduRemarkField; } set { if ((object.ReferenceEquals(this.ProjectLeaderEduRemarkField, value) != true)) { this.ProjectLeaderEduRemarkField = value; this.RaisePropertyChanged("ProjectLeaderEduRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ProtectionInput { get { return this.ProtectionInputField; } set { if ((this.ProtectionInputField.Equals(value) != true)) { this.ProtectionInputField = value; this.RaisePropertyChanged("ProtectionInput"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ProtectionInputRemark { get { return this.ProtectionInputRemarkField; } set { if ((object.ReferenceEquals(this.ProtectionInputRemarkField, value) != true)) { this.ProtectionInputRemarkField = value; this.RaisePropertyChanged("ProtectionInputRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Quarters { get { return this.QuartersField; } set { if ((this.QuartersField.Equals(value) != true)) { this.QuartersField = value; this.RaisePropertyChanged("Quarters"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Remarks { get { return this.RemarksField; } set { if ((object.ReferenceEquals(this.RemarksField, value) != true)) { this.RemarksField = value; this.RaisePropertyChanged("Remarks"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable Revenue { get { return this.RevenueField; } set { if ((this.RevenueField.Equals(value) != true)) { this.RevenueField = value; this.RaisePropertyChanged("Revenue"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string RevenueRemark { get { return this.RevenueRemarkField; } set { if ((object.ReferenceEquals(this.RevenueRemarkField, value) != true)) { this.RevenueRemarkField = value; this.RaisePropertyChanged("RevenueRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SafetyQuarterlyReportId { get { return this.SafetyQuarterlyReportIdField; } set { if ((object.ReferenceEquals(this.SafetyQuarterlyReportIdField, value) != true)) { this.SafetyQuarterlyReportIdField = value; this.RaisePropertyChanged("SafetyQuarterlyReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable SeriousInjuryAccident { get { return this.SeriousInjuryAccidentField; } set { if ((this.SeriousInjuryAccidentField.Equals(value) != true)) { this.SeriousInjuryAccidentField = value; this.RaisePropertyChanged("SeriousInjuryAccident"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SeriousInjuryAccidentRemark { get { return this.SeriousInjuryAccidentRemarkField; } set { if ((object.ReferenceEquals(this.SeriousInjuryAccidentRemarkField, value) != true)) { this.SeriousInjuryAccidentRemarkField = value; this.RaisePropertyChanged("SeriousInjuryAccidentRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TechnologyProgressIn { get { return this.TechnologyProgressInField; } set { if ((this.TechnologyProgressInField.Equals(value) != true)) { this.TechnologyProgressInField = value; this.RaisePropertyChanged("TechnologyProgressIn"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TechnologyProgressInRemark { get { return this.TechnologyProgressInRemarkField; } set { if ((object.ReferenceEquals(this.TechnologyProgressInRemarkField, value) != true)) { this.TechnologyProgressInRemarkField = value; this.RaisePropertyChanged("TechnologyProgressInRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable ThreeKidsEduRate { get { return this.ThreeKidsEduRateField; } set { if ((this.ThreeKidsEduRateField.Equals(value) != true)) { this.ThreeKidsEduRateField = value; this.RaisePropertyChanged("ThreeKidsEduRate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ThreeKidsEduRateRemark { get { return this.ThreeKidsEduRateRemarkField; } set { if ((object.ReferenceEquals(this.ThreeKidsEduRateRemarkField, value) != true)) { this.ThreeKidsEduRateRemarkField = value; this.RaisePropertyChanged("ThreeKidsEduRateRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalInWorkHours { get { return this.TotalInWorkHoursField; } set { if ((this.TotalInWorkHoursField.Equals(value) != true)) { this.TotalInWorkHoursField = value; this.RaisePropertyChanged("TotalInWorkHours"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TotalInWorkHoursRemark { get { return this.TotalInWorkHoursRemarkField; } set { if ((object.ReferenceEquals(this.TotalInWorkHoursRemarkField, value) != true)) { this.TotalInWorkHoursRemarkField = value; this.RaisePropertyChanged("TotalInWorkHoursRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalOutWorkHours { get { return this.TotalOutWorkHoursField; } set { if ((this.TotalOutWorkHoursField.Equals(value) != true)) { this.TotalOutWorkHoursField = value; this.RaisePropertyChanged("TotalOutWorkHours"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TotalOutWorkHoursRemark { get { return this.TotalOutWorkHoursRemarkField; } set { if ((object.ReferenceEquals(this.TotalOutWorkHoursRemarkField, value) != true)) { this.TotalOutWorkHoursRemarkField = value; this.RaisePropertyChanged("TotalOutWorkHoursRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable UnitTimeIncome { get { return this.UnitTimeIncomeField; } set { if ((this.UnitTimeIncomeField.Equals(value) != true)) { this.UnitTimeIncomeField = value; this.RaisePropertyChanged("UnitTimeIncome"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitTimeIncomeRemark { get { return this.UnitTimeIncomeRemarkField; } set { if ((object.ReferenceEquals(this.UnitTimeIncomeRemarkField, value) != true)) { this.UnitTimeIncomeRemarkField = value; this.RaisePropertyChanged("UnitTimeIncomeRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable UplinReportRate { get { return this.UplinReportRateField; } set { if ((this.UplinReportRateField.Equals(value) != true)) { this.UplinReportRateField = value; this.RaisePropertyChanged("UplinReportRate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UplinReportRateRemark { get { return this.UplinReportRateRemarkField; } set { if ((object.ReferenceEquals(this.UplinReportRateRemarkField, value) != true)) { this.UplinReportRateRemarkField = value; this.RaisePropertyChanged("UplinReportRateRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable WorkHoursAccuracy { get { return this.WorkHoursAccuracyField; } set { if ((this.WorkHoursAccuracyField.Equals(value) != true)) { this.WorkHoursAccuracyField = value; this.RaisePropertyChanged("WorkHoursAccuracy"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string WorkHoursAccuracyRemark { get { return this.WorkHoursAccuracyRemarkField; } set { if ((object.ReferenceEquals(this.WorkHoursAccuracyRemarkField, value) != true)) { this.WorkHoursAccuracyRemarkField = value; this.RaisePropertyChanged("WorkHoursAccuracyRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable WorkHoursLossRate { get { return this.WorkHoursLossRateField; } set { if ((this.WorkHoursLossRateField.Equals(value) != true)) { this.WorkHoursLossRateField = value; this.RaisePropertyChanged("WorkHoursLossRate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string WorkHoursLossRateRemark { get { return this.WorkHoursLossRateRemarkField; } set { if ((object.ReferenceEquals(this.WorkHoursLossRateRemarkField, value) != true)) { this.WorkHoursLossRateRemarkField = value; this.RaisePropertyChanged("WorkHoursLossRateRemark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable YearId { get { return this.YearIdField; } set { if ((this.YearIdField.Equals(value) != true)) { this.YearIdField = value; this.RaisePropertyChanged("YearId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="HSSESystem_HSSEManageItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class HSSESystem_HSSEManageItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DutyField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EMailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HSSEManageItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HSSEManageNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MobilePhoneField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string NamesField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PostField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SortIndexField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TelephoneField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string Duty { get { return this.DutyField; } set { if ((object.ReferenceEquals(this.DutyField, value) != true)) { this.DutyField = value; this.RaisePropertyChanged("Duty"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string EMail { get { return this.EMailField; } set { if ((object.ReferenceEquals(this.EMailField, value) != true)) { this.EMailField = value; this.RaisePropertyChanged("EMail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HSSEManageItemId { get { return this.HSSEManageItemIdField; } set { if ((object.ReferenceEquals(this.HSSEManageItemIdField, value) != true)) { this.HSSEManageItemIdField = value; this.RaisePropertyChanged("HSSEManageItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string HSSEManageName { get { return this.HSSEManageNameField; } set { if ((object.ReferenceEquals(this.HSSEManageNameField, value) != true)) { this.HSSEManageNameField = value; this.RaisePropertyChanged("HSSEManageName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MobilePhone { get { return this.MobilePhoneField; } set { if ((object.ReferenceEquals(this.MobilePhoneField, value) != true)) { this.MobilePhoneField = value; this.RaisePropertyChanged("MobilePhone"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Names { get { return this.NamesField; } set { if ((object.ReferenceEquals(this.NamesField, value) != true)) { this.NamesField = value; this.RaisePropertyChanged("Names"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Post { get { return this.PostField; } set { if ((object.ReferenceEquals(this.PostField, value) != true)) { this.PostField = value; this.RaisePropertyChanged("Post"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SortIndex { get { return this.SortIndexField; } set { if ((object.ReferenceEquals(this.SortIndexField, value) != true)) { this.SortIndexField = value; this.RaisePropertyChanged("SortIndex"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Telephone { get { return this.TelephoneField; } set { if ((object.ReferenceEquals(this.TelephoneField, value) != true)) { this.TelephoneField = value; this.RaisePropertyChanged("Telephone"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Supervise_UpCheckReport", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Supervise_UpCheckReport : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable AuditDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CheckEndTimeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CheckStartTimeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompileDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UpCheckReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values3Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values4Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values5Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values6Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string Values7Field; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable AuditDate { get { return this.AuditDateField; } set { if ((this.AuditDateField.Equals(value) != true)) { this.AuditDateField = value; this.RaisePropertyChanged("AuditDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CheckEndTime { get { return this.CheckEndTimeField; } set { if ((this.CheckEndTimeField.Equals(value) != true)) { this.CheckEndTimeField = value; this.RaisePropertyChanged("CheckEndTime"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CheckStartTime { get { return this.CheckStartTimeField; } set { if ((this.CheckStartTimeField.Equals(value) != true)) { this.CheckStartTimeField = value; this.RaisePropertyChanged("CheckStartTime"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompileDate { get { return this.CompileDateField; } set { if ((this.CompileDateField.Equals(value) != true)) { this.CompileDateField = value; this.RaisePropertyChanged("CompileDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UpCheckReportId { get { return this.UpCheckReportIdField; } set { if ((object.ReferenceEquals(this.UpCheckReportIdField, value) != true)) { this.UpCheckReportIdField = value; this.RaisePropertyChanged("UpCheckReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values1 { get { return this.Values1Field; } set { if ((object.ReferenceEquals(this.Values1Field, value) != true)) { this.Values1Field = value; this.RaisePropertyChanged("Values1"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values2 { get { return this.Values2Field; } set { if ((object.ReferenceEquals(this.Values2Field, value) != true)) { this.Values2Field = value; this.RaisePropertyChanged("Values2"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values3 { get { return this.Values3Field; } set { if ((object.ReferenceEquals(this.Values3Field, value) != true)) { this.Values3Field = value; this.RaisePropertyChanged("Values3"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values4 { get { return this.Values4Field; } set { if ((object.ReferenceEquals(this.Values4Field, value) != true)) { this.Values4Field = value; this.RaisePropertyChanged("Values4"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values5 { get { return this.Values5Field; } set { if ((object.ReferenceEquals(this.Values5Field, value) != true)) { this.Values5Field = value; this.RaisePropertyChanged("Values5"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values6 { get { return this.Values6Field; } set { if ((object.ReferenceEquals(this.Values6Field, value) != true)) { this.Values6Field = value; this.RaisePropertyChanged("Values6"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Values7 { get { return this.Values7Field; } set { if ((object.ReferenceEquals(this.Values7Field, value) != true)) { this.Values7Field = value; this.RaisePropertyChanged("Values7"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Supervise_UpCheckReportItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Supervise_UpCheckReportItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CheckDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CheckPostNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string NameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PostNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SexField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SortIndexField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UpCheckReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UpCheckReportItemIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string WorkTitleField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CheckDate { get { return this.CheckDateField; } set { if ((this.CheckDateField.Equals(value) != true)) { this.CheckDateField = value; this.RaisePropertyChanged("CheckDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CheckPostName { get { return this.CheckPostNameField; } set { if ((object.ReferenceEquals(this.CheckPostNameField, value) != true)) { this.CheckPostNameField = value; this.RaisePropertyChanged("CheckPostName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Name { get { return this.NameField; } set { if ((object.ReferenceEquals(this.NameField, value) != true)) { this.NameField = value; this.RaisePropertyChanged("Name"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PostName { get { return this.PostNameField; } set { if ((object.ReferenceEquals(this.PostNameField, value) != true)) { this.PostNameField = value; this.RaisePropertyChanged("PostName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Sex { get { return this.SexField; } set { if ((object.ReferenceEquals(this.SexField, value) != true)) { this.SexField = value; this.RaisePropertyChanged("Sex"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SortIndex { get { return this.SortIndexField; } set { if ((object.ReferenceEquals(this.SortIndexField, value) != true)) { this.SortIndexField = value; this.RaisePropertyChanged("SortIndex"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitName { get { return this.UnitNameField; } set { if ((object.ReferenceEquals(this.UnitNameField, value) != true)) { this.UnitNameField = value; this.RaisePropertyChanged("UnitName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UpCheckReportId { get { return this.UpCheckReportIdField; } set { if ((object.ReferenceEquals(this.UpCheckReportIdField, value) != true)) { this.UpCheckReportIdField = value; this.RaisePropertyChanged("UpCheckReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UpCheckReportItemId { get { return this.UpCheckReportItemIdField; } set { if ((object.ReferenceEquals(this.UpCheckReportItemIdField, value) != true)) { this.UpCheckReportItemIdField = value; this.RaisePropertyChanged("UpCheckReportItemId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string WorkTitle { get { return this.WorkTitleField; } set { if ((object.ReferenceEquals(this.WorkTitleField, value) != true)) { this.WorkTitleField = value; this.RaisePropertyChanged("WorkTitle"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Supervise_UpCheckReportItem2", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Supervise_UpCheckReportItem2 : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CheckDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable CompRectifyCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable RectifyCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ResultLevelField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SortIndexField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubjectObjectField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubjectObjectInfoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable TotalGetScoreField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitHSSEManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitHSSEManTelField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitManField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitManTelField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UpCheckReportIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UpCheckReportItem2IdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CheckDate { get { return this.CheckDateField; } set { if ((this.CheckDateField.Equals(value) != true)) { this.CheckDateField = value; this.RaisePropertyChanged("CheckDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable CompRectifyCount { get { return this.CompRectifyCountField; } set { if ((this.CompRectifyCountField.Equals(value) != true)) { this.CompRectifyCountField = value; this.RaisePropertyChanged("CompRectifyCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable RectifyCount { get { return this.RectifyCountField; } set { if ((this.RectifyCountField.Equals(value) != true)) { this.RectifyCountField = value; this.RaisePropertyChanged("RectifyCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ResultLevel { get { return this.ResultLevelField; } set { if ((object.ReferenceEquals(this.ResultLevelField, value) != true)) { this.ResultLevelField = value; this.RaisePropertyChanged("ResultLevel"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SortIndex { get { return this.SortIndexField; } set { if ((object.ReferenceEquals(this.SortIndexField, value) != true)) { this.SortIndexField = value; this.RaisePropertyChanged("SortIndex"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubjectObject { get { return this.SubjectObjectField; } set { if ((object.ReferenceEquals(this.SubjectObjectField, value) != true)) { this.SubjectObjectField = value; this.RaisePropertyChanged("SubjectObject"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubjectObjectInfo { get { return this.SubjectObjectInfoField; } set { if ((object.ReferenceEquals(this.SubjectObjectInfoField, value) != true)) { this.SubjectObjectInfoField = value; this.RaisePropertyChanged("SubjectObjectInfo"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable TotalGetScore { get { return this.TotalGetScoreField; } set { if ((this.TotalGetScoreField.Equals(value) != true)) { this.TotalGetScoreField = value; this.RaisePropertyChanged("TotalGetScore"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitHSSEMan { get { return this.UnitHSSEManField; } set { if ((object.ReferenceEquals(this.UnitHSSEManField, value) != true)) { this.UnitHSSEManField = value; this.RaisePropertyChanged("UnitHSSEMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitHSSEManTel { get { return this.UnitHSSEManTelField; } set { if ((object.ReferenceEquals(this.UnitHSSEManTelField, value) != true)) { this.UnitHSSEManTelField = value; this.RaisePropertyChanged("UnitHSSEManTel"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitMan { get { return this.UnitManField; } set { if ((object.ReferenceEquals(this.UnitManField, value) != true)) { this.UnitManField = value; this.RaisePropertyChanged("UnitMan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitManTel { get { return this.UnitManTelField; } set { if ((object.ReferenceEquals(this.UnitManTelField, value) != true)) { this.UnitManTelField = value; this.RaisePropertyChanged("UnitManTel"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UpCheckReportId { get { return this.UpCheckReportIdField; } set { if ((object.ReferenceEquals(this.UpCheckReportIdField, value) != true)) { this.UpCheckReportIdField = value; this.RaisePropertyChanged("UpCheckReportId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UpCheckReportItem2Id { get { return this.UpCheckReportItem2IdField; } set { if ((object.ReferenceEquals(this.UpCheckReportItem2IdField, value) != true)) { this.UpCheckReportItem2IdField = value; this.RaisePropertyChanged("UpCheckReportItem2Id"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="HSSESystem_HSSEOrganize", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class HSSESystem_HSSEOrganize : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SeeFileField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string SeeFile { get { return this.SeeFileField; } set { if ((object.ReferenceEquals(this.SeeFileField, value) != true)) { this.SeeFileField = value; this.RaisePropertyChanged("SeeFile"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Sys_SubUnitLog", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")] [System.SerializableAttribute()] public partial class Sys_SubUnitLog : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HostNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IpField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LogIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable LogSourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MenuIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string OperationLogField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string OperationNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable OperationTimeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ProjectNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserNameField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string HostName { get { return this.HostNameField; } set { if ((object.ReferenceEquals(this.HostNameField, value) != true)) { this.HostNameField = value; this.RaisePropertyChanged("HostName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Ip { get { return this.IpField; } set { if ((object.ReferenceEquals(this.IpField, value) != true)) { this.IpField = value; this.RaisePropertyChanged("Ip"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LogId { get { return this.LogIdField; } set { if ((object.ReferenceEquals(this.LogIdField, value) != true)) { this.LogIdField = value; this.RaisePropertyChanged("LogId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable LogSource { get { return this.LogSourceField; } set { if ((this.LogSourceField.Equals(value) != true)) { this.LogSourceField = value; this.RaisePropertyChanged("LogSource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MenuId { get { return this.MenuIdField; } set { if ((object.ReferenceEquals(this.MenuIdField, value) != true)) { this.MenuIdField = value; this.RaisePropertyChanged("MenuId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string OperationLog { get { return this.OperationLogField; } set { if ((object.ReferenceEquals(this.OperationLogField, value) != true)) { this.OperationLogField = value; this.RaisePropertyChanged("OperationLog"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string OperationName { get { return this.OperationNameField; } set { if ((object.ReferenceEquals(this.OperationNameField, value) != true)) { this.OperationNameField = value; this.RaisePropertyChanged("OperationName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Nullable OperationTime { get { return this.OperationTimeField; } set { if ((this.OperationTimeField.Equals(value) != true)) { this.OperationTimeField = value; this.RaisePropertyChanged("OperationTime"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ProjectName { get { return this.ProjectNameField; } set { if ((object.ReferenceEquals(this.ProjectNameField, value) != true)) { this.ProjectNameField = value; this.RaisePropertyChanged("ProjectName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnitId { get { return this.UnitIdField; } set { if ((object.ReferenceEquals(this.UnitIdField, value) != true)) { this.UnitIdField = value; this.RaisePropertyChanged("UnitId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UserName { get { return this.UserNameField; } set { if ((object.ReferenceEquals(this.UserNameField, value) != true)) { this.UserNameField = value; this.RaisePropertyChanged("UserName"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://www.localhost.com", ConfigurationName="CNCECHSSEService.HSSEService")] public interface HSSEService { [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetSys_VersionToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetSys_VersionToSUBResponse")] BLL.CNCECHSSEService.Sys_Version[] GetSys_VersionToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetSys_VersionToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetSys_VersionToSUBResponse")] System.IAsyncResult BeginGetSys_VersionToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Sys_Version[] EndGetSys_VersionToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetBase_UnitToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetBase_UnitToSUBResponse")] BLL.CNCECHSSEService.Base_Unit[] GetBase_UnitToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetBase_UnitToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetBase_UnitToSUBResponse")] System.IAsyncResult BeginGetBase_UnitToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Base_Unit[] EndGetBase_UnitToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetInformation_UrgeReportToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetInformation_UrgeReportToSUBResponse")] BLL.CNCECHSSEService.Information_UrgeReport[] GetInformation_UrgeReportToSUB(string unitId); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetInformation_UrgeReportToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetInformation_UrgeReportToSUBResponse")] System.IAsyncResult BeginGetInformation_UrgeReportToSUB(string unitId, System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Information_UrgeReport[] EndGetInformation_UrgeReportToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetLaw_LawRegulationListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetLaw_LawRegulationListToSUBResponse")] BLL.CNCECHSSEService.Law_LawRegulationList[] GetLaw_LawRegulationListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetLaw_LawRegulationListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetLaw_LawRegulationListToSUBResponse")] System.IAsyncResult BeginGetLaw_LawRegulationListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Law_LawRegulationList[] EndGetLaw_LawRegulationListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetLaw_HSSEStandardsListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetLaw_HSSEStandardsListToSUBResponse")] BLL.CNCECHSSEService.Law_HSSEStandardsList[] GetLaw_HSSEStandardsListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetLaw_HSSEStandardsListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetLaw_HSSEStandardsListToSUBResponse")] System.IAsyncResult BeginGetLaw_HSSEStandardsListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Law_HSSEStandardsList[] EndGetLaw_HSSEStandardsListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetLaw_RulesRegulationsToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetLaw_RulesRegulationsToSUBResponse")] BLL.CNCECHSSEService.Law_RulesRegulations[] GetLaw_RulesRegulationsToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetLaw_RulesRegulationsToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetLaw_RulesRegulationsToSUBResponse")] System.IAsyncResult BeginGetLaw_RulesRegulationsToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Law_RulesRegulations[] EndGetLaw_RulesRegulationsToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetLaw_ManageRuleToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetLaw_ManageRuleToSUBResponse")] BLL.CNCECHSSEService.Law_ManageRule[] GetLaw_ManageRuleToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetLaw_ManageRuleToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetLaw_ManageRuleToSUBResponse")] System.IAsyncResult BeginGetLaw_ManageRuleToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Law_ManageRule[] EndGetLaw_ManageRuleToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTechnique_HAZOPToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_HAZOPToSUBResponse")] BLL.CNCECHSSEService.Technique_HAZOP[] GetTechnique_HAZOPToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTechnique_HAZOPToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_HAZOPToSUBResponse")] System.IAsyncResult BeginGetTechnique_HAZOPToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Technique_HAZOP[] EndGetTechnique_HAZOPToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTechnique_AppraiseToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_AppraiseToSUBResponse")] BLL.CNCECHSSEService.Technique_Appraise[] GetTechnique_AppraiseToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTechnique_AppraiseToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_AppraiseToSUBResponse")] System.IAsyncResult BeginGetTechnique_AppraiseToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Technique_Appraise[] EndGetTechnique_AppraiseToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTechnique_EmergencyToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_EmergencyToSUBResponse")] BLL.CNCECHSSEService.Technique_Emergency[] GetTechnique_EmergencyToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTechnique_EmergencyToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_EmergencyToSUBResponse")] System.IAsyncResult BeginGetTechnique_EmergencyToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Technique_Emergency[] EndGetTechnique_EmergencyToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTechnique_SpecialSchemeToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_SpecialSchemeToSUBResponse")] BLL.CNCECHSSEService.Technique_SpecialScheme[] GetTechnique_SpecialSchemeToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTechnique_SpecialSchemeToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_SpecialSchemeToSUBResponse")] System.IAsyncResult BeginGetTechnique_SpecialSchemeToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Technique_SpecialScheme[] EndGetTechnique_SpecialSchemeToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTraining_TrainingListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_TrainingListToSUBResponse")] BLL.CNCECHSSEService.Training_Training[] GetTraining_TrainingListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTraining_TrainingListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_TrainingListToSUBResponse")] System.IAsyncResult BeginGetTraining_TrainingListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Training_Training[] EndGetTraining_TrainingListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTraining_TrainingItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_TrainingItemListToSUBResponse")] BLL.CNCECHSSEService.Training_TrainingItem[] GetTraining_TrainingItemListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTraining_TrainingItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_TrainingItemListToSUBResponse")] System.IAsyncResult BeginGetTraining_TrainingItemListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Training_TrainingItem[] EndGetTraining_TrainingItemListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTraining_TrainTestDBListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_TrainTestDBListToSUBResponse")] BLL.CNCECHSSEService.Training_TrainTestDB[] GetTraining_TrainTestDBListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTraining_TrainTestDBListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_TrainTestDBListToSUBResponse")] System.IAsyncResult BeginGetTraining_TrainTestDBListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Training_TrainTestDB[] EndGetTraining_TrainTestDBListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTraining_TrainTestDBItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_TrainTestDBItemListToSUBResponse" + "")] BLL.CNCECHSSEService.Training_TrainTestDBItem[] GetTraining_TrainTestDBItemListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTraining_TrainTestDBItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_TrainTestDBItemListToSUBResponse" + "")] System.IAsyncResult BeginGetTraining_TrainTestDBItemListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Training_TrainTestDBItem[] EndGetTraining_TrainTestDBItemListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetEduTrain_AccidentCaseListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetEduTrain_AccidentCaseListToSUBResponse")] BLL.CNCECHSSEService.EduTrain_AccidentCase[] GetEduTrain_AccidentCaseListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetEduTrain_AccidentCaseListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetEduTrain_AccidentCaseListToSUBResponse")] System.IAsyncResult BeginGetEduTrain_AccidentCaseListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.EduTrain_AccidentCase[] EndGetEduTrain_AccidentCaseListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetEduTrain_AccidentCaseItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetEduTrain_AccidentCaseItemListToSUBRespons" + "e")] BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] GetEduTrain_AccidentCaseItemListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetEduTrain_AccidentCaseItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetEduTrain_AccidentCaseItemListToSUBRespons" + "e")] System.IAsyncResult BeginGetEduTrain_AccidentCaseItemListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] EndGetEduTrain_AccidentCaseItemListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTraining_KnowledgeListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_KnowledgeListToSUBResponse")] BLL.CNCECHSSEService.Training_Knowledge[] GetTraining_KnowledgeListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTraining_KnowledgeListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_KnowledgeListToSUBResponse")] System.IAsyncResult BeginGetTraining_KnowledgeListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Training_Knowledge[] EndGetTraining_KnowledgeListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTraining_KnowledgeItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_KnowledgeItemListToSUBResponse")] BLL.CNCECHSSEService.Training_KnowledgeItem[] GetTraining_KnowledgeItemListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTraining_KnowledgeItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTraining_KnowledgeItemListToSUBResponse")] System.IAsyncResult BeginGetTraining_KnowledgeItemListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Training_KnowledgeItem[] EndGetTraining_KnowledgeItemListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTechnique_HazardListTypeListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_HazardListTypeListToSUBResponse" + "")] BLL.CNCECHSSEService.Technique_HazardListType[] GetTechnique_HazardListTypeListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTechnique_HazardListTypeListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_HazardListTypeListToSUBResponse" + "")] System.IAsyncResult BeginGetTechnique_HazardListTypeListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Technique_HazardListType[] EndGetTechnique_HazardListTypeListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTechnique_HazardListListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_HazardListListToSUBResponse")] BLL.CNCECHSSEService.Technique_HazardList[] GetTechnique_HazardListListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTechnique_HazardListListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_HazardListListToSUBResponse")] System.IAsyncResult BeginGetTechnique_HazardListListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Technique_HazardList[] EndGetTechnique_HazardListListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTechnique_RectifyListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_RectifyListToSUBResponse")] BLL.CNCECHSSEService.Technique_Rectify[] GetTechnique_RectifyListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTechnique_RectifyListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_RectifyListToSUBResponse")] System.IAsyncResult BeginGetTechnique_RectifyListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Technique_Rectify[] EndGetTechnique_RectifyListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTechnique_RectifyItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_RectifyItemListToSUBResponse")] BLL.CNCECHSSEService.Technique_RectifyItem[] GetTechnique_RectifyItemListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTechnique_RectifyItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_RectifyItemListToSUBResponse")] System.IAsyncResult BeginGetTechnique_RectifyItemListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Technique_RectifyItem[] EndGetTechnique_RectifyItemListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetTechnique_ExpertListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_ExpertListToSUBResponse")] BLL.CNCECHSSEService.Technique_Expert[] GetTechnique_ExpertListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetTechnique_ExpertListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetTechnique_ExpertListToSUBResponse")] System.IAsyncResult BeginGetTechnique_ExpertListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Technique_Expert[] EndGetTechnique_ExpertListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetSupervise_SuperviseCheckRectifyListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetSupervise_SuperviseCheckRectifyListToSUBR" + "esponse")] BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] GetSupervise_SuperviseCheckRectifyListToSUB(string unitId); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetSupervise_SuperviseCheckRectifyListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetSupervise_SuperviseCheckRectifyListToSUBR" + "esponse")] System.IAsyncResult BeginGetSupervise_SuperviseCheckRectifyListToSUB(string unitId, System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] EndGetSupervise_SuperviseCheckRectifyListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetSupervise_SubUnitReportListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetSupervise_SubUnitReportListToSUBResponse")] BLL.CNCECHSSEService.Supervise_SubUnitReport[] GetSupervise_SubUnitReportListToSUB(); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetSupervise_SubUnitReportListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetSupervise_SubUnitReportListToSUBResponse")] System.IAsyncResult BeginGetSupervise_SubUnitReportListToSUB(System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Supervise_SubUnitReport[] EndGetSupervise_SubUnitReportListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetSupervise_SubUnitReportItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetSupervise_SubUnitReportItemListToSUBRespo" + "nse")] BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] GetSupervise_SubUnitReportItemListToSUB(string unitId); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetSupervise_SubUnitReportItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetSupervise_SubUnitReportItemListToSUBRespo" + "nse")] System.IAsyncResult BeginGetSupervise_SubUnitReportItemListToSUB(string unitId, System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] EndGetSupervise_SubUnitReportItemListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetCheck_CheckRectifyListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetCheck_CheckRectifyListToSUBResponse")] BLL.CNCECHSSEService.Check_CheckRectify[] GetCheck_CheckRectifyListToSUB(string unitId); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetCheck_CheckRectifyListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetCheck_CheckRectifyListToSUBResponse")] System.IAsyncResult BeginGetCheck_CheckRectifyListToSUB(string unitId, System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Check_CheckRectify[] EndGetCheck_CheckRectifyListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/GetCheck_CheckInfo_Table8ItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetCheck_CheckInfo_Table8ItemListToSUBRespon" + "se")] BLL.CNCECHSSEService.Check_CheckInfo_Table8Item[] GetCheck_CheckInfo_Table8ItemListToSUB(string unitId); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/GetCheck_CheckInfo_Table8ItemListToSUB", ReplyAction="http://www.localhost.com/HSSEService/GetCheck_CheckInfo_Table8ItemListToSUBRespon" + "se")] System.IAsyncResult BeginGetCheck_CheckInfo_Table8ItemListToSUB(string unitId, System.AsyncCallback callback, object asyncState); BLL.CNCECHSSEService.Check_CheckInfo_Table8Item[] EndGetCheck_CheckInfo_Table8ItemListToSUB(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertLaw_LawRegulationListTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertLaw_LawRegulationListTableResponse" + "")] string[] DataInsertLaw_LawRegulationListTable(BLL.CNCECHSSEService.Law_LawRegulationList[] lawRegulationList); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertLaw_LawRegulationListTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertLaw_LawRegulationListTableResponse" + "")] System.IAsyncResult BeginDataInsertLaw_LawRegulationListTable(BLL.CNCECHSSEService.Law_LawRegulationList[] lawRegulationList, System.AsyncCallback callback, object asyncState); string[] EndDataInsertLaw_LawRegulationListTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertLaw_HSSEStandardsListTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertLaw_HSSEStandardsListTableResponse" + "")] string[] DataInsertLaw_HSSEStandardsListTable(BLL.CNCECHSSEService.Law_HSSEStandardsList[] hsseStandardsList); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertLaw_HSSEStandardsListTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertLaw_HSSEStandardsListTableResponse" + "")] System.IAsyncResult BeginDataInsertLaw_HSSEStandardsListTable(BLL.CNCECHSSEService.Law_HSSEStandardsList[] hsseStandardsList, System.AsyncCallback callback, object asyncState); string[] EndDataInsertLaw_HSSEStandardsListTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertLaw_RulesRegulationsTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertLaw_RulesRegulationsTableResponse")] string[] DataInsertLaw_RulesRegulationsTable(BLL.CNCECHSSEService.Law_RulesRegulations[] rulesRegulations); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertLaw_RulesRegulationsTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertLaw_RulesRegulationsTableResponse")] System.IAsyncResult BeginDataInsertLaw_RulesRegulationsTable(BLL.CNCECHSSEService.Law_RulesRegulations[] rulesRegulations, System.AsyncCallback callback, object asyncState); string[] EndDataInsertLaw_RulesRegulationsTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertLaw_ManageRuleTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertLaw_ManageRuleTableResponse")] string[] DataInsertLaw_ManageRuleTable(BLL.CNCECHSSEService.Law_ManageRule[] manageRule); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertLaw_ManageRuleTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertLaw_ManageRuleTableResponse")] System.IAsyncResult BeginDataInsertLaw_ManageRuleTable(BLL.CNCECHSSEService.Law_ManageRule[] manageRule, System.AsyncCallback callback, object asyncState); string[] EndDataInsertLaw_ManageRuleTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertTechnique_HAZOPTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_HAZOPTableResponse")] string[] DataInsertTechnique_HAZOPTable(BLL.CNCECHSSEService.Technique_HAZOP[] hazop); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertTechnique_HAZOPTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_HAZOPTableResponse")] System.IAsyncResult BeginDataInsertTechnique_HAZOPTable(BLL.CNCECHSSEService.Technique_HAZOP[] hazop, System.AsyncCallback callback, object asyncState); string[] EndDataInsertTechnique_HAZOPTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertTechnique_AppraiseTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_AppraiseTableResponse")] string[] DataInsertTechnique_AppraiseTable(BLL.CNCECHSSEService.Technique_Appraise[] appraise); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertTechnique_AppraiseTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_AppraiseTableResponse")] System.IAsyncResult BeginDataInsertTechnique_AppraiseTable(BLL.CNCECHSSEService.Technique_Appraise[] appraise, System.AsyncCallback callback, object asyncState); string[] EndDataInsertTechnique_AppraiseTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertTechnique_EmergencyTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_EmergencyTableResponse")] string[] DataInsertTechnique_EmergencyTable(BLL.CNCECHSSEService.Technique_Emergency[] emergency); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertTechnique_EmergencyTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_EmergencyTableResponse")] System.IAsyncResult BeginDataInsertTechnique_EmergencyTable(BLL.CNCECHSSEService.Technique_Emergency[] emergency, System.AsyncCallback callback, object asyncState); string[] EndDataInsertTechnique_EmergencyTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertTechnique_SpecialSchemeTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_SpecialSchemeTableRespon" + "se")] string[] DataInsertTechnique_SpecialSchemeTable(BLL.CNCECHSSEService.Technique_SpecialScheme[] specialScheme); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertTechnique_SpecialSchemeTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_SpecialSchemeTableRespon" + "se")] System.IAsyncResult BeginDataInsertTechnique_SpecialSchemeTable(BLL.CNCECHSSEService.Technique_SpecialScheme[] specialScheme, System.AsyncCallback callback, object asyncState); string[] EndDataInsertTechnique_SpecialSchemeTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertInformation_AccidentCauseReportTab" + "le", ReplyAction="http://www.localhost.com/HSSEService/DataInsertInformation_AccidentCauseReportTab" + "leResponse")] string[] DataInsertInformation_AccidentCauseReportTable(BLL.CNCECHSSEService.Information_AccidentCauseReport[] accidentCauseReportList, BLL.CNCECHSSEService.Information_AccidentCauseReportItem[] accidentCauseReportItemList); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertInformation_AccidentCauseReportTab" + "le", ReplyAction="http://www.localhost.com/HSSEService/DataInsertInformation_AccidentCauseReportTab" + "leResponse")] System.IAsyncResult BeginDataInsertInformation_AccidentCauseReportTable(BLL.CNCECHSSEService.Information_AccidentCauseReport[] accidentCauseReportList, BLL.CNCECHSSEService.Information_AccidentCauseReportItem[] accidentCauseReportItemList, System.AsyncCallback callback, object asyncState); string[] EndDataInsertInformation_AccidentCauseReportTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertInformation_DrillConductedQuarterl" + "yReportTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertInformation_DrillConductedQuarterl" + "yReportTableResponse")] string[] DataInsertInformation_DrillConductedQuarterlyReportTable(BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReport[] drillConductedQuarterlyReportList, BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReportItem[] drillConductedQuarterlyReportItemList); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertInformation_DrillConductedQuarterl" + "yReportTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertInformation_DrillConductedQuarterl" + "yReportTableResponse")] System.IAsyncResult BeginDataInsertInformation_DrillConductedQuarterlyReportTable(BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReport[] drillConductedQuarterlyReportList, BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReportItem[] drillConductedQuarterlyReportItemList, System.AsyncCallback callback, object asyncState); string[] EndDataInsertInformation_DrillConductedQuarterlyReportTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertInformation_DrillPlanHalfYearRepor" + "tTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertInformation_DrillPlanHalfYearRepor" + "tTableResponse")] string[] DataInsertInformation_DrillPlanHalfYearReportTable(BLL.CNCECHSSEService.Information_DrillPlanHalfYearReport[] drillPlanHalfYearReportList, BLL.CNCECHSSEService.Information_DrillPlanHalfYearReportItem[] drillPlanHalfYearReportItemList); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertInformation_DrillPlanHalfYearRepor" + "tTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertInformation_DrillPlanHalfYearRepor" + "tTableResponse")] System.IAsyncResult BeginDataInsertInformation_DrillPlanHalfYearReportTable(BLL.CNCECHSSEService.Information_DrillPlanHalfYearReport[] drillPlanHalfYearReportList, BLL.CNCECHSSEService.Information_DrillPlanHalfYearReportItem[] drillPlanHalfYearReportItemList, System.AsyncCallback callback, object asyncState); string[] EndDataInsertInformation_DrillPlanHalfYearReportTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertInformation_MillionsMonthlyReportT" + "able", ReplyAction="http://www.localhost.com/HSSEService/DataInsertInformation_MillionsMonthlyReportT" + "ableResponse")] string[] DataInsertInformation_MillionsMonthlyReportTable(BLL.CNCECHSSEService.Information_MillionsMonthlyReport[] millionsMonthlyReportList, BLL.CNCECHSSEService.Information_MillionsMonthlyReportItem[] millionsMonthlyReportItemList); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertInformation_MillionsMonthlyReportT" + "able", ReplyAction="http://www.localhost.com/HSSEService/DataInsertInformation_MillionsMonthlyReportT" + "ableResponse")] System.IAsyncResult BeginDataInsertInformation_MillionsMonthlyReportTable(BLL.CNCECHSSEService.Information_MillionsMonthlyReport[] millionsMonthlyReportList, BLL.CNCECHSSEService.Information_MillionsMonthlyReportItem[] millionsMonthlyReportItemList, System.AsyncCallback callback, object asyncState); string[] EndDataInsertInformation_MillionsMonthlyReportTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertInformation_SafetyQuarterlyReportT" + "able", ReplyAction="http://www.localhost.com/HSSEService/DataInsertInformation_SafetyQuarterlyReportT" + "ableResponse")] string[] DataInsertInformation_SafetyQuarterlyReportTable(BLL.CNCECHSSEService.Information_SafetyQuarterlyReport[] safetyQuarterlyReportList); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertInformation_SafetyQuarterlyReportT" + "able", ReplyAction="http://www.localhost.com/HSSEService/DataInsertInformation_SafetyQuarterlyReportT" + "ableResponse")] System.IAsyncResult BeginDataInsertInformation_SafetyQuarterlyReportTable(BLL.CNCECHSSEService.Information_SafetyQuarterlyReport[] safetyQuarterlyReportList, System.AsyncCallback callback, object asyncState); string[] EndDataInsertInformation_SafetyQuarterlyReportTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertTraining_TrainingItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTraining_TrainingItemTableResponse" + "")] string[] DataInsertTraining_TrainingItemTable(BLL.CNCECHSSEService.Training_TrainingItem[] trainingItem); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertTraining_TrainingItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTraining_TrainingItemTableResponse" + "")] System.IAsyncResult BeginDataInsertTraining_TrainingItemTable(BLL.CNCECHSSEService.Training_TrainingItem[] trainingItem, System.AsyncCallback callback, object asyncState); string[] EndDataInsertTraining_TrainingItemTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertTraining_TrainTestDBItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTraining_TrainTestDBItemTableRespo" + "nse")] string[] DataInsertTraining_TrainTestDBItemTable(BLL.CNCECHSSEService.Training_TrainTestDBItem[] trainTestDBItem); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertTraining_TrainTestDBItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTraining_TrainTestDBItemTableRespo" + "nse")] System.IAsyncResult BeginDataInsertTraining_TrainTestDBItemTable(BLL.CNCECHSSEService.Training_TrainTestDBItem[] trainTestDBItem, System.AsyncCallback callback, object asyncState); string[] EndDataInsertTraining_TrainTestDBItemTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertEduTrain_AccidentCaseItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertEduTrain_AccidentCaseItemTableResp" + "onse")] string[] DataInsertEduTrain_AccidentCaseItemTable(BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] accidentCaseItem); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertEduTrain_AccidentCaseItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertEduTrain_AccidentCaseItemTableResp" + "onse")] System.IAsyncResult BeginDataInsertEduTrain_AccidentCaseItemTable(BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] accidentCaseItem, System.AsyncCallback callback, object asyncState); string[] EndDataInsertEduTrain_AccidentCaseItemTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertTraining_KnowledgeItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTraining_KnowledgeItemTableRespons" + "e")] string[] DataInsertTraining_KnowledgeItemTable(BLL.CNCECHSSEService.Training_KnowledgeItem[] knowledgeItem); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertTraining_KnowledgeItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTraining_KnowledgeItemTableRespons" + "e")] System.IAsyncResult BeginDataInsertTraining_KnowledgeItemTable(BLL.CNCECHSSEService.Training_KnowledgeItem[] knowledgeItem, System.AsyncCallback callback, object asyncState); string[] EndDataInsertTraining_KnowledgeItemTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertTechnique_HazardListTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_HazardListTableResponse")] string[] DataInsertTechnique_HazardListTable(BLL.CNCECHSSEService.Technique_HazardList[] hazardList); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertTechnique_HazardListTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_HazardListTableResponse")] System.IAsyncResult BeginDataInsertTechnique_HazardListTable(BLL.CNCECHSSEService.Technique_HazardList[] hazardList, System.AsyncCallback callback, object asyncState); string[] EndDataInsertTechnique_HazardListTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertTechnique_RectifyItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_RectifyItemTableResponse" + "")] string[] DataInsertTechnique_RectifyItemTable(BLL.CNCECHSSEService.Technique_RectifyItem[] rectifyItem); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertTechnique_RectifyItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_RectifyItemTableResponse" + "")] System.IAsyncResult BeginDataInsertTechnique_RectifyItemTable(BLL.CNCECHSSEService.Technique_RectifyItem[] rectifyItem, System.AsyncCallback callback, object asyncState); string[] EndDataInsertTechnique_RectifyItemTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertTechnique_ExpertTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_ExpertTableResponse")] string[] DataInsertTechnique_ExpertTable(BLL.CNCECHSSEService.Technique_Expert[] expert); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertTechnique_ExpertTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertTechnique_ExpertTableResponse")] System.IAsyncResult BeginDataInsertTechnique_ExpertTable(BLL.CNCECHSSEService.Technique_Expert[] expert, System.AsyncCallback callback, object asyncState); string[] EndDataInsertTechnique_ExpertTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertSupervise_SuperviseCheckRectifyTab" + "le", ReplyAction="http://www.localhost.com/HSSEService/DataInsertSupervise_SuperviseCheckRectifyTab" + "leResponse")] string[] DataInsertSupervise_SuperviseCheckRectifyTable(BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] superviseCheckRectify); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertSupervise_SuperviseCheckRectifyTab" + "le", ReplyAction="http://www.localhost.com/HSSEService/DataInsertSupervise_SuperviseCheckRectifyTab" + "leResponse")] System.IAsyncResult BeginDataInsertSupervise_SuperviseCheckRectifyTable(BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] superviseCheckRectify, System.AsyncCallback callback, object asyncState); string[] EndDataInsertSupervise_SuperviseCheckRectifyTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertHSSESystem_HSSEManageItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertHSSESystem_HSSEManageItemTableResp" + "onse")] string[] DataInsertHSSESystem_HSSEManageItemTable(BLL.CNCECHSSEService.HSSESystem_HSSEManageItem[] HSSEManageItem); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertHSSESystem_HSSEManageItemTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertHSSESystem_HSSEManageItemTableResp" + "onse")] System.IAsyncResult BeginDataInsertHSSESystem_HSSEManageItemTable(BLL.CNCECHSSEService.HSSESystem_HSSEManageItem[] HSSEManageItem, System.AsyncCallback callback, object asyncState); string[] EndDataInsertHSSESystem_HSSEManageItemTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertSupervise_UpCheckReportTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertSupervise_UpCheckReportTableRespon" + "se")] string[] DataInsertSupervise_UpCheckReportTable(BLL.CNCECHSSEService.Supervise_UpCheckReport[] upCheckReport, BLL.CNCECHSSEService.Supervise_UpCheckReportItem[] upCheckReportItem, BLL.CNCECHSSEService.Supervise_UpCheckReportItem2[] upCheckReportItem2); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertSupervise_UpCheckReportTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertSupervise_UpCheckReportTableRespon" + "se")] System.IAsyncResult BeginDataInsertSupervise_UpCheckReportTable(BLL.CNCECHSSEService.Supervise_UpCheckReport[] upCheckReport, BLL.CNCECHSSEService.Supervise_UpCheckReportItem[] upCheckReportItem, BLL.CNCECHSSEService.Supervise_UpCheckReportItem2[] upCheckReportItem2, System.AsyncCallback callback, object asyncState); string[] EndDataInsertSupervise_UpCheckReportTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertSupervise_SubUnitReportItemItemTab" + "le", ReplyAction="http://www.localhost.com/HSSEService/DataInsertSupervise_SubUnitReportItemItemTab" + "leResponse")] string[] DataInsertSupervise_SubUnitReportItemItemTable(BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] subUnitReportItem); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertSupervise_SubUnitReportItemItemTab" + "le", ReplyAction="http://www.localhost.com/HSSEService/DataInsertSupervise_SubUnitReportItemItemTab" + "leResponse")] System.IAsyncResult BeginDataInsertSupervise_SubUnitReportItemItemTable(BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] subUnitReportItem, System.AsyncCallback callback, object asyncState); string[] EndDataInsertSupervise_SubUnitReportItemItemTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertCheck_CheckRectifyTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertCheck_CheckRectifyTableResponse")] string[] DataInsertCheck_CheckRectifyTable(BLL.CNCECHSSEService.Check_CheckRectify[] checkRectify); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertCheck_CheckRectifyTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertCheck_CheckRectifyTableResponse")] System.IAsyncResult BeginDataInsertCheck_CheckRectifyTable(BLL.CNCECHSSEService.Check_CheckRectify[] checkRectify, System.AsyncCallback callback, object asyncState); string[] EndDataInsertCheck_CheckRectifyTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertHSSESystem_HSSEOrganizeTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertHSSESystem_HSSEOrganizeTableRespon" + "se")] string DataInsertHSSESystem_HSSEOrganizeTable(BLL.CNCECHSSEService.HSSESystem_HSSEOrganize hsseOrganize); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertHSSESystem_HSSEOrganizeTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertHSSESystem_HSSEOrganizeTableRespon" + "se")] System.IAsyncResult BeginDataInsertHSSESystem_HSSEOrganizeTable(BLL.CNCECHSSEService.HSSESystem_HSSEOrganize hsseOrganize, System.AsyncCallback callback, object asyncState); string EndDataInsertHSSESystem_HSSEOrganizeTable(System.IAsyncResult result); [System.ServiceModel.OperationContractAttribute(Action="http://www.localhost.com/HSSEService/DataInsertSys_SubUnitLogListTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertSys_SubUnitLogListTableResponse")] string[] DataInsertSys_SubUnitLogListTable(BLL.CNCECHSSEService.Sys_SubUnitLog[] subUnitLogList); [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://www.localhost.com/HSSEService/DataInsertSys_SubUnitLogListTable", ReplyAction="http://www.localhost.com/HSSEService/DataInsertSys_SubUnitLogListTableResponse")] System.IAsyncResult BeginDataInsertSys_SubUnitLogListTable(BLL.CNCECHSSEService.Sys_SubUnitLog[] subUnitLogList, System.AsyncCallback callback, object asyncState); string[] EndDataInsertSys_SubUnitLogListTable(System.IAsyncResult result); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface HSSEServiceChannel : BLL.CNCECHSSEService.HSSEService, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetSys_VersionToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetSys_VersionToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Sys_Version[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Sys_Version[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetBase_UnitToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetBase_UnitToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Base_Unit[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Base_Unit[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetInformation_UrgeReportToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetInformation_UrgeReportToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Information_UrgeReport[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Information_UrgeReport[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetLaw_LawRegulationListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetLaw_LawRegulationListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Law_LawRegulationList[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Law_LawRegulationList[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetLaw_HSSEStandardsListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetLaw_HSSEStandardsListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Law_HSSEStandardsList[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Law_HSSEStandardsList[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetLaw_RulesRegulationsToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetLaw_RulesRegulationsToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Law_RulesRegulations[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Law_RulesRegulations[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetLaw_ManageRuleToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetLaw_ManageRuleToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Law_ManageRule[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Law_ManageRule[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTechnique_HAZOPToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTechnique_HAZOPToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Technique_HAZOP[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Technique_HAZOP[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTechnique_AppraiseToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTechnique_AppraiseToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Technique_Appraise[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Technique_Appraise[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTechnique_EmergencyToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTechnique_EmergencyToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Technique_Emergency[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Technique_Emergency[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTechnique_SpecialSchemeToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTechnique_SpecialSchemeToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Technique_SpecialScheme[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Technique_SpecialScheme[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTraining_TrainingListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTraining_TrainingListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Training_Training[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Training_Training[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTraining_TrainingItemListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTraining_TrainingItemListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Training_TrainingItem[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Training_TrainingItem[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTraining_TrainTestDBListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTraining_TrainTestDBListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Training_TrainTestDB[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Training_TrainTestDB[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTraining_TrainTestDBItemListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTraining_TrainTestDBItemListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Training_TrainTestDBItem[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Training_TrainTestDBItem[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetEduTrain_AccidentCaseListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetEduTrain_AccidentCaseListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.EduTrain_AccidentCase[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.EduTrain_AccidentCase[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetEduTrain_AccidentCaseItemListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetEduTrain_AccidentCaseItemListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTraining_KnowledgeListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTraining_KnowledgeListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Training_Knowledge[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Training_Knowledge[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTraining_KnowledgeItemListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTraining_KnowledgeItemListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Training_KnowledgeItem[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Training_KnowledgeItem[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTechnique_HazardListTypeListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTechnique_HazardListTypeListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Technique_HazardListType[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Technique_HazardListType[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTechnique_HazardListListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTechnique_HazardListListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Technique_HazardList[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Technique_HazardList[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTechnique_RectifyListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTechnique_RectifyListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Technique_Rectify[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Technique_Rectify[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTechnique_RectifyItemListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTechnique_RectifyItemListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Technique_RectifyItem[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Technique_RectifyItem[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetTechnique_ExpertListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetTechnique_ExpertListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Technique_Expert[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Technique_Expert[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetSupervise_SuperviseCheckRectifyListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetSupervise_SuperviseCheckRectifyListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetSupervise_SubUnitReportListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetSupervise_SubUnitReportListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Supervise_SubUnitReport[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Supervise_SubUnitReport[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetSupervise_SubUnitReportItemListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetSupervise_SubUnitReportItemListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Supervise_SubUnitReportItem[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetCheck_CheckRectifyListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetCheck_CheckRectifyListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Check_CheckRectify[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Check_CheckRectify[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GetCheck_CheckInfo_Table8ItemListToSUBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public GetCheck_CheckInfo_Table8ItemListToSUBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public BLL.CNCECHSSEService.Check_CheckInfo_Table8Item[] Result { get { base.RaiseExceptionIfNecessary(); return ((BLL.CNCECHSSEService.Check_CheckInfo_Table8Item[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertLaw_LawRegulationListTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertLaw_LawRegulationListTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertLaw_HSSEStandardsListTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertLaw_HSSEStandardsListTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertLaw_RulesRegulationsTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertLaw_RulesRegulationsTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertLaw_ManageRuleTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertLaw_ManageRuleTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertTechnique_HAZOPTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertTechnique_HAZOPTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertTechnique_AppraiseTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertTechnique_AppraiseTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertTechnique_EmergencyTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertTechnique_EmergencyTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertTechnique_SpecialSchemeTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertTechnique_SpecialSchemeTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertInformation_AccidentCauseReportTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertInformation_AccidentCauseReportTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertInformation_DrillConductedQuarterlyReportTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertInformation_DrillConductedQuarterlyReportTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertInformation_DrillPlanHalfYearReportTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertInformation_DrillPlanHalfYearReportTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertInformation_MillionsMonthlyReportTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertInformation_MillionsMonthlyReportTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertInformation_SafetyQuarterlyReportTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertInformation_SafetyQuarterlyReportTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertTraining_TrainingItemTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertTraining_TrainingItemTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertTraining_TrainTestDBItemTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertTraining_TrainTestDBItemTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertEduTrain_AccidentCaseItemTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertEduTrain_AccidentCaseItemTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertTraining_KnowledgeItemTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertTraining_KnowledgeItemTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertTechnique_HazardListTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertTechnique_HazardListTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertTechnique_RectifyItemTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertTechnique_RectifyItemTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertTechnique_ExpertTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertTechnique_ExpertTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertSupervise_SuperviseCheckRectifyTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertSupervise_SuperviseCheckRectifyTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertHSSESystem_HSSEManageItemTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertHSSESystem_HSSEManageItemTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertSupervise_UpCheckReportTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertSupervise_UpCheckReportTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertSupervise_SubUnitReportItemItemTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertSupervise_SubUnitReportItemItemTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertCheck_CheckRectifyTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertCheck_CheckRectifyTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertHSSESystem_HSSEOrganizeTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertHSSESystem_HSSEOrganizeTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string Result { get { base.RaiseExceptionIfNecessary(); return ((string)(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataInsertSys_SubUnitLogListTableCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; public DataInsertSys_SubUnitLogListTableCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } public string[] Result { get { base.RaiseExceptionIfNecessary(); return ((string[])(this.results[0])); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class HSSEServiceClient : System.ServiceModel.ClientBase, BLL.CNCECHSSEService.HSSEService { private BeginOperationDelegate onBeginGetSys_VersionToSUBDelegate; private EndOperationDelegate onEndGetSys_VersionToSUBDelegate; private System.Threading.SendOrPostCallback onGetSys_VersionToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetBase_UnitToSUBDelegate; private EndOperationDelegate onEndGetBase_UnitToSUBDelegate; private System.Threading.SendOrPostCallback onGetBase_UnitToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetInformation_UrgeReportToSUBDelegate; private EndOperationDelegate onEndGetInformation_UrgeReportToSUBDelegate; private System.Threading.SendOrPostCallback onGetInformation_UrgeReportToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetLaw_LawRegulationListToSUBDelegate; private EndOperationDelegate onEndGetLaw_LawRegulationListToSUBDelegate; private System.Threading.SendOrPostCallback onGetLaw_LawRegulationListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetLaw_HSSEStandardsListToSUBDelegate; private EndOperationDelegate onEndGetLaw_HSSEStandardsListToSUBDelegate; private System.Threading.SendOrPostCallback onGetLaw_HSSEStandardsListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetLaw_RulesRegulationsToSUBDelegate; private EndOperationDelegate onEndGetLaw_RulesRegulationsToSUBDelegate; private System.Threading.SendOrPostCallback onGetLaw_RulesRegulationsToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetLaw_ManageRuleToSUBDelegate; private EndOperationDelegate onEndGetLaw_ManageRuleToSUBDelegate; private System.Threading.SendOrPostCallback onGetLaw_ManageRuleToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTechnique_HAZOPToSUBDelegate; private EndOperationDelegate onEndGetTechnique_HAZOPToSUBDelegate; private System.Threading.SendOrPostCallback onGetTechnique_HAZOPToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTechnique_AppraiseToSUBDelegate; private EndOperationDelegate onEndGetTechnique_AppraiseToSUBDelegate; private System.Threading.SendOrPostCallback onGetTechnique_AppraiseToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTechnique_EmergencyToSUBDelegate; private EndOperationDelegate onEndGetTechnique_EmergencyToSUBDelegate; private System.Threading.SendOrPostCallback onGetTechnique_EmergencyToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTechnique_SpecialSchemeToSUBDelegate; private EndOperationDelegate onEndGetTechnique_SpecialSchemeToSUBDelegate; private System.Threading.SendOrPostCallback onGetTechnique_SpecialSchemeToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTraining_TrainingListToSUBDelegate; private EndOperationDelegate onEndGetTraining_TrainingListToSUBDelegate; private System.Threading.SendOrPostCallback onGetTraining_TrainingListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTraining_TrainingItemListToSUBDelegate; private EndOperationDelegate onEndGetTraining_TrainingItemListToSUBDelegate; private System.Threading.SendOrPostCallback onGetTraining_TrainingItemListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTraining_TrainTestDBListToSUBDelegate; private EndOperationDelegate onEndGetTraining_TrainTestDBListToSUBDelegate; private System.Threading.SendOrPostCallback onGetTraining_TrainTestDBListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTraining_TrainTestDBItemListToSUBDelegate; private EndOperationDelegate onEndGetTraining_TrainTestDBItemListToSUBDelegate; private System.Threading.SendOrPostCallback onGetTraining_TrainTestDBItemListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetEduTrain_AccidentCaseListToSUBDelegate; private EndOperationDelegate onEndGetEduTrain_AccidentCaseListToSUBDelegate; private System.Threading.SendOrPostCallback onGetEduTrain_AccidentCaseListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetEduTrain_AccidentCaseItemListToSUBDelegate; private EndOperationDelegate onEndGetEduTrain_AccidentCaseItemListToSUBDelegate; private System.Threading.SendOrPostCallback onGetEduTrain_AccidentCaseItemListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTraining_KnowledgeListToSUBDelegate; private EndOperationDelegate onEndGetTraining_KnowledgeListToSUBDelegate; private System.Threading.SendOrPostCallback onGetTraining_KnowledgeListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTraining_KnowledgeItemListToSUBDelegate; private EndOperationDelegate onEndGetTraining_KnowledgeItemListToSUBDelegate; private System.Threading.SendOrPostCallback onGetTraining_KnowledgeItemListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTechnique_HazardListTypeListToSUBDelegate; private EndOperationDelegate onEndGetTechnique_HazardListTypeListToSUBDelegate; private System.Threading.SendOrPostCallback onGetTechnique_HazardListTypeListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTechnique_HazardListListToSUBDelegate; private EndOperationDelegate onEndGetTechnique_HazardListListToSUBDelegate; private System.Threading.SendOrPostCallback onGetTechnique_HazardListListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTechnique_RectifyListToSUBDelegate; private EndOperationDelegate onEndGetTechnique_RectifyListToSUBDelegate; private System.Threading.SendOrPostCallback onGetTechnique_RectifyListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTechnique_RectifyItemListToSUBDelegate; private EndOperationDelegate onEndGetTechnique_RectifyItemListToSUBDelegate; private System.Threading.SendOrPostCallback onGetTechnique_RectifyItemListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetTechnique_ExpertListToSUBDelegate; private EndOperationDelegate onEndGetTechnique_ExpertListToSUBDelegate; private System.Threading.SendOrPostCallback onGetTechnique_ExpertListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetSupervise_SuperviseCheckRectifyListToSUBDelegate; private EndOperationDelegate onEndGetSupervise_SuperviseCheckRectifyListToSUBDelegate; private System.Threading.SendOrPostCallback onGetSupervise_SuperviseCheckRectifyListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetSupervise_SubUnitReportListToSUBDelegate; private EndOperationDelegate onEndGetSupervise_SubUnitReportListToSUBDelegate; private System.Threading.SendOrPostCallback onGetSupervise_SubUnitReportListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetSupervise_SubUnitReportItemListToSUBDelegate; private EndOperationDelegate onEndGetSupervise_SubUnitReportItemListToSUBDelegate; private System.Threading.SendOrPostCallback onGetSupervise_SubUnitReportItemListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetCheck_CheckRectifyListToSUBDelegate; private EndOperationDelegate onEndGetCheck_CheckRectifyListToSUBDelegate; private System.Threading.SendOrPostCallback onGetCheck_CheckRectifyListToSUBCompletedDelegate; private BeginOperationDelegate onBeginGetCheck_CheckInfo_Table8ItemListToSUBDelegate; private EndOperationDelegate onEndGetCheck_CheckInfo_Table8ItemListToSUBDelegate; private System.Threading.SendOrPostCallback onGetCheck_CheckInfo_Table8ItemListToSUBCompletedDelegate; private BeginOperationDelegate onBeginDataInsertLaw_LawRegulationListTableDelegate; private EndOperationDelegate onEndDataInsertLaw_LawRegulationListTableDelegate; private System.Threading.SendOrPostCallback onDataInsertLaw_LawRegulationListTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertLaw_HSSEStandardsListTableDelegate; private EndOperationDelegate onEndDataInsertLaw_HSSEStandardsListTableDelegate; private System.Threading.SendOrPostCallback onDataInsertLaw_HSSEStandardsListTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertLaw_RulesRegulationsTableDelegate; private EndOperationDelegate onEndDataInsertLaw_RulesRegulationsTableDelegate; private System.Threading.SendOrPostCallback onDataInsertLaw_RulesRegulationsTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertLaw_ManageRuleTableDelegate; private EndOperationDelegate onEndDataInsertLaw_ManageRuleTableDelegate; private System.Threading.SendOrPostCallback onDataInsertLaw_ManageRuleTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertTechnique_HAZOPTableDelegate; private EndOperationDelegate onEndDataInsertTechnique_HAZOPTableDelegate; private System.Threading.SendOrPostCallback onDataInsertTechnique_HAZOPTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertTechnique_AppraiseTableDelegate; private EndOperationDelegate onEndDataInsertTechnique_AppraiseTableDelegate; private System.Threading.SendOrPostCallback onDataInsertTechnique_AppraiseTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertTechnique_EmergencyTableDelegate; private EndOperationDelegate onEndDataInsertTechnique_EmergencyTableDelegate; private System.Threading.SendOrPostCallback onDataInsertTechnique_EmergencyTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertTechnique_SpecialSchemeTableDelegate; private EndOperationDelegate onEndDataInsertTechnique_SpecialSchemeTableDelegate; private System.Threading.SendOrPostCallback onDataInsertTechnique_SpecialSchemeTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertInformation_AccidentCauseReportTableDelegate; private EndOperationDelegate onEndDataInsertInformation_AccidentCauseReportTableDelegate; private System.Threading.SendOrPostCallback onDataInsertInformation_AccidentCauseReportTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertInformation_DrillConductedQuarterlyReportTableDelegate; private EndOperationDelegate onEndDataInsertInformation_DrillConductedQuarterlyReportTableDelegate; private System.Threading.SendOrPostCallback onDataInsertInformation_DrillConductedQuarterlyReportTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertInformation_DrillPlanHalfYearReportTableDelegate; private EndOperationDelegate onEndDataInsertInformation_DrillPlanHalfYearReportTableDelegate; private System.Threading.SendOrPostCallback onDataInsertInformation_DrillPlanHalfYearReportTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertInformation_MillionsMonthlyReportTableDelegate; private EndOperationDelegate onEndDataInsertInformation_MillionsMonthlyReportTableDelegate; private System.Threading.SendOrPostCallback onDataInsertInformation_MillionsMonthlyReportTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertInformation_SafetyQuarterlyReportTableDelegate; private EndOperationDelegate onEndDataInsertInformation_SafetyQuarterlyReportTableDelegate; private System.Threading.SendOrPostCallback onDataInsertInformation_SafetyQuarterlyReportTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertTraining_TrainingItemTableDelegate; private EndOperationDelegate onEndDataInsertTraining_TrainingItemTableDelegate; private System.Threading.SendOrPostCallback onDataInsertTraining_TrainingItemTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertTraining_TrainTestDBItemTableDelegate; private EndOperationDelegate onEndDataInsertTraining_TrainTestDBItemTableDelegate; private System.Threading.SendOrPostCallback onDataInsertTraining_TrainTestDBItemTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertEduTrain_AccidentCaseItemTableDelegate; private EndOperationDelegate onEndDataInsertEduTrain_AccidentCaseItemTableDelegate; private System.Threading.SendOrPostCallback onDataInsertEduTrain_AccidentCaseItemTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertTraining_KnowledgeItemTableDelegate; private EndOperationDelegate onEndDataInsertTraining_KnowledgeItemTableDelegate; private System.Threading.SendOrPostCallback onDataInsertTraining_KnowledgeItemTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertTechnique_HazardListTableDelegate; private EndOperationDelegate onEndDataInsertTechnique_HazardListTableDelegate; private System.Threading.SendOrPostCallback onDataInsertTechnique_HazardListTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertTechnique_RectifyItemTableDelegate; private EndOperationDelegate onEndDataInsertTechnique_RectifyItemTableDelegate; private System.Threading.SendOrPostCallback onDataInsertTechnique_RectifyItemTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertTechnique_ExpertTableDelegate; private EndOperationDelegate onEndDataInsertTechnique_ExpertTableDelegate; private System.Threading.SendOrPostCallback onDataInsertTechnique_ExpertTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertSupervise_SuperviseCheckRectifyTableDelegate; private EndOperationDelegate onEndDataInsertSupervise_SuperviseCheckRectifyTableDelegate; private System.Threading.SendOrPostCallback onDataInsertSupervise_SuperviseCheckRectifyTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertHSSESystem_HSSEManageItemTableDelegate; private EndOperationDelegate onEndDataInsertHSSESystem_HSSEManageItemTableDelegate; private System.Threading.SendOrPostCallback onDataInsertHSSESystem_HSSEManageItemTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertSupervise_UpCheckReportTableDelegate; private EndOperationDelegate onEndDataInsertSupervise_UpCheckReportTableDelegate; private System.Threading.SendOrPostCallback onDataInsertSupervise_UpCheckReportTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertSupervise_SubUnitReportItemItemTableDelegate; private EndOperationDelegate onEndDataInsertSupervise_SubUnitReportItemItemTableDelegate; private System.Threading.SendOrPostCallback onDataInsertSupervise_SubUnitReportItemItemTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertCheck_CheckRectifyTableDelegate; private EndOperationDelegate onEndDataInsertCheck_CheckRectifyTableDelegate; private System.Threading.SendOrPostCallback onDataInsertCheck_CheckRectifyTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertHSSESystem_HSSEOrganizeTableDelegate; private EndOperationDelegate onEndDataInsertHSSESystem_HSSEOrganizeTableDelegate; private System.Threading.SendOrPostCallback onDataInsertHSSESystem_HSSEOrganizeTableCompletedDelegate; private BeginOperationDelegate onBeginDataInsertSys_SubUnitLogListTableDelegate; private EndOperationDelegate onEndDataInsertSys_SubUnitLogListTableDelegate; private System.Threading.SendOrPostCallback onDataInsertSys_SubUnitLogListTableCompletedDelegate; public HSSEServiceClient() { } public HSSEServiceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public HSSEServiceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public HSSEServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public HSSEServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public event System.EventHandler GetSys_VersionToSUBCompleted; public event System.EventHandler GetBase_UnitToSUBCompleted; public event System.EventHandler GetInformation_UrgeReportToSUBCompleted; public event System.EventHandler GetLaw_LawRegulationListToSUBCompleted; public event System.EventHandler GetLaw_HSSEStandardsListToSUBCompleted; public event System.EventHandler GetLaw_RulesRegulationsToSUBCompleted; public event System.EventHandler GetLaw_ManageRuleToSUBCompleted; public event System.EventHandler GetTechnique_HAZOPToSUBCompleted; public event System.EventHandler GetTechnique_AppraiseToSUBCompleted; public event System.EventHandler GetTechnique_EmergencyToSUBCompleted; public event System.EventHandler GetTechnique_SpecialSchemeToSUBCompleted; public event System.EventHandler GetTraining_TrainingListToSUBCompleted; public event System.EventHandler GetTraining_TrainingItemListToSUBCompleted; public event System.EventHandler GetTraining_TrainTestDBListToSUBCompleted; public event System.EventHandler GetTraining_TrainTestDBItemListToSUBCompleted; public event System.EventHandler GetEduTrain_AccidentCaseListToSUBCompleted; public event System.EventHandler GetEduTrain_AccidentCaseItemListToSUBCompleted; public event System.EventHandler GetTraining_KnowledgeListToSUBCompleted; public event System.EventHandler GetTraining_KnowledgeItemListToSUBCompleted; public event System.EventHandler GetTechnique_HazardListTypeListToSUBCompleted; public event System.EventHandler GetTechnique_HazardListListToSUBCompleted; public event System.EventHandler GetTechnique_RectifyListToSUBCompleted; public event System.EventHandler GetTechnique_RectifyItemListToSUBCompleted; public event System.EventHandler GetTechnique_ExpertListToSUBCompleted; public event System.EventHandler GetSupervise_SuperviseCheckRectifyListToSUBCompleted; public event System.EventHandler GetSupervise_SubUnitReportListToSUBCompleted; public event System.EventHandler GetSupervise_SubUnitReportItemListToSUBCompleted; public event System.EventHandler GetCheck_CheckRectifyListToSUBCompleted; public event System.EventHandler GetCheck_CheckInfo_Table8ItemListToSUBCompleted; public event System.EventHandler DataInsertLaw_LawRegulationListTableCompleted; public event System.EventHandler DataInsertLaw_HSSEStandardsListTableCompleted; public event System.EventHandler DataInsertLaw_RulesRegulationsTableCompleted; public event System.EventHandler DataInsertLaw_ManageRuleTableCompleted; public event System.EventHandler DataInsertTechnique_HAZOPTableCompleted; public event System.EventHandler DataInsertTechnique_AppraiseTableCompleted; public event System.EventHandler DataInsertTechnique_EmergencyTableCompleted; public event System.EventHandler DataInsertTechnique_SpecialSchemeTableCompleted; public event System.EventHandler DataInsertInformation_AccidentCauseReportTableCompleted; public event System.EventHandler DataInsertInformation_DrillConductedQuarterlyReportTableCompleted; public event System.EventHandler DataInsertInformation_DrillPlanHalfYearReportTableCompleted; public event System.EventHandler DataInsertInformation_MillionsMonthlyReportTableCompleted; public event System.EventHandler DataInsertInformation_SafetyQuarterlyReportTableCompleted; public event System.EventHandler DataInsertTraining_TrainingItemTableCompleted; public event System.EventHandler DataInsertTraining_TrainTestDBItemTableCompleted; public event System.EventHandler DataInsertEduTrain_AccidentCaseItemTableCompleted; public event System.EventHandler DataInsertTraining_KnowledgeItemTableCompleted; public event System.EventHandler DataInsertTechnique_HazardListTableCompleted; public event System.EventHandler DataInsertTechnique_RectifyItemTableCompleted; public event System.EventHandler DataInsertTechnique_ExpertTableCompleted; public event System.EventHandler DataInsertSupervise_SuperviseCheckRectifyTableCompleted; public event System.EventHandler DataInsertHSSESystem_HSSEManageItemTableCompleted; public event System.EventHandler DataInsertSupervise_UpCheckReportTableCompleted; public event System.EventHandler DataInsertSupervise_SubUnitReportItemItemTableCompleted; public event System.EventHandler DataInsertCheck_CheckRectifyTableCompleted; public event System.EventHandler DataInsertHSSESystem_HSSEOrganizeTableCompleted; public event System.EventHandler DataInsertSys_SubUnitLogListTableCompleted; public BLL.CNCECHSSEService.Sys_Version[] GetSys_VersionToSUB() { return base.Channel.GetSys_VersionToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetSys_VersionToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetSys_VersionToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Sys_Version[] EndGetSys_VersionToSUB(System.IAsyncResult result) { return base.Channel.EndGetSys_VersionToSUB(result); } private System.IAsyncResult OnBeginGetSys_VersionToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetSys_VersionToSUB(callback, asyncState); } private object[] OnEndGetSys_VersionToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Sys_Version[] retVal = this.EndGetSys_VersionToSUB(result); return new object[] { retVal}; } private void OnGetSys_VersionToSUBCompleted(object state) { if ((this.GetSys_VersionToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetSys_VersionToSUBCompleted(this, new GetSys_VersionToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetSys_VersionToSUBAsync() { this.GetSys_VersionToSUBAsync(null); } public void GetSys_VersionToSUBAsync(object userState) { if ((this.onBeginGetSys_VersionToSUBDelegate == null)) { this.onBeginGetSys_VersionToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetSys_VersionToSUB); } if ((this.onEndGetSys_VersionToSUBDelegate == null)) { this.onEndGetSys_VersionToSUBDelegate = new EndOperationDelegate(this.OnEndGetSys_VersionToSUB); } if ((this.onGetSys_VersionToSUBCompletedDelegate == null)) { this.onGetSys_VersionToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSys_VersionToSUBCompleted); } base.InvokeAsync(this.onBeginGetSys_VersionToSUBDelegate, null, this.onEndGetSys_VersionToSUBDelegate, this.onGetSys_VersionToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Base_Unit[] GetBase_UnitToSUB() { return base.Channel.GetBase_UnitToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetBase_UnitToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetBase_UnitToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Base_Unit[] EndGetBase_UnitToSUB(System.IAsyncResult result) { return base.Channel.EndGetBase_UnitToSUB(result); } private System.IAsyncResult OnBeginGetBase_UnitToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetBase_UnitToSUB(callback, asyncState); } private object[] OnEndGetBase_UnitToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Base_Unit[] retVal = this.EndGetBase_UnitToSUB(result); return new object[] { retVal}; } private void OnGetBase_UnitToSUBCompleted(object state) { if ((this.GetBase_UnitToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetBase_UnitToSUBCompleted(this, new GetBase_UnitToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetBase_UnitToSUBAsync() { this.GetBase_UnitToSUBAsync(null); } public void GetBase_UnitToSUBAsync(object userState) { if ((this.onBeginGetBase_UnitToSUBDelegate == null)) { this.onBeginGetBase_UnitToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetBase_UnitToSUB); } if ((this.onEndGetBase_UnitToSUBDelegate == null)) { this.onEndGetBase_UnitToSUBDelegate = new EndOperationDelegate(this.OnEndGetBase_UnitToSUB); } if ((this.onGetBase_UnitToSUBCompletedDelegate == null)) { this.onGetBase_UnitToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetBase_UnitToSUBCompleted); } base.InvokeAsync(this.onBeginGetBase_UnitToSUBDelegate, null, this.onEndGetBase_UnitToSUBDelegate, this.onGetBase_UnitToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Information_UrgeReport[] GetInformation_UrgeReportToSUB(string unitId) { return base.Channel.GetInformation_UrgeReportToSUB(unitId); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetInformation_UrgeReportToSUB(string unitId, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetInformation_UrgeReportToSUB(unitId, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Information_UrgeReport[] EndGetInformation_UrgeReportToSUB(System.IAsyncResult result) { return base.Channel.EndGetInformation_UrgeReportToSUB(result); } private System.IAsyncResult OnBeginGetInformation_UrgeReportToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { string unitId = ((string)(inValues[0])); return this.BeginGetInformation_UrgeReportToSUB(unitId, callback, asyncState); } private object[] OnEndGetInformation_UrgeReportToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Information_UrgeReport[] retVal = this.EndGetInformation_UrgeReportToSUB(result); return new object[] { retVal}; } private void OnGetInformation_UrgeReportToSUBCompleted(object state) { if ((this.GetInformation_UrgeReportToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetInformation_UrgeReportToSUBCompleted(this, new GetInformation_UrgeReportToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetInformation_UrgeReportToSUBAsync(string unitId) { this.GetInformation_UrgeReportToSUBAsync(unitId, null); } public void GetInformation_UrgeReportToSUBAsync(string unitId, object userState) { if ((this.onBeginGetInformation_UrgeReportToSUBDelegate == null)) { this.onBeginGetInformation_UrgeReportToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetInformation_UrgeReportToSUB); } if ((this.onEndGetInformation_UrgeReportToSUBDelegate == null)) { this.onEndGetInformation_UrgeReportToSUBDelegate = new EndOperationDelegate(this.OnEndGetInformation_UrgeReportToSUB); } if ((this.onGetInformation_UrgeReportToSUBCompletedDelegate == null)) { this.onGetInformation_UrgeReportToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetInformation_UrgeReportToSUBCompleted); } base.InvokeAsync(this.onBeginGetInformation_UrgeReportToSUBDelegate, new object[] { unitId}, this.onEndGetInformation_UrgeReportToSUBDelegate, this.onGetInformation_UrgeReportToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Law_LawRegulationList[] GetLaw_LawRegulationListToSUB() { return base.Channel.GetLaw_LawRegulationListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetLaw_LawRegulationListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetLaw_LawRegulationListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Law_LawRegulationList[] EndGetLaw_LawRegulationListToSUB(System.IAsyncResult result) { return base.Channel.EndGetLaw_LawRegulationListToSUB(result); } private System.IAsyncResult OnBeginGetLaw_LawRegulationListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetLaw_LawRegulationListToSUB(callback, asyncState); } private object[] OnEndGetLaw_LawRegulationListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Law_LawRegulationList[] retVal = this.EndGetLaw_LawRegulationListToSUB(result); return new object[] { retVal}; } private void OnGetLaw_LawRegulationListToSUBCompleted(object state) { if ((this.GetLaw_LawRegulationListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetLaw_LawRegulationListToSUBCompleted(this, new GetLaw_LawRegulationListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetLaw_LawRegulationListToSUBAsync() { this.GetLaw_LawRegulationListToSUBAsync(null); } public void GetLaw_LawRegulationListToSUBAsync(object userState) { if ((this.onBeginGetLaw_LawRegulationListToSUBDelegate == null)) { this.onBeginGetLaw_LawRegulationListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetLaw_LawRegulationListToSUB); } if ((this.onEndGetLaw_LawRegulationListToSUBDelegate == null)) { this.onEndGetLaw_LawRegulationListToSUBDelegate = new EndOperationDelegate(this.OnEndGetLaw_LawRegulationListToSUB); } if ((this.onGetLaw_LawRegulationListToSUBCompletedDelegate == null)) { this.onGetLaw_LawRegulationListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetLaw_LawRegulationListToSUBCompleted); } base.InvokeAsync(this.onBeginGetLaw_LawRegulationListToSUBDelegate, null, this.onEndGetLaw_LawRegulationListToSUBDelegate, this.onGetLaw_LawRegulationListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Law_HSSEStandardsList[] GetLaw_HSSEStandardsListToSUB() { return base.Channel.GetLaw_HSSEStandardsListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetLaw_HSSEStandardsListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetLaw_HSSEStandardsListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Law_HSSEStandardsList[] EndGetLaw_HSSEStandardsListToSUB(System.IAsyncResult result) { return base.Channel.EndGetLaw_HSSEStandardsListToSUB(result); } private System.IAsyncResult OnBeginGetLaw_HSSEStandardsListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetLaw_HSSEStandardsListToSUB(callback, asyncState); } private object[] OnEndGetLaw_HSSEStandardsListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Law_HSSEStandardsList[] retVal = this.EndGetLaw_HSSEStandardsListToSUB(result); return new object[] { retVal}; } private void OnGetLaw_HSSEStandardsListToSUBCompleted(object state) { if ((this.GetLaw_HSSEStandardsListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetLaw_HSSEStandardsListToSUBCompleted(this, new GetLaw_HSSEStandardsListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetLaw_HSSEStandardsListToSUBAsync() { this.GetLaw_HSSEStandardsListToSUBAsync(null); } public void GetLaw_HSSEStandardsListToSUBAsync(object userState) { if ((this.onBeginGetLaw_HSSEStandardsListToSUBDelegate == null)) { this.onBeginGetLaw_HSSEStandardsListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetLaw_HSSEStandardsListToSUB); } if ((this.onEndGetLaw_HSSEStandardsListToSUBDelegate == null)) { this.onEndGetLaw_HSSEStandardsListToSUBDelegate = new EndOperationDelegate(this.OnEndGetLaw_HSSEStandardsListToSUB); } if ((this.onGetLaw_HSSEStandardsListToSUBCompletedDelegate == null)) { this.onGetLaw_HSSEStandardsListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetLaw_HSSEStandardsListToSUBCompleted); } base.InvokeAsync(this.onBeginGetLaw_HSSEStandardsListToSUBDelegate, null, this.onEndGetLaw_HSSEStandardsListToSUBDelegate, this.onGetLaw_HSSEStandardsListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Law_RulesRegulations[] GetLaw_RulesRegulationsToSUB() { return base.Channel.GetLaw_RulesRegulationsToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetLaw_RulesRegulationsToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetLaw_RulesRegulationsToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Law_RulesRegulations[] EndGetLaw_RulesRegulationsToSUB(System.IAsyncResult result) { return base.Channel.EndGetLaw_RulesRegulationsToSUB(result); } private System.IAsyncResult OnBeginGetLaw_RulesRegulationsToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetLaw_RulesRegulationsToSUB(callback, asyncState); } private object[] OnEndGetLaw_RulesRegulationsToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Law_RulesRegulations[] retVal = this.EndGetLaw_RulesRegulationsToSUB(result); return new object[] { retVal}; } private void OnGetLaw_RulesRegulationsToSUBCompleted(object state) { if ((this.GetLaw_RulesRegulationsToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetLaw_RulesRegulationsToSUBCompleted(this, new GetLaw_RulesRegulationsToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetLaw_RulesRegulationsToSUBAsync() { this.GetLaw_RulesRegulationsToSUBAsync(null); } public void GetLaw_RulesRegulationsToSUBAsync(object userState) { if ((this.onBeginGetLaw_RulesRegulationsToSUBDelegate == null)) { this.onBeginGetLaw_RulesRegulationsToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetLaw_RulesRegulationsToSUB); } if ((this.onEndGetLaw_RulesRegulationsToSUBDelegate == null)) { this.onEndGetLaw_RulesRegulationsToSUBDelegate = new EndOperationDelegate(this.OnEndGetLaw_RulesRegulationsToSUB); } if ((this.onGetLaw_RulesRegulationsToSUBCompletedDelegate == null)) { this.onGetLaw_RulesRegulationsToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetLaw_RulesRegulationsToSUBCompleted); } base.InvokeAsync(this.onBeginGetLaw_RulesRegulationsToSUBDelegate, null, this.onEndGetLaw_RulesRegulationsToSUBDelegate, this.onGetLaw_RulesRegulationsToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Law_ManageRule[] GetLaw_ManageRuleToSUB() { return base.Channel.GetLaw_ManageRuleToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetLaw_ManageRuleToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetLaw_ManageRuleToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Law_ManageRule[] EndGetLaw_ManageRuleToSUB(System.IAsyncResult result) { return base.Channel.EndGetLaw_ManageRuleToSUB(result); } private System.IAsyncResult OnBeginGetLaw_ManageRuleToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetLaw_ManageRuleToSUB(callback, asyncState); } private object[] OnEndGetLaw_ManageRuleToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Law_ManageRule[] retVal = this.EndGetLaw_ManageRuleToSUB(result); return new object[] { retVal}; } private void OnGetLaw_ManageRuleToSUBCompleted(object state) { if ((this.GetLaw_ManageRuleToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetLaw_ManageRuleToSUBCompleted(this, new GetLaw_ManageRuleToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetLaw_ManageRuleToSUBAsync() { this.GetLaw_ManageRuleToSUBAsync(null); } public void GetLaw_ManageRuleToSUBAsync(object userState) { if ((this.onBeginGetLaw_ManageRuleToSUBDelegate == null)) { this.onBeginGetLaw_ManageRuleToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetLaw_ManageRuleToSUB); } if ((this.onEndGetLaw_ManageRuleToSUBDelegate == null)) { this.onEndGetLaw_ManageRuleToSUBDelegate = new EndOperationDelegate(this.OnEndGetLaw_ManageRuleToSUB); } if ((this.onGetLaw_ManageRuleToSUBCompletedDelegate == null)) { this.onGetLaw_ManageRuleToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetLaw_ManageRuleToSUBCompleted); } base.InvokeAsync(this.onBeginGetLaw_ManageRuleToSUBDelegate, null, this.onEndGetLaw_ManageRuleToSUBDelegate, this.onGetLaw_ManageRuleToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Technique_HAZOP[] GetTechnique_HAZOPToSUB() { return base.Channel.GetTechnique_HAZOPToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTechnique_HAZOPToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTechnique_HAZOPToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Technique_HAZOP[] EndGetTechnique_HAZOPToSUB(System.IAsyncResult result) { return base.Channel.EndGetTechnique_HAZOPToSUB(result); } private System.IAsyncResult OnBeginGetTechnique_HAZOPToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTechnique_HAZOPToSUB(callback, asyncState); } private object[] OnEndGetTechnique_HAZOPToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Technique_HAZOP[] retVal = this.EndGetTechnique_HAZOPToSUB(result); return new object[] { retVal}; } private void OnGetTechnique_HAZOPToSUBCompleted(object state) { if ((this.GetTechnique_HAZOPToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTechnique_HAZOPToSUBCompleted(this, new GetTechnique_HAZOPToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTechnique_HAZOPToSUBAsync() { this.GetTechnique_HAZOPToSUBAsync(null); } public void GetTechnique_HAZOPToSUBAsync(object userState) { if ((this.onBeginGetTechnique_HAZOPToSUBDelegate == null)) { this.onBeginGetTechnique_HAZOPToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTechnique_HAZOPToSUB); } if ((this.onEndGetTechnique_HAZOPToSUBDelegate == null)) { this.onEndGetTechnique_HAZOPToSUBDelegate = new EndOperationDelegate(this.OnEndGetTechnique_HAZOPToSUB); } if ((this.onGetTechnique_HAZOPToSUBCompletedDelegate == null)) { this.onGetTechnique_HAZOPToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTechnique_HAZOPToSUBCompleted); } base.InvokeAsync(this.onBeginGetTechnique_HAZOPToSUBDelegate, null, this.onEndGetTechnique_HAZOPToSUBDelegate, this.onGetTechnique_HAZOPToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Technique_Appraise[] GetTechnique_AppraiseToSUB() { return base.Channel.GetTechnique_AppraiseToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTechnique_AppraiseToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTechnique_AppraiseToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Technique_Appraise[] EndGetTechnique_AppraiseToSUB(System.IAsyncResult result) { return base.Channel.EndGetTechnique_AppraiseToSUB(result); } private System.IAsyncResult OnBeginGetTechnique_AppraiseToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTechnique_AppraiseToSUB(callback, asyncState); } private object[] OnEndGetTechnique_AppraiseToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Technique_Appraise[] retVal = this.EndGetTechnique_AppraiseToSUB(result); return new object[] { retVal}; } private void OnGetTechnique_AppraiseToSUBCompleted(object state) { if ((this.GetTechnique_AppraiseToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTechnique_AppraiseToSUBCompleted(this, new GetTechnique_AppraiseToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTechnique_AppraiseToSUBAsync() { this.GetTechnique_AppraiseToSUBAsync(null); } public void GetTechnique_AppraiseToSUBAsync(object userState) { if ((this.onBeginGetTechnique_AppraiseToSUBDelegate == null)) { this.onBeginGetTechnique_AppraiseToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTechnique_AppraiseToSUB); } if ((this.onEndGetTechnique_AppraiseToSUBDelegate == null)) { this.onEndGetTechnique_AppraiseToSUBDelegate = new EndOperationDelegate(this.OnEndGetTechnique_AppraiseToSUB); } if ((this.onGetTechnique_AppraiseToSUBCompletedDelegate == null)) { this.onGetTechnique_AppraiseToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTechnique_AppraiseToSUBCompleted); } base.InvokeAsync(this.onBeginGetTechnique_AppraiseToSUBDelegate, null, this.onEndGetTechnique_AppraiseToSUBDelegate, this.onGetTechnique_AppraiseToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Technique_Emergency[] GetTechnique_EmergencyToSUB() { return base.Channel.GetTechnique_EmergencyToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTechnique_EmergencyToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTechnique_EmergencyToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Technique_Emergency[] EndGetTechnique_EmergencyToSUB(System.IAsyncResult result) { return base.Channel.EndGetTechnique_EmergencyToSUB(result); } private System.IAsyncResult OnBeginGetTechnique_EmergencyToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTechnique_EmergencyToSUB(callback, asyncState); } private object[] OnEndGetTechnique_EmergencyToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Technique_Emergency[] retVal = this.EndGetTechnique_EmergencyToSUB(result); return new object[] { retVal}; } private void OnGetTechnique_EmergencyToSUBCompleted(object state) { if ((this.GetTechnique_EmergencyToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTechnique_EmergencyToSUBCompleted(this, new GetTechnique_EmergencyToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTechnique_EmergencyToSUBAsync() { this.GetTechnique_EmergencyToSUBAsync(null); } public void GetTechnique_EmergencyToSUBAsync(object userState) { if ((this.onBeginGetTechnique_EmergencyToSUBDelegate == null)) { this.onBeginGetTechnique_EmergencyToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTechnique_EmergencyToSUB); } if ((this.onEndGetTechnique_EmergencyToSUBDelegate == null)) { this.onEndGetTechnique_EmergencyToSUBDelegate = new EndOperationDelegate(this.OnEndGetTechnique_EmergencyToSUB); } if ((this.onGetTechnique_EmergencyToSUBCompletedDelegate == null)) { this.onGetTechnique_EmergencyToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTechnique_EmergencyToSUBCompleted); } base.InvokeAsync(this.onBeginGetTechnique_EmergencyToSUBDelegate, null, this.onEndGetTechnique_EmergencyToSUBDelegate, this.onGetTechnique_EmergencyToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Technique_SpecialScheme[] GetTechnique_SpecialSchemeToSUB() { return base.Channel.GetTechnique_SpecialSchemeToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTechnique_SpecialSchemeToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTechnique_SpecialSchemeToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Technique_SpecialScheme[] EndGetTechnique_SpecialSchemeToSUB(System.IAsyncResult result) { return base.Channel.EndGetTechnique_SpecialSchemeToSUB(result); } private System.IAsyncResult OnBeginGetTechnique_SpecialSchemeToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTechnique_SpecialSchemeToSUB(callback, asyncState); } private object[] OnEndGetTechnique_SpecialSchemeToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Technique_SpecialScheme[] retVal = this.EndGetTechnique_SpecialSchemeToSUB(result); return new object[] { retVal}; } private void OnGetTechnique_SpecialSchemeToSUBCompleted(object state) { if ((this.GetTechnique_SpecialSchemeToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTechnique_SpecialSchemeToSUBCompleted(this, new GetTechnique_SpecialSchemeToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTechnique_SpecialSchemeToSUBAsync() { this.GetTechnique_SpecialSchemeToSUBAsync(null); } public void GetTechnique_SpecialSchemeToSUBAsync(object userState) { if ((this.onBeginGetTechnique_SpecialSchemeToSUBDelegate == null)) { this.onBeginGetTechnique_SpecialSchemeToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTechnique_SpecialSchemeToSUB); } if ((this.onEndGetTechnique_SpecialSchemeToSUBDelegate == null)) { this.onEndGetTechnique_SpecialSchemeToSUBDelegate = new EndOperationDelegate(this.OnEndGetTechnique_SpecialSchemeToSUB); } if ((this.onGetTechnique_SpecialSchemeToSUBCompletedDelegate == null)) { this.onGetTechnique_SpecialSchemeToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTechnique_SpecialSchemeToSUBCompleted); } base.InvokeAsync(this.onBeginGetTechnique_SpecialSchemeToSUBDelegate, null, this.onEndGetTechnique_SpecialSchemeToSUBDelegate, this.onGetTechnique_SpecialSchemeToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Training_Training[] GetTraining_TrainingListToSUB() { return base.Channel.GetTraining_TrainingListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTraining_TrainingListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTraining_TrainingListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Training_Training[] EndGetTraining_TrainingListToSUB(System.IAsyncResult result) { return base.Channel.EndGetTraining_TrainingListToSUB(result); } private System.IAsyncResult OnBeginGetTraining_TrainingListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTraining_TrainingListToSUB(callback, asyncState); } private object[] OnEndGetTraining_TrainingListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Training_Training[] retVal = this.EndGetTraining_TrainingListToSUB(result); return new object[] { retVal}; } private void OnGetTraining_TrainingListToSUBCompleted(object state) { if ((this.GetTraining_TrainingListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTraining_TrainingListToSUBCompleted(this, new GetTraining_TrainingListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTraining_TrainingListToSUBAsync() { this.GetTraining_TrainingListToSUBAsync(null); } public void GetTraining_TrainingListToSUBAsync(object userState) { if ((this.onBeginGetTraining_TrainingListToSUBDelegate == null)) { this.onBeginGetTraining_TrainingListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTraining_TrainingListToSUB); } if ((this.onEndGetTraining_TrainingListToSUBDelegate == null)) { this.onEndGetTraining_TrainingListToSUBDelegate = new EndOperationDelegate(this.OnEndGetTraining_TrainingListToSUB); } if ((this.onGetTraining_TrainingListToSUBCompletedDelegate == null)) { this.onGetTraining_TrainingListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTraining_TrainingListToSUBCompleted); } base.InvokeAsync(this.onBeginGetTraining_TrainingListToSUBDelegate, null, this.onEndGetTraining_TrainingListToSUBDelegate, this.onGetTraining_TrainingListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Training_TrainingItem[] GetTraining_TrainingItemListToSUB() { return base.Channel.GetTraining_TrainingItemListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTraining_TrainingItemListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTraining_TrainingItemListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Training_TrainingItem[] EndGetTraining_TrainingItemListToSUB(System.IAsyncResult result) { return base.Channel.EndGetTraining_TrainingItemListToSUB(result); } private System.IAsyncResult OnBeginGetTraining_TrainingItemListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTraining_TrainingItemListToSUB(callback, asyncState); } private object[] OnEndGetTraining_TrainingItemListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Training_TrainingItem[] retVal = this.EndGetTraining_TrainingItemListToSUB(result); return new object[] { retVal}; } private void OnGetTraining_TrainingItemListToSUBCompleted(object state) { if ((this.GetTraining_TrainingItemListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTraining_TrainingItemListToSUBCompleted(this, new GetTraining_TrainingItemListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTraining_TrainingItemListToSUBAsync() { this.GetTraining_TrainingItemListToSUBAsync(null); } public void GetTraining_TrainingItemListToSUBAsync(object userState) { if ((this.onBeginGetTraining_TrainingItemListToSUBDelegate == null)) { this.onBeginGetTraining_TrainingItemListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTraining_TrainingItemListToSUB); } if ((this.onEndGetTraining_TrainingItemListToSUBDelegate == null)) { this.onEndGetTraining_TrainingItemListToSUBDelegate = new EndOperationDelegate(this.OnEndGetTraining_TrainingItemListToSUB); } if ((this.onGetTraining_TrainingItemListToSUBCompletedDelegate == null)) { this.onGetTraining_TrainingItemListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTraining_TrainingItemListToSUBCompleted); } base.InvokeAsync(this.onBeginGetTraining_TrainingItemListToSUBDelegate, null, this.onEndGetTraining_TrainingItemListToSUBDelegate, this.onGetTraining_TrainingItemListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Training_TrainTestDB[] GetTraining_TrainTestDBListToSUB() { return base.Channel.GetTraining_TrainTestDBListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTraining_TrainTestDBListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTraining_TrainTestDBListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Training_TrainTestDB[] EndGetTraining_TrainTestDBListToSUB(System.IAsyncResult result) { return base.Channel.EndGetTraining_TrainTestDBListToSUB(result); } private System.IAsyncResult OnBeginGetTraining_TrainTestDBListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTraining_TrainTestDBListToSUB(callback, asyncState); } private object[] OnEndGetTraining_TrainTestDBListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Training_TrainTestDB[] retVal = this.EndGetTraining_TrainTestDBListToSUB(result); return new object[] { retVal}; } private void OnGetTraining_TrainTestDBListToSUBCompleted(object state) { if ((this.GetTraining_TrainTestDBListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTraining_TrainTestDBListToSUBCompleted(this, new GetTraining_TrainTestDBListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTraining_TrainTestDBListToSUBAsync() { this.GetTraining_TrainTestDBListToSUBAsync(null); } public void GetTraining_TrainTestDBListToSUBAsync(object userState) { if ((this.onBeginGetTraining_TrainTestDBListToSUBDelegate == null)) { this.onBeginGetTraining_TrainTestDBListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTraining_TrainTestDBListToSUB); } if ((this.onEndGetTraining_TrainTestDBListToSUBDelegate == null)) { this.onEndGetTraining_TrainTestDBListToSUBDelegate = new EndOperationDelegate(this.OnEndGetTraining_TrainTestDBListToSUB); } if ((this.onGetTraining_TrainTestDBListToSUBCompletedDelegate == null)) { this.onGetTraining_TrainTestDBListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTraining_TrainTestDBListToSUBCompleted); } base.InvokeAsync(this.onBeginGetTraining_TrainTestDBListToSUBDelegate, null, this.onEndGetTraining_TrainTestDBListToSUBDelegate, this.onGetTraining_TrainTestDBListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Training_TrainTestDBItem[] GetTraining_TrainTestDBItemListToSUB() { return base.Channel.GetTraining_TrainTestDBItemListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTraining_TrainTestDBItemListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTraining_TrainTestDBItemListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Training_TrainTestDBItem[] EndGetTraining_TrainTestDBItemListToSUB(System.IAsyncResult result) { return base.Channel.EndGetTraining_TrainTestDBItemListToSUB(result); } private System.IAsyncResult OnBeginGetTraining_TrainTestDBItemListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTraining_TrainTestDBItemListToSUB(callback, asyncState); } private object[] OnEndGetTraining_TrainTestDBItemListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Training_TrainTestDBItem[] retVal = this.EndGetTraining_TrainTestDBItemListToSUB(result); return new object[] { retVal}; } private void OnGetTraining_TrainTestDBItemListToSUBCompleted(object state) { if ((this.GetTraining_TrainTestDBItemListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTraining_TrainTestDBItemListToSUBCompleted(this, new GetTraining_TrainTestDBItemListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTraining_TrainTestDBItemListToSUBAsync() { this.GetTraining_TrainTestDBItemListToSUBAsync(null); } public void GetTraining_TrainTestDBItemListToSUBAsync(object userState) { if ((this.onBeginGetTraining_TrainTestDBItemListToSUBDelegate == null)) { this.onBeginGetTraining_TrainTestDBItemListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTraining_TrainTestDBItemListToSUB); } if ((this.onEndGetTraining_TrainTestDBItemListToSUBDelegate == null)) { this.onEndGetTraining_TrainTestDBItemListToSUBDelegate = new EndOperationDelegate(this.OnEndGetTraining_TrainTestDBItemListToSUB); } if ((this.onGetTraining_TrainTestDBItemListToSUBCompletedDelegate == null)) { this.onGetTraining_TrainTestDBItemListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTraining_TrainTestDBItemListToSUBCompleted); } base.InvokeAsync(this.onBeginGetTraining_TrainTestDBItemListToSUBDelegate, null, this.onEndGetTraining_TrainTestDBItemListToSUBDelegate, this.onGetTraining_TrainTestDBItemListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.EduTrain_AccidentCase[] GetEduTrain_AccidentCaseListToSUB() { return base.Channel.GetEduTrain_AccidentCaseListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetEduTrain_AccidentCaseListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetEduTrain_AccidentCaseListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.EduTrain_AccidentCase[] EndGetEduTrain_AccidentCaseListToSUB(System.IAsyncResult result) { return base.Channel.EndGetEduTrain_AccidentCaseListToSUB(result); } private System.IAsyncResult OnBeginGetEduTrain_AccidentCaseListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetEduTrain_AccidentCaseListToSUB(callback, asyncState); } private object[] OnEndGetEduTrain_AccidentCaseListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.EduTrain_AccidentCase[] retVal = this.EndGetEduTrain_AccidentCaseListToSUB(result); return new object[] { retVal}; } private void OnGetEduTrain_AccidentCaseListToSUBCompleted(object state) { if ((this.GetEduTrain_AccidentCaseListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetEduTrain_AccidentCaseListToSUBCompleted(this, new GetEduTrain_AccidentCaseListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetEduTrain_AccidentCaseListToSUBAsync() { this.GetEduTrain_AccidentCaseListToSUBAsync(null); } public void GetEduTrain_AccidentCaseListToSUBAsync(object userState) { if ((this.onBeginGetEduTrain_AccidentCaseListToSUBDelegate == null)) { this.onBeginGetEduTrain_AccidentCaseListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetEduTrain_AccidentCaseListToSUB); } if ((this.onEndGetEduTrain_AccidentCaseListToSUBDelegate == null)) { this.onEndGetEduTrain_AccidentCaseListToSUBDelegate = new EndOperationDelegate(this.OnEndGetEduTrain_AccidentCaseListToSUB); } if ((this.onGetEduTrain_AccidentCaseListToSUBCompletedDelegate == null)) { this.onGetEduTrain_AccidentCaseListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetEduTrain_AccidentCaseListToSUBCompleted); } base.InvokeAsync(this.onBeginGetEduTrain_AccidentCaseListToSUBDelegate, null, this.onEndGetEduTrain_AccidentCaseListToSUBDelegate, this.onGetEduTrain_AccidentCaseListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] GetEduTrain_AccidentCaseItemListToSUB() { return base.Channel.GetEduTrain_AccidentCaseItemListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetEduTrain_AccidentCaseItemListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetEduTrain_AccidentCaseItemListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] EndGetEduTrain_AccidentCaseItemListToSUB(System.IAsyncResult result) { return base.Channel.EndGetEduTrain_AccidentCaseItemListToSUB(result); } private System.IAsyncResult OnBeginGetEduTrain_AccidentCaseItemListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetEduTrain_AccidentCaseItemListToSUB(callback, asyncState); } private object[] OnEndGetEduTrain_AccidentCaseItemListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] retVal = this.EndGetEduTrain_AccidentCaseItemListToSUB(result); return new object[] { retVal}; } private void OnGetEduTrain_AccidentCaseItemListToSUBCompleted(object state) { if ((this.GetEduTrain_AccidentCaseItemListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetEduTrain_AccidentCaseItemListToSUBCompleted(this, new GetEduTrain_AccidentCaseItemListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetEduTrain_AccidentCaseItemListToSUBAsync() { this.GetEduTrain_AccidentCaseItemListToSUBAsync(null); } public void GetEduTrain_AccidentCaseItemListToSUBAsync(object userState) { if ((this.onBeginGetEduTrain_AccidentCaseItemListToSUBDelegate == null)) { this.onBeginGetEduTrain_AccidentCaseItemListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetEduTrain_AccidentCaseItemListToSUB); } if ((this.onEndGetEduTrain_AccidentCaseItemListToSUBDelegate == null)) { this.onEndGetEduTrain_AccidentCaseItemListToSUBDelegate = new EndOperationDelegate(this.OnEndGetEduTrain_AccidentCaseItemListToSUB); } if ((this.onGetEduTrain_AccidentCaseItemListToSUBCompletedDelegate == null)) { this.onGetEduTrain_AccidentCaseItemListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetEduTrain_AccidentCaseItemListToSUBCompleted); } base.InvokeAsync(this.onBeginGetEduTrain_AccidentCaseItemListToSUBDelegate, null, this.onEndGetEduTrain_AccidentCaseItemListToSUBDelegate, this.onGetEduTrain_AccidentCaseItemListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Training_Knowledge[] GetTraining_KnowledgeListToSUB() { return base.Channel.GetTraining_KnowledgeListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTraining_KnowledgeListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTraining_KnowledgeListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Training_Knowledge[] EndGetTraining_KnowledgeListToSUB(System.IAsyncResult result) { return base.Channel.EndGetTraining_KnowledgeListToSUB(result); } private System.IAsyncResult OnBeginGetTraining_KnowledgeListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTraining_KnowledgeListToSUB(callback, asyncState); } private object[] OnEndGetTraining_KnowledgeListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Training_Knowledge[] retVal = this.EndGetTraining_KnowledgeListToSUB(result); return new object[] { retVal}; } private void OnGetTraining_KnowledgeListToSUBCompleted(object state) { if ((this.GetTraining_KnowledgeListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTraining_KnowledgeListToSUBCompleted(this, new GetTraining_KnowledgeListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTraining_KnowledgeListToSUBAsync() { this.GetTraining_KnowledgeListToSUBAsync(null); } public void GetTraining_KnowledgeListToSUBAsync(object userState) { if ((this.onBeginGetTraining_KnowledgeListToSUBDelegate == null)) { this.onBeginGetTraining_KnowledgeListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTraining_KnowledgeListToSUB); } if ((this.onEndGetTraining_KnowledgeListToSUBDelegate == null)) { this.onEndGetTraining_KnowledgeListToSUBDelegate = new EndOperationDelegate(this.OnEndGetTraining_KnowledgeListToSUB); } if ((this.onGetTraining_KnowledgeListToSUBCompletedDelegate == null)) { this.onGetTraining_KnowledgeListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTraining_KnowledgeListToSUBCompleted); } base.InvokeAsync(this.onBeginGetTraining_KnowledgeListToSUBDelegate, null, this.onEndGetTraining_KnowledgeListToSUBDelegate, this.onGetTraining_KnowledgeListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Training_KnowledgeItem[] GetTraining_KnowledgeItemListToSUB() { return base.Channel.GetTraining_KnowledgeItemListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTraining_KnowledgeItemListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTraining_KnowledgeItemListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Training_KnowledgeItem[] EndGetTraining_KnowledgeItemListToSUB(System.IAsyncResult result) { return base.Channel.EndGetTraining_KnowledgeItemListToSUB(result); } private System.IAsyncResult OnBeginGetTraining_KnowledgeItemListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTraining_KnowledgeItemListToSUB(callback, asyncState); } private object[] OnEndGetTraining_KnowledgeItemListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Training_KnowledgeItem[] retVal = this.EndGetTraining_KnowledgeItemListToSUB(result); return new object[] { retVal}; } private void OnGetTraining_KnowledgeItemListToSUBCompleted(object state) { if ((this.GetTraining_KnowledgeItemListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTraining_KnowledgeItemListToSUBCompleted(this, new GetTraining_KnowledgeItemListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTraining_KnowledgeItemListToSUBAsync() { this.GetTraining_KnowledgeItemListToSUBAsync(null); } public void GetTraining_KnowledgeItemListToSUBAsync(object userState) { if ((this.onBeginGetTraining_KnowledgeItemListToSUBDelegate == null)) { this.onBeginGetTraining_KnowledgeItemListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTraining_KnowledgeItemListToSUB); } if ((this.onEndGetTraining_KnowledgeItemListToSUBDelegate == null)) { this.onEndGetTraining_KnowledgeItemListToSUBDelegate = new EndOperationDelegate(this.OnEndGetTraining_KnowledgeItemListToSUB); } if ((this.onGetTraining_KnowledgeItemListToSUBCompletedDelegate == null)) { this.onGetTraining_KnowledgeItemListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTraining_KnowledgeItemListToSUBCompleted); } base.InvokeAsync(this.onBeginGetTraining_KnowledgeItemListToSUBDelegate, null, this.onEndGetTraining_KnowledgeItemListToSUBDelegate, this.onGetTraining_KnowledgeItemListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Technique_HazardListType[] GetTechnique_HazardListTypeListToSUB() { return base.Channel.GetTechnique_HazardListTypeListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTechnique_HazardListTypeListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTechnique_HazardListTypeListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Technique_HazardListType[] EndGetTechnique_HazardListTypeListToSUB(System.IAsyncResult result) { return base.Channel.EndGetTechnique_HazardListTypeListToSUB(result); } private System.IAsyncResult OnBeginGetTechnique_HazardListTypeListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTechnique_HazardListTypeListToSUB(callback, asyncState); } private object[] OnEndGetTechnique_HazardListTypeListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Technique_HazardListType[] retVal = this.EndGetTechnique_HazardListTypeListToSUB(result); return new object[] { retVal}; } private void OnGetTechnique_HazardListTypeListToSUBCompleted(object state) { if ((this.GetTechnique_HazardListTypeListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTechnique_HazardListTypeListToSUBCompleted(this, new GetTechnique_HazardListTypeListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTechnique_HazardListTypeListToSUBAsync() { this.GetTechnique_HazardListTypeListToSUBAsync(null); } public void GetTechnique_HazardListTypeListToSUBAsync(object userState) { if ((this.onBeginGetTechnique_HazardListTypeListToSUBDelegate == null)) { this.onBeginGetTechnique_HazardListTypeListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTechnique_HazardListTypeListToSUB); } if ((this.onEndGetTechnique_HazardListTypeListToSUBDelegate == null)) { this.onEndGetTechnique_HazardListTypeListToSUBDelegate = new EndOperationDelegate(this.OnEndGetTechnique_HazardListTypeListToSUB); } if ((this.onGetTechnique_HazardListTypeListToSUBCompletedDelegate == null)) { this.onGetTechnique_HazardListTypeListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTechnique_HazardListTypeListToSUBCompleted); } base.InvokeAsync(this.onBeginGetTechnique_HazardListTypeListToSUBDelegate, null, this.onEndGetTechnique_HazardListTypeListToSUBDelegate, this.onGetTechnique_HazardListTypeListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Technique_HazardList[] GetTechnique_HazardListListToSUB() { return base.Channel.GetTechnique_HazardListListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTechnique_HazardListListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTechnique_HazardListListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Technique_HazardList[] EndGetTechnique_HazardListListToSUB(System.IAsyncResult result) { return base.Channel.EndGetTechnique_HazardListListToSUB(result); } private System.IAsyncResult OnBeginGetTechnique_HazardListListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTechnique_HazardListListToSUB(callback, asyncState); } private object[] OnEndGetTechnique_HazardListListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Technique_HazardList[] retVal = this.EndGetTechnique_HazardListListToSUB(result); return new object[] { retVal}; } private void OnGetTechnique_HazardListListToSUBCompleted(object state) { if ((this.GetTechnique_HazardListListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTechnique_HazardListListToSUBCompleted(this, new GetTechnique_HazardListListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTechnique_HazardListListToSUBAsync() { this.GetTechnique_HazardListListToSUBAsync(null); } public void GetTechnique_HazardListListToSUBAsync(object userState) { if ((this.onBeginGetTechnique_HazardListListToSUBDelegate == null)) { this.onBeginGetTechnique_HazardListListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTechnique_HazardListListToSUB); } if ((this.onEndGetTechnique_HazardListListToSUBDelegate == null)) { this.onEndGetTechnique_HazardListListToSUBDelegate = new EndOperationDelegate(this.OnEndGetTechnique_HazardListListToSUB); } if ((this.onGetTechnique_HazardListListToSUBCompletedDelegate == null)) { this.onGetTechnique_HazardListListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTechnique_HazardListListToSUBCompleted); } base.InvokeAsync(this.onBeginGetTechnique_HazardListListToSUBDelegate, null, this.onEndGetTechnique_HazardListListToSUBDelegate, this.onGetTechnique_HazardListListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Technique_Rectify[] GetTechnique_RectifyListToSUB() { return base.Channel.GetTechnique_RectifyListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTechnique_RectifyListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTechnique_RectifyListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Technique_Rectify[] EndGetTechnique_RectifyListToSUB(System.IAsyncResult result) { return base.Channel.EndGetTechnique_RectifyListToSUB(result); } private System.IAsyncResult OnBeginGetTechnique_RectifyListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTechnique_RectifyListToSUB(callback, asyncState); } private object[] OnEndGetTechnique_RectifyListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Technique_Rectify[] retVal = this.EndGetTechnique_RectifyListToSUB(result); return new object[] { retVal}; } private void OnGetTechnique_RectifyListToSUBCompleted(object state) { if ((this.GetTechnique_RectifyListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTechnique_RectifyListToSUBCompleted(this, new GetTechnique_RectifyListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTechnique_RectifyListToSUBAsync() { this.GetTechnique_RectifyListToSUBAsync(null); } public void GetTechnique_RectifyListToSUBAsync(object userState) { if ((this.onBeginGetTechnique_RectifyListToSUBDelegate == null)) { this.onBeginGetTechnique_RectifyListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTechnique_RectifyListToSUB); } if ((this.onEndGetTechnique_RectifyListToSUBDelegate == null)) { this.onEndGetTechnique_RectifyListToSUBDelegate = new EndOperationDelegate(this.OnEndGetTechnique_RectifyListToSUB); } if ((this.onGetTechnique_RectifyListToSUBCompletedDelegate == null)) { this.onGetTechnique_RectifyListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTechnique_RectifyListToSUBCompleted); } base.InvokeAsync(this.onBeginGetTechnique_RectifyListToSUBDelegate, null, this.onEndGetTechnique_RectifyListToSUBDelegate, this.onGetTechnique_RectifyListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Technique_RectifyItem[] GetTechnique_RectifyItemListToSUB() { return base.Channel.GetTechnique_RectifyItemListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTechnique_RectifyItemListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTechnique_RectifyItemListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Technique_RectifyItem[] EndGetTechnique_RectifyItemListToSUB(System.IAsyncResult result) { return base.Channel.EndGetTechnique_RectifyItemListToSUB(result); } private System.IAsyncResult OnBeginGetTechnique_RectifyItemListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTechnique_RectifyItemListToSUB(callback, asyncState); } private object[] OnEndGetTechnique_RectifyItemListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Technique_RectifyItem[] retVal = this.EndGetTechnique_RectifyItemListToSUB(result); return new object[] { retVal}; } private void OnGetTechnique_RectifyItemListToSUBCompleted(object state) { if ((this.GetTechnique_RectifyItemListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTechnique_RectifyItemListToSUBCompleted(this, new GetTechnique_RectifyItemListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTechnique_RectifyItemListToSUBAsync() { this.GetTechnique_RectifyItemListToSUBAsync(null); } public void GetTechnique_RectifyItemListToSUBAsync(object userState) { if ((this.onBeginGetTechnique_RectifyItemListToSUBDelegate == null)) { this.onBeginGetTechnique_RectifyItemListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTechnique_RectifyItemListToSUB); } if ((this.onEndGetTechnique_RectifyItemListToSUBDelegate == null)) { this.onEndGetTechnique_RectifyItemListToSUBDelegate = new EndOperationDelegate(this.OnEndGetTechnique_RectifyItemListToSUB); } if ((this.onGetTechnique_RectifyItemListToSUBCompletedDelegate == null)) { this.onGetTechnique_RectifyItemListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTechnique_RectifyItemListToSUBCompleted); } base.InvokeAsync(this.onBeginGetTechnique_RectifyItemListToSUBDelegate, null, this.onEndGetTechnique_RectifyItemListToSUBDelegate, this.onGetTechnique_RectifyItemListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Technique_Expert[] GetTechnique_ExpertListToSUB() { return base.Channel.GetTechnique_ExpertListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetTechnique_ExpertListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetTechnique_ExpertListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Technique_Expert[] EndGetTechnique_ExpertListToSUB(System.IAsyncResult result) { return base.Channel.EndGetTechnique_ExpertListToSUB(result); } private System.IAsyncResult OnBeginGetTechnique_ExpertListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetTechnique_ExpertListToSUB(callback, asyncState); } private object[] OnEndGetTechnique_ExpertListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Technique_Expert[] retVal = this.EndGetTechnique_ExpertListToSUB(result); return new object[] { retVal}; } private void OnGetTechnique_ExpertListToSUBCompleted(object state) { if ((this.GetTechnique_ExpertListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetTechnique_ExpertListToSUBCompleted(this, new GetTechnique_ExpertListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetTechnique_ExpertListToSUBAsync() { this.GetTechnique_ExpertListToSUBAsync(null); } public void GetTechnique_ExpertListToSUBAsync(object userState) { if ((this.onBeginGetTechnique_ExpertListToSUBDelegate == null)) { this.onBeginGetTechnique_ExpertListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetTechnique_ExpertListToSUB); } if ((this.onEndGetTechnique_ExpertListToSUBDelegate == null)) { this.onEndGetTechnique_ExpertListToSUBDelegate = new EndOperationDelegate(this.OnEndGetTechnique_ExpertListToSUB); } if ((this.onGetTechnique_ExpertListToSUBCompletedDelegate == null)) { this.onGetTechnique_ExpertListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetTechnique_ExpertListToSUBCompleted); } base.InvokeAsync(this.onBeginGetTechnique_ExpertListToSUBDelegate, null, this.onEndGetTechnique_ExpertListToSUBDelegate, this.onGetTechnique_ExpertListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] GetSupervise_SuperviseCheckRectifyListToSUB(string unitId) { return base.Channel.GetSupervise_SuperviseCheckRectifyListToSUB(unitId); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetSupervise_SuperviseCheckRectifyListToSUB(string unitId, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetSupervise_SuperviseCheckRectifyListToSUB(unitId, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] EndGetSupervise_SuperviseCheckRectifyListToSUB(System.IAsyncResult result) { return base.Channel.EndGetSupervise_SuperviseCheckRectifyListToSUB(result); } private System.IAsyncResult OnBeginGetSupervise_SuperviseCheckRectifyListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { string unitId = ((string)(inValues[0])); return this.BeginGetSupervise_SuperviseCheckRectifyListToSUB(unitId, callback, asyncState); } private object[] OnEndGetSupervise_SuperviseCheckRectifyListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] retVal = this.EndGetSupervise_SuperviseCheckRectifyListToSUB(result); return new object[] { retVal}; } private void OnGetSupervise_SuperviseCheckRectifyListToSUBCompleted(object state) { if ((this.GetSupervise_SuperviseCheckRectifyListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetSupervise_SuperviseCheckRectifyListToSUBCompleted(this, new GetSupervise_SuperviseCheckRectifyListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetSupervise_SuperviseCheckRectifyListToSUBAsync(string unitId) { this.GetSupervise_SuperviseCheckRectifyListToSUBAsync(unitId, null); } public void GetSupervise_SuperviseCheckRectifyListToSUBAsync(string unitId, object userState) { if ((this.onBeginGetSupervise_SuperviseCheckRectifyListToSUBDelegate == null)) { this.onBeginGetSupervise_SuperviseCheckRectifyListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetSupervise_SuperviseCheckRectifyListToSUB); } if ((this.onEndGetSupervise_SuperviseCheckRectifyListToSUBDelegate == null)) { this.onEndGetSupervise_SuperviseCheckRectifyListToSUBDelegate = new EndOperationDelegate(this.OnEndGetSupervise_SuperviseCheckRectifyListToSUB); } if ((this.onGetSupervise_SuperviseCheckRectifyListToSUBCompletedDelegate == null)) { this.onGetSupervise_SuperviseCheckRectifyListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSupervise_SuperviseCheckRectifyListToSUBCompleted); } base.InvokeAsync(this.onBeginGetSupervise_SuperviseCheckRectifyListToSUBDelegate, new object[] { unitId}, this.onEndGetSupervise_SuperviseCheckRectifyListToSUBDelegate, this.onGetSupervise_SuperviseCheckRectifyListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Supervise_SubUnitReport[] GetSupervise_SubUnitReportListToSUB() { return base.Channel.GetSupervise_SubUnitReportListToSUB(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetSupervise_SubUnitReportListToSUB(System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetSupervise_SubUnitReportListToSUB(callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Supervise_SubUnitReport[] EndGetSupervise_SubUnitReportListToSUB(System.IAsyncResult result) { return base.Channel.EndGetSupervise_SubUnitReportListToSUB(result); } private System.IAsyncResult OnBeginGetSupervise_SubUnitReportListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { return this.BeginGetSupervise_SubUnitReportListToSUB(callback, asyncState); } private object[] OnEndGetSupervise_SubUnitReportListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Supervise_SubUnitReport[] retVal = this.EndGetSupervise_SubUnitReportListToSUB(result); return new object[] { retVal}; } private void OnGetSupervise_SubUnitReportListToSUBCompleted(object state) { if ((this.GetSupervise_SubUnitReportListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetSupervise_SubUnitReportListToSUBCompleted(this, new GetSupervise_SubUnitReportListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetSupervise_SubUnitReportListToSUBAsync() { this.GetSupervise_SubUnitReportListToSUBAsync(null); } public void GetSupervise_SubUnitReportListToSUBAsync(object userState) { if ((this.onBeginGetSupervise_SubUnitReportListToSUBDelegate == null)) { this.onBeginGetSupervise_SubUnitReportListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetSupervise_SubUnitReportListToSUB); } if ((this.onEndGetSupervise_SubUnitReportListToSUBDelegate == null)) { this.onEndGetSupervise_SubUnitReportListToSUBDelegate = new EndOperationDelegate(this.OnEndGetSupervise_SubUnitReportListToSUB); } if ((this.onGetSupervise_SubUnitReportListToSUBCompletedDelegate == null)) { this.onGetSupervise_SubUnitReportListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSupervise_SubUnitReportListToSUBCompleted); } base.InvokeAsync(this.onBeginGetSupervise_SubUnitReportListToSUBDelegate, null, this.onEndGetSupervise_SubUnitReportListToSUBDelegate, this.onGetSupervise_SubUnitReportListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] GetSupervise_SubUnitReportItemListToSUB(string unitId) { return base.Channel.GetSupervise_SubUnitReportItemListToSUB(unitId); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetSupervise_SubUnitReportItemListToSUB(string unitId, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetSupervise_SubUnitReportItemListToSUB(unitId, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] EndGetSupervise_SubUnitReportItemListToSUB(System.IAsyncResult result) { return base.Channel.EndGetSupervise_SubUnitReportItemListToSUB(result); } private System.IAsyncResult OnBeginGetSupervise_SubUnitReportItemListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { string unitId = ((string)(inValues[0])); return this.BeginGetSupervise_SubUnitReportItemListToSUB(unitId, callback, asyncState); } private object[] OnEndGetSupervise_SubUnitReportItemListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] retVal = this.EndGetSupervise_SubUnitReportItemListToSUB(result); return new object[] { retVal}; } private void OnGetSupervise_SubUnitReportItemListToSUBCompleted(object state) { if ((this.GetSupervise_SubUnitReportItemListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetSupervise_SubUnitReportItemListToSUBCompleted(this, new GetSupervise_SubUnitReportItemListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetSupervise_SubUnitReportItemListToSUBAsync(string unitId) { this.GetSupervise_SubUnitReportItemListToSUBAsync(unitId, null); } public void GetSupervise_SubUnitReportItemListToSUBAsync(string unitId, object userState) { if ((this.onBeginGetSupervise_SubUnitReportItemListToSUBDelegate == null)) { this.onBeginGetSupervise_SubUnitReportItemListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetSupervise_SubUnitReportItemListToSUB); } if ((this.onEndGetSupervise_SubUnitReportItemListToSUBDelegate == null)) { this.onEndGetSupervise_SubUnitReportItemListToSUBDelegate = new EndOperationDelegate(this.OnEndGetSupervise_SubUnitReportItemListToSUB); } if ((this.onGetSupervise_SubUnitReportItemListToSUBCompletedDelegate == null)) { this.onGetSupervise_SubUnitReportItemListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSupervise_SubUnitReportItemListToSUBCompleted); } base.InvokeAsync(this.onBeginGetSupervise_SubUnitReportItemListToSUBDelegate, new object[] { unitId}, this.onEndGetSupervise_SubUnitReportItemListToSUBDelegate, this.onGetSupervise_SubUnitReportItemListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Check_CheckRectify[] GetCheck_CheckRectifyListToSUB(string unitId) { return base.Channel.GetCheck_CheckRectifyListToSUB(unitId); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetCheck_CheckRectifyListToSUB(string unitId, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetCheck_CheckRectifyListToSUB(unitId, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Check_CheckRectify[] EndGetCheck_CheckRectifyListToSUB(System.IAsyncResult result) { return base.Channel.EndGetCheck_CheckRectifyListToSUB(result); } private System.IAsyncResult OnBeginGetCheck_CheckRectifyListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { string unitId = ((string)(inValues[0])); return this.BeginGetCheck_CheckRectifyListToSUB(unitId, callback, asyncState); } private object[] OnEndGetCheck_CheckRectifyListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Check_CheckRectify[] retVal = this.EndGetCheck_CheckRectifyListToSUB(result); return new object[] { retVal}; } private void OnGetCheck_CheckRectifyListToSUBCompleted(object state) { if ((this.GetCheck_CheckRectifyListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetCheck_CheckRectifyListToSUBCompleted(this, new GetCheck_CheckRectifyListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetCheck_CheckRectifyListToSUBAsync(string unitId) { this.GetCheck_CheckRectifyListToSUBAsync(unitId, null); } public void GetCheck_CheckRectifyListToSUBAsync(string unitId, object userState) { if ((this.onBeginGetCheck_CheckRectifyListToSUBDelegate == null)) { this.onBeginGetCheck_CheckRectifyListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetCheck_CheckRectifyListToSUB); } if ((this.onEndGetCheck_CheckRectifyListToSUBDelegate == null)) { this.onEndGetCheck_CheckRectifyListToSUBDelegate = new EndOperationDelegate(this.OnEndGetCheck_CheckRectifyListToSUB); } if ((this.onGetCheck_CheckRectifyListToSUBCompletedDelegate == null)) { this.onGetCheck_CheckRectifyListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheck_CheckRectifyListToSUBCompleted); } base.InvokeAsync(this.onBeginGetCheck_CheckRectifyListToSUBDelegate, new object[] { unitId}, this.onEndGetCheck_CheckRectifyListToSUBDelegate, this.onGetCheck_CheckRectifyListToSUBCompletedDelegate, userState); } public BLL.CNCECHSSEService.Check_CheckInfo_Table8Item[] GetCheck_CheckInfo_Table8ItemListToSUB(string unitId) { return base.Channel.GetCheck_CheckInfo_Table8ItemListToSUB(unitId); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginGetCheck_CheckInfo_Table8ItemListToSUB(string unitId, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginGetCheck_CheckInfo_Table8ItemListToSUB(unitId, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public BLL.CNCECHSSEService.Check_CheckInfo_Table8Item[] EndGetCheck_CheckInfo_Table8ItemListToSUB(System.IAsyncResult result) { return base.Channel.EndGetCheck_CheckInfo_Table8ItemListToSUB(result); } private System.IAsyncResult OnBeginGetCheck_CheckInfo_Table8ItemListToSUB(object[] inValues, System.AsyncCallback callback, object asyncState) { string unitId = ((string)(inValues[0])); return this.BeginGetCheck_CheckInfo_Table8ItemListToSUB(unitId, callback, asyncState); } private object[] OnEndGetCheck_CheckInfo_Table8ItemListToSUB(System.IAsyncResult result) { BLL.CNCECHSSEService.Check_CheckInfo_Table8Item[] retVal = this.EndGetCheck_CheckInfo_Table8ItemListToSUB(result); return new object[] { retVal}; } private void OnGetCheck_CheckInfo_Table8ItemListToSUBCompleted(object state) { if ((this.GetCheck_CheckInfo_Table8ItemListToSUBCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.GetCheck_CheckInfo_Table8ItemListToSUBCompleted(this, new GetCheck_CheckInfo_Table8ItemListToSUBCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void GetCheck_CheckInfo_Table8ItemListToSUBAsync(string unitId) { this.GetCheck_CheckInfo_Table8ItemListToSUBAsync(unitId, null); } public void GetCheck_CheckInfo_Table8ItemListToSUBAsync(string unitId, object userState) { if ((this.onBeginGetCheck_CheckInfo_Table8ItemListToSUBDelegate == null)) { this.onBeginGetCheck_CheckInfo_Table8ItemListToSUBDelegate = new BeginOperationDelegate(this.OnBeginGetCheck_CheckInfo_Table8ItemListToSUB); } if ((this.onEndGetCheck_CheckInfo_Table8ItemListToSUBDelegate == null)) { this.onEndGetCheck_CheckInfo_Table8ItemListToSUBDelegate = new EndOperationDelegate(this.OnEndGetCheck_CheckInfo_Table8ItemListToSUB); } if ((this.onGetCheck_CheckInfo_Table8ItemListToSUBCompletedDelegate == null)) { this.onGetCheck_CheckInfo_Table8ItemListToSUBCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheck_CheckInfo_Table8ItemListToSUBCompleted); } base.InvokeAsync(this.onBeginGetCheck_CheckInfo_Table8ItemListToSUBDelegate, new object[] { unitId}, this.onEndGetCheck_CheckInfo_Table8ItemListToSUBDelegate, this.onGetCheck_CheckInfo_Table8ItemListToSUBCompletedDelegate, userState); } public string[] DataInsertLaw_LawRegulationListTable(BLL.CNCECHSSEService.Law_LawRegulationList[] lawRegulationList) { return base.Channel.DataInsertLaw_LawRegulationListTable(lawRegulationList); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertLaw_LawRegulationListTable(BLL.CNCECHSSEService.Law_LawRegulationList[] lawRegulationList, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertLaw_LawRegulationListTable(lawRegulationList, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertLaw_LawRegulationListTable(System.IAsyncResult result) { return base.Channel.EndDataInsertLaw_LawRegulationListTable(result); } private System.IAsyncResult OnBeginDataInsertLaw_LawRegulationListTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Law_LawRegulationList[] lawRegulationList = ((BLL.CNCECHSSEService.Law_LawRegulationList[])(inValues[0])); return this.BeginDataInsertLaw_LawRegulationListTable(lawRegulationList, callback, asyncState); } private object[] OnEndDataInsertLaw_LawRegulationListTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertLaw_LawRegulationListTable(result); return new object[] { retVal}; } private void OnDataInsertLaw_LawRegulationListTableCompleted(object state) { if ((this.DataInsertLaw_LawRegulationListTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertLaw_LawRegulationListTableCompleted(this, new DataInsertLaw_LawRegulationListTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertLaw_LawRegulationListTableAsync(BLL.CNCECHSSEService.Law_LawRegulationList[] lawRegulationList) { this.DataInsertLaw_LawRegulationListTableAsync(lawRegulationList, null); } public void DataInsertLaw_LawRegulationListTableAsync(BLL.CNCECHSSEService.Law_LawRegulationList[] lawRegulationList, object userState) { if ((this.onBeginDataInsertLaw_LawRegulationListTableDelegate == null)) { this.onBeginDataInsertLaw_LawRegulationListTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertLaw_LawRegulationListTable); } if ((this.onEndDataInsertLaw_LawRegulationListTableDelegate == null)) { this.onEndDataInsertLaw_LawRegulationListTableDelegate = new EndOperationDelegate(this.OnEndDataInsertLaw_LawRegulationListTable); } if ((this.onDataInsertLaw_LawRegulationListTableCompletedDelegate == null)) { this.onDataInsertLaw_LawRegulationListTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertLaw_LawRegulationListTableCompleted); } base.InvokeAsync(this.onBeginDataInsertLaw_LawRegulationListTableDelegate, new object[] { lawRegulationList}, this.onEndDataInsertLaw_LawRegulationListTableDelegate, this.onDataInsertLaw_LawRegulationListTableCompletedDelegate, userState); } public string[] DataInsertLaw_HSSEStandardsListTable(BLL.CNCECHSSEService.Law_HSSEStandardsList[] hsseStandardsList) { return base.Channel.DataInsertLaw_HSSEStandardsListTable(hsseStandardsList); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertLaw_HSSEStandardsListTable(BLL.CNCECHSSEService.Law_HSSEStandardsList[] hsseStandardsList, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertLaw_HSSEStandardsListTable(hsseStandardsList, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertLaw_HSSEStandardsListTable(System.IAsyncResult result) { return base.Channel.EndDataInsertLaw_HSSEStandardsListTable(result); } private System.IAsyncResult OnBeginDataInsertLaw_HSSEStandardsListTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Law_HSSEStandardsList[] hsseStandardsList = ((BLL.CNCECHSSEService.Law_HSSEStandardsList[])(inValues[0])); return this.BeginDataInsertLaw_HSSEStandardsListTable(hsseStandardsList, callback, asyncState); } private object[] OnEndDataInsertLaw_HSSEStandardsListTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertLaw_HSSEStandardsListTable(result); return new object[] { retVal}; } private void OnDataInsertLaw_HSSEStandardsListTableCompleted(object state) { if ((this.DataInsertLaw_HSSEStandardsListTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertLaw_HSSEStandardsListTableCompleted(this, new DataInsertLaw_HSSEStandardsListTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertLaw_HSSEStandardsListTableAsync(BLL.CNCECHSSEService.Law_HSSEStandardsList[] hsseStandardsList) { this.DataInsertLaw_HSSEStandardsListTableAsync(hsseStandardsList, null); } public void DataInsertLaw_HSSEStandardsListTableAsync(BLL.CNCECHSSEService.Law_HSSEStandardsList[] hsseStandardsList, object userState) { if ((this.onBeginDataInsertLaw_HSSEStandardsListTableDelegate == null)) { this.onBeginDataInsertLaw_HSSEStandardsListTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertLaw_HSSEStandardsListTable); } if ((this.onEndDataInsertLaw_HSSEStandardsListTableDelegate == null)) { this.onEndDataInsertLaw_HSSEStandardsListTableDelegate = new EndOperationDelegate(this.OnEndDataInsertLaw_HSSEStandardsListTable); } if ((this.onDataInsertLaw_HSSEStandardsListTableCompletedDelegate == null)) { this.onDataInsertLaw_HSSEStandardsListTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertLaw_HSSEStandardsListTableCompleted); } base.InvokeAsync(this.onBeginDataInsertLaw_HSSEStandardsListTableDelegate, new object[] { hsseStandardsList}, this.onEndDataInsertLaw_HSSEStandardsListTableDelegate, this.onDataInsertLaw_HSSEStandardsListTableCompletedDelegate, userState); } public string[] DataInsertLaw_RulesRegulationsTable(BLL.CNCECHSSEService.Law_RulesRegulations[] rulesRegulations) { return base.Channel.DataInsertLaw_RulesRegulationsTable(rulesRegulations); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertLaw_RulesRegulationsTable(BLL.CNCECHSSEService.Law_RulesRegulations[] rulesRegulations, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertLaw_RulesRegulationsTable(rulesRegulations, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertLaw_RulesRegulationsTable(System.IAsyncResult result) { return base.Channel.EndDataInsertLaw_RulesRegulationsTable(result); } private System.IAsyncResult OnBeginDataInsertLaw_RulesRegulationsTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Law_RulesRegulations[] rulesRegulations = ((BLL.CNCECHSSEService.Law_RulesRegulations[])(inValues[0])); return this.BeginDataInsertLaw_RulesRegulationsTable(rulesRegulations, callback, asyncState); } private object[] OnEndDataInsertLaw_RulesRegulationsTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertLaw_RulesRegulationsTable(result); return new object[] { retVal}; } private void OnDataInsertLaw_RulesRegulationsTableCompleted(object state) { if ((this.DataInsertLaw_RulesRegulationsTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertLaw_RulesRegulationsTableCompleted(this, new DataInsertLaw_RulesRegulationsTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertLaw_RulesRegulationsTableAsync(BLL.CNCECHSSEService.Law_RulesRegulations[] rulesRegulations) { this.DataInsertLaw_RulesRegulationsTableAsync(rulesRegulations, null); } public void DataInsertLaw_RulesRegulationsTableAsync(BLL.CNCECHSSEService.Law_RulesRegulations[] rulesRegulations, object userState) { if ((this.onBeginDataInsertLaw_RulesRegulationsTableDelegate == null)) { this.onBeginDataInsertLaw_RulesRegulationsTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertLaw_RulesRegulationsTable); } if ((this.onEndDataInsertLaw_RulesRegulationsTableDelegate == null)) { this.onEndDataInsertLaw_RulesRegulationsTableDelegate = new EndOperationDelegate(this.OnEndDataInsertLaw_RulesRegulationsTable); } if ((this.onDataInsertLaw_RulesRegulationsTableCompletedDelegate == null)) { this.onDataInsertLaw_RulesRegulationsTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertLaw_RulesRegulationsTableCompleted); } base.InvokeAsync(this.onBeginDataInsertLaw_RulesRegulationsTableDelegate, new object[] { rulesRegulations}, this.onEndDataInsertLaw_RulesRegulationsTableDelegate, this.onDataInsertLaw_RulesRegulationsTableCompletedDelegate, userState); } public string[] DataInsertLaw_ManageRuleTable(BLL.CNCECHSSEService.Law_ManageRule[] manageRule) { return base.Channel.DataInsertLaw_ManageRuleTable(manageRule); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertLaw_ManageRuleTable(BLL.CNCECHSSEService.Law_ManageRule[] manageRule, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertLaw_ManageRuleTable(manageRule, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertLaw_ManageRuleTable(System.IAsyncResult result) { return base.Channel.EndDataInsertLaw_ManageRuleTable(result); } private System.IAsyncResult OnBeginDataInsertLaw_ManageRuleTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Law_ManageRule[] manageRule = ((BLL.CNCECHSSEService.Law_ManageRule[])(inValues[0])); return this.BeginDataInsertLaw_ManageRuleTable(manageRule, callback, asyncState); } private object[] OnEndDataInsertLaw_ManageRuleTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertLaw_ManageRuleTable(result); return new object[] { retVal}; } private void OnDataInsertLaw_ManageRuleTableCompleted(object state) { if ((this.DataInsertLaw_ManageRuleTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertLaw_ManageRuleTableCompleted(this, new DataInsertLaw_ManageRuleTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertLaw_ManageRuleTableAsync(BLL.CNCECHSSEService.Law_ManageRule[] manageRule) { this.DataInsertLaw_ManageRuleTableAsync(manageRule, null); } public void DataInsertLaw_ManageRuleTableAsync(BLL.CNCECHSSEService.Law_ManageRule[] manageRule, object userState) { if ((this.onBeginDataInsertLaw_ManageRuleTableDelegate == null)) { this.onBeginDataInsertLaw_ManageRuleTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertLaw_ManageRuleTable); } if ((this.onEndDataInsertLaw_ManageRuleTableDelegate == null)) { this.onEndDataInsertLaw_ManageRuleTableDelegate = new EndOperationDelegate(this.OnEndDataInsertLaw_ManageRuleTable); } if ((this.onDataInsertLaw_ManageRuleTableCompletedDelegate == null)) { this.onDataInsertLaw_ManageRuleTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertLaw_ManageRuleTableCompleted); } base.InvokeAsync(this.onBeginDataInsertLaw_ManageRuleTableDelegate, new object[] { manageRule}, this.onEndDataInsertLaw_ManageRuleTableDelegate, this.onDataInsertLaw_ManageRuleTableCompletedDelegate, userState); } public string[] DataInsertTechnique_HAZOPTable(BLL.CNCECHSSEService.Technique_HAZOP[] hazop) { return base.Channel.DataInsertTechnique_HAZOPTable(hazop); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertTechnique_HAZOPTable(BLL.CNCECHSSEService.Technique_HAZOP[] hazop, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertTechnique_HAZOPTable(hazop, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertTechnique_HAZOPTable(System.IAsyncResult result) { return base.Channel.EndDataInsertTechnique_HAZOPTable(result); } private System.IAsyncResult OnBeginDataInsertTechnique_HAZOPTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Technique_HAZOP[] hazop = ((BLL.CNCECHSSEService.Technique_HAZOP[])(inValues[0])); return this.BeginDataInsertTechnique_HAZOPTable(hazop, callback, asyncState); } private object[] OnEndDataInsertTechnique_HAZOPTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertTechnique_HAZOPTable(result); return new object[] { retVal}; } private void OnDataInsertTechnique_HAZOPTableCompleted(object state) { if ((this.DataInsertTechnique_HAZOPTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertTechnique_HAZOPTableCompleted(this, new DataInsertTechnique_HAZOPTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertTechnique_HAZOPTableAsync(BLL.CNCECHSSEService.Technique_HAZOP[] hazop) { this.DataInsertTechnique_HAZOPTableAsync(hazop, null); } public void DataInsertTechnique_HAZOPTableAsync(BLL.CNCECHSSEService.Technique_HAZOP[] hazop, object userState) { if ((this.onBeginDataInsertTechnique_HAZOPTableDelegate == null)) { this.onBeginDataInsertTechnique_HAZOPTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertTechnique_HAZOPTable); } if ((this.onEndDataInsertTechnique_HAZOPTableDelegate == null)) { this.onEndDataInsertTechnique_HAZOPTableDelegate = new EndOperationDelegate(this.OnEndDataInsertTechnique_HAZOPTable); } if ((this.onDataInsertTechnique_HAZOPTableCompletedDelegate == null)) { this.onDataInsertTechnique_HAZOPTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertTechnique_HAZOPTableCompleted); } base.InvokeAsync(this.onBeginDataInsertTechnique_HAZOPTableDelegate, new object[] { hazop}, this.onEndDataInsertTechnique_HAZOPTableDelegate, this.onDataInsertTechnique_HAZOPTableCompletedDelegate, userState); } public string[] DataInsertTechnique_AppraiseTable(BLL.CNCECHSSEService.Technique_Appraise[] appraise) { return base.Channel.DataInsertTechnique_AppraiseTable(appraise); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertTechnique_AppraiseTable(BLL.CNCECHSSEService.Technique_Appraise[] appraise, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertTechnique_AppraiseTable(appraise, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertTechnique_AppraiseTable(System.IAsyncResult result) { return base.Channel.EndDataInsertTechnique_AppraiseTable(result); } private System.IAsyncResult OnBeginDataInsertTechnique_AppraiseTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Technique_Appraise[] appraise = ((BLL.CNCECHSSEService.Technique_Appraise[])(inValues[0])); return this.BeginDataInsertTechnique_AppraiseTable(appraise, callback, asyncState); } private object[] OnEndDataInsertTechnique_AppraiseTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertTechnique_AppraiseTable(result); return new object[] { retVal}; } private void OnDataInsertTechnique_AppraiseTableCompleted(object state) { if ((this.DataInsertTechnique_AppraiseTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertTechnique_AppraiseTableCompleted(this, new DataInsertTechnique_AppraiseTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertTechnique_AppraiseTableAsync(BLL.CNCECHSSEService.Technique_Appraise[] appraise) { this.DataInsertTechnique_AppraiseTableAsync(appraise, null); } public void DataInsertTechnique_AppraiseTableAsync(BLL.CNCECHSSEService.Technique_Appraise[] appraise, object userState) { if ((this.onBeginDataInsertTechnique_AppraiseTableDelegate == null)) { this.onBeginDataInsertTechnique_AppraiseTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertTechnique_AppraiseTable); } if ((this.onEndDataInsertTechnique_AppraiseTableDelegate == null)) { this.onEndDataInsertTechnique_AppraiseTableDelegate = new EndOperationDelegate(this.OnEndDataInsertTechnique_AppraiseTable); } if ((this.onDataInsertTechnique_AppraiseTableCompletedDelegate == null)) { this.onDataInsertTechnique_AppraiseTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertTechnique_AppraiseTableCompleted); } base.InvokeAsync(this.onBeginDataInsertTechnique_AppraiseTableDelegate, new object[] { appraise}, this.onEndDataInsertTechnique_AppraiseTableDelegate, this.onDataInsertTechnique_AppraiseTableCompletedDelegate, userState); } public string[] DataInsertTechnique_EmergencyTable(BLL.CNCECHSSEService.Technique_Emergency[] emergency) { return base.Channel.DataInsertTechnique_EmergencyTable(emergency); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertTechnique_EmergencyTable(BLL.CNCECHSSEService.Technique_Emergency[] emergency, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertTechnique_EmergencyTable(emergency, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertTechnique_EmergencyTable(System.IAsyncResult result) { return base.Channel.EndDataInsertTechnique_EmergencyTable(result); } private System.IAsyncResult OnBeginDataInsertTechnique_EmergencyTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Technique_Emergency[] emergency = ((BLL.CNCECHSSEService.Technique_Emergency[])(inValues[0])); return this.BeginDataInsertTechnique_EmergencyTable(emergency, callback, asyncState); } private object[] OnEndDataInsertTechnique_EmergencyTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertTechnique_EmergencyTable(result); return new object[] { retVal}; } private void OnDataInsertTechnique_EmergencyTableCompleted(object state) { if ((this.DataInsertTechnique_EmergencyTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertTechnique_EmergencyTableCompleted(this, new DataInsertTechnique_EmergencyTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertTechnique_EmergencyTableAsync(BLL.CNCECHSSEService.Technique_Emergency[] emergency) { this.DataInsertTechnique_EmergencyTableAsync(emergency, null); } public void DataInsertTechnique_EmergencyTableAsync(BLL.CNCECHSSEService.Technique_Emergency[] emergency, object userState) { if ((this.onBeginDataInsertTechnique_EmergencyTableDelegate == null)) { this.onBeginDataInsertTechnique_EmergencyTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertTechnique_EmergencyTable); } if ((this.onEndDataInsertTechnique_EmergencyTableDelegate == null)) { this.onEndDataInsertTechnique_EmergencyTableDelegate = new EndOperationDelegate(this.OnEndDataInsertTechnique_EmergencyTable); } if ((this.onDataInsertTechnique_EmergencyTableCompletedDelegate == null)) { this.onDataInsertTechnique_EmergencyTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertTechnique_EmergencyTableCompleted); } base.InvokeAsync(this.onBeginDataInsertTechnique_EmergencyTableDelegate, new object[] { emergency}, this.onEndDataInsertTechnique_EmergencyTableDelegate, this.onDataInsertTechnique_EmergencyTableCompletedDelegate, userState); } public string[] DataInsertTechnique_SpecialSchemeTable(BLL.CNCECHSSEService.Technique_SpecialScheme[] specialScheme) { return base.Channel.DataInsertTechnique_SpecialSchemeTable(specialScheme); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertTechnique_SpecialSchemeTable(BLL.CNCECHSSEService.Technique_SpecialScheme[] specialScheme, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertTechnique_SpecialSchemeTable(specialScheme, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertTechnique_SpecialSchemeTable(System.IAsyncResult result) { return base.Channel.EndDataInsertTechnique_SpecialSchemeTable(result); } private System.IAsyncResult OnBeginDataInsertTechnique_SpecialSchemeTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Technique_SpecialScheme[] specialScheme = ((BLL.CNCECHSSEService.Technique_SpecialScheme[])(inValues[0])); return this.BeginDataInsertTechnique_SpecialSchemeTable(specialScheme, callback, asyncState); } private object[] OnEndDataInsertTechnique_SpecialSchemeTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertTechnique_SpecialSchemeTable(result); return new object[] { retVal}; } private void OnDataInsertTechnique_SpecialSchemeTableCompleted(object state) { if ((this.DataInsertTechnique_SpecialSchemeTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertTechnique_SpecialSchemeTableCompleted(this, new DataInsertTechnique_SpecialSchemeTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertTechnique_SpecialSchemeTableAsync(BLL.CNCECHSSEService.Technique_SpecialScheme[] specialScheme) { this.DataInsertTechnique_SpecialSchemeTableAsync(specialScheme, null); } public void DataInsertTechnique_SpecialSchemeTableAsync(BLL.CNCECHSSEService.Technique_SpecialScheme[] specialScheme, object userState) { if ((this.onBeginDataInsertTechnique_SpecialSchemeTableDelegate == null)) { this.onBeginDataInsertTechnique_SpecialSchemeTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertTechnique_SpecialSchemeTable); } if ((this.onEndDataInsertTechnique_SpecialSchemeTableDelegate == null)) { this.onEndDataInsertTechnique_SpecialSchemeTableDelegate = new EndOperationDelegate(this.OnEndDataInsertTechnique_SpecialSchemeTable); } if ((this.onDataInsertTechnique_SpecialSchemeTableCompletedDelegate == null)) { this.onDataInsertTechnique_SpecialSchemeTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertTechnique_SpecialSchemeTableCompleted); } base.InvokeAsync(this.onBeginDataInsertTechnique_SpecialSchemeTableDelegate, new object[] { specialScheme}, this.onEndDataInsertTechnique_SpecialSchemeTableDelegate, this.onDataInsertTechnique_SpecialSchemeTableCompletedDelegate, userState); } public string[] DataInsertInformation_AccidentCauseReportTable(BLL.CNCECHSSEService.Information_AccidentCauseReport[] accidentCauseReportList, BLL.CNCECHSSEService.Information_AccidentCauseReportItem[] accidentCauseReportItemList) { return base.Channel.DataInsertInformation_AccidentCauseReportTable(accidentCauseReportList, accidentCauseReportItemList); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertInformation_AccidentCauseReportTable(BLL.CNCECHSSEService.Information_AccidentCauseReport[] accidentCauseReportList, BLL.CNCECHSSEService.Information_AccidentCauseReportItem[] accidentCauseReportItemList, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertInformation_AccidentCauseReportTable(accidentCauseReportList, accidentCauseReportItemList, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertInformation_AccidentCauseReportTable(System.IAsyncResult result) { return base.Channel.EndDataInsertInformation_AccidentCauseReportTable(result); } private System.IAsyncResult OnBeginDataInsertInformation_AccidentCauseReportTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Information_AccidentCauseReport[] accidentCauseReportList = ((BLL.CNCECHSSEService.Information_AccidentCauseReport[])(inValues[0])); BLL.CNCECHSSEService.Information_AccidentCauseReportItem[] accidentCauseReportItemList = ((BLL.CNCECHSSEService.Information_AccidentCauseReportItem[])(inValues[1])); return this.BeginDataInsertInformation_AccidentCauseReportTable(accidentCauseReportList, accidentCauseReportItemList, callback, asyncState); } private object[] OnEndDataInsertInformation_AccidentCauseReportTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertInformation_AccidentCauseReportTable(result); return new object[] { retVal}; } private void OnDataInsertInformation_AccidentCauseReportTableCompleted(object state) { if ((this.DataInsertInformation_AccidentCauseReportTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertInformation_AccidentCauseReportTableCompleted(this, new DataInsertInformation_AccidentCauseReportTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertInformation_AccidentCauseReportTableAsync(BLL.CNCECHSSEService.Information_AccidentCauseReport[] accidentCauseReportList, BLL.CNCECHSSEService.Information_AccidentCauseReportItem[] accidentCauseReportItemList) { this.DataInsertInformation_AccidentCauseReportTableAsync(accidentCauseReportList, accidentCauseReportItemList, null); } public void DataInsertInformation_AccidentCauseReportTableAsync(BLL.CNCECHSSEService.Information_AccidentCauseReport[] accidentCauseReportList, BLL.CNCECHSSEService.Information_AccidentCauseReportItem[] accidentCauseReportItemList, object userState) { if ((this.onBeginDataInsertInformation_AccidentCauseReportTableDelegate == null)) { this.onBeginDataInsertInformation_AccidentCauseReportTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertInformation_AccidentCauseReportTable); } if ((this.onEndDataInsertInformation_AccidentCauseReportTableDelegate == null)) { this.onEndDataInsertInformation_AccidentCauseReportTableDelegate = new EndOperationDelegate(this.OnEndDataInsertInformation_AccidentCauseReportTable); } if ((this.onDataInsertInformation_AccidentCauseReportTableCompletedDelegate == null)) { this.onDataInsertInformation_AccidentCauseReportTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertInformation_AccidentCauseReportTableCompleted); } base.InvokeAsync(this.onBeginDataInsertInformation_AccidentCauseReportTableDelegate, new object[] { accidentCauseReportList, accidentCauseReportItemList}, this.onEndDataInsertInformation_AccidentCauseReportTableDelegate, this.onDataInsertInformation_AccidentCauseReportTableCompletedDelegate, userState); } public string[] DataInsertInformation_DrillConductedQuarterlyReportTable(BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReport[] drillConductedQuarterlyReportList, BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReportItem[] drillConductedQuarterlyReportItemList) { return base.Channel.DataInsertInformation_DrillConductedQuarterlyReportTable(drillConductedQuarterlyReportList, drillConductedQuarterlyReportItemList); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertInformation_DrillConductedQuarterlyReportTable(BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReport[] drillConductedQuarterlyReportList, BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReportItem[] drillConductedQuarterlyReportItemList, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertInformation_DrillConductedQuarterlyReportTable(drillConductedQuarterlyReportList, drillConductedQuarterlyReportItemList, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertInformation_DrillConductedQuarterlyReportTable(System.IAsyncResult result) { return base.Channel.EndDataInsertInformation_DrillConductedQuarterlyReportTable(result); } private System.IAsyncResult OnBeginDataInsertInformation_DrillConductedQuarterlyReportTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReport[] drillConductedQuarterlyReportList = ((BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReport[])(inValues[0])); BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReportItem[] drillConductedQuarterlyReportItemList = ((BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReportItem[])(inValues[1])); return this.BeginDataInsertInformation_DrillConductedQuarterlyReportTable(drillConductedQuarterlyReportList, drillConductedQuarterlyReportItemList, callback, asyncState); } private object[] OnEndDataInsertInformation_DrillConductedQuarterlyReportTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertInformation_DrillConductedQuarterlyReportTable(result); return new object[] { retVal}; } private void OnDataInsertInformation_DrillConductedQuarterlyReportTableCompleted(object state) { if ((this.DataInsertInformation_DrillConductedQuarterlyReportTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertInformation_DrillConductedQuarterlyReportTableCompleted(this, new DataInsertInformation_DrillConductedQuarterlyReportTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertInformation_DrillConductedQuarterlyReportTableAsync(BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReport[] drillConductedQuarterlyReportList, BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReportItem[] drillConductedQuarterlyReportItemList) { this.DataInsertInformation_DrillConductedQuarterlyReportTableAsync(drillConductedQuarterlyReportList, drillConductedQuarterlyReportItemList, null); } public void DataInsertInformation_DrillConductedQuarterlyReportTableAsync(BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReport[] drillConductedQuarterlyReportList, BLL.CNCECHSSEService.Information_DrillConductedQuarterlyReportItem[] drillConductedQuarterlyReportItemList, object userState) { if ((this.onBeginDataInsertInformation_DrillConductedQuarterlyReportTableDelegate == null)) { this.onBeginDataInsertInformation_DrillConductedQuarterlyReportTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertInformation_DrillConductedQuarterlyReportTable); } if ((this.onEndDataInsertInformation_DrillConductedQuarterlyReportTableDelegate == null)) { this.onEndDataInsertInformation_DrillConductedQuarterlyReportTableDelegate = new EndOperationDelegate(this.OnEndDataInsertInformation_DrillConductedQuarterlyReportTable); } if ((this.onDataInsertInformation_DrillConductedQuarterlyReportTableCompletedDelegate == null)) { this.onDataInsertInformation_DrillConductedQuarterlyReportTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertInformation_DrillConductedQuarterlyReportTableCompleted); } base.InvokeAsync(this.onBeginDataInsertInformation_DrillConductedQuarterlyReportTableDelegate, new object[] { drillConductedQuarterlyReportList, drillConductedQuarterlyReportItemList}, this.onEndDataInsertInformation_DrillConductedQuarterlyReportTableDelegate, this.onDataInsertInformation_DrillConductedQuarterlyReportTableCompletedDelegate, userState); } public string[] DataInsertInformation_DrillPlanHalfYearReportTable(BLL.CNCECHSSEService.Information_DrillPlanHalfYearReport[] drillPlanHalfYearReportList, BLL.CNCECHSSEService.Information_DrillPlanHalfYearReportItem[] drillPlanHalfYearReportItemList) { return base.Channel.DataInsertInformation_DrillPlanHalfYearReportTable(drillPlanHalfYearReportList, drillPlanHalfYearReportItemList); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertInformation_DrillPlanHalfYearReportTable(BLL.CNCECHSSEService.Information_DrillPlanHalfYearReport[] drillPlanHalfYearReportList, BLL.CNCECHSSEService.Information_DrillPlanHalfYearReportItem[] drillPlanHalfYearReportItemList, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertInformation_DrillPlanHalfYearReportTable(drillPlanHalfYearReportList, drillPlanHalfYearReportItemList, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertInformation_DrillPlanHalfYearReportTable(System.IAsyncResult result) { return base.Channel.EndDataInsertInformation_DrillPlanHalfYearReportTable(result); } private System.IAsyncResult OnBeginDataInsertInformation_DrillPlanHalfYearReportTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Information_DrillPlanHalfYearReport[] drillPlanHalfYearReportList = ((BLL.CNCECHSSEService.Information_DrillPlanHalfYearReport[])(inValues[0])); BLL.CNCECHSSEService.Information_DrillPlanHalfYearReportItem[] drillPlanHalfYearReportItemList = ((BLL.CNCECHSSEService.Information_DrillPlanHalfYearReportItem[])(inValues[1])); return this.BeginDataInsertInformation_DrillPlanHalfYearReportTable(drillPlanHalfYearReportList, drillPlanHalfYearReportItemList, callback, asyncState); } private object[] OnEndDataInsertInformation_DrillPlanHalfYearReportTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertInformation_DrillPlanHalfYearReportTable(result); return new object[] { retVal}; } private void OnDataInsertInformation_DrillPlanHalfYearReportTableCompleted(object state) { if ((this.DataInsertInformation_DrillPlanHalfYearReportTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertInformation_DrillPlanHalfYearReportTableCompleted(this, new DataInsertInformation_DrillPlanHalfYearReportTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertInformation_DrillPlanHalfYearReportTableAsync(BLL.CNCECHSSEService.Information_DrillPlanHalfYearReport[] drillPlanHalfYearReportList, BLL.CNCECHSSEService.Information_DrillPlanHalfYearReportItem[] drillPlanHalfYearReportItemList) { this.DataInsertInformation_DrillPlanHalfYearReportTableAsync(drillPlanHalfYearReportList, drillPlanHalfYearReportItemList, null); } public void DataInsertInformation_DrillPlanHalfYearReportTableAsync(BLL.CNCECHSSEService.Information_DrillPlanHalfYearReport[] drillPlanHalfYearReportList, BLL.CNCECHSSEService.Information_DrillPlanHalfYearReportItem[] drillPlanHalfYearReportItemList, object userState) { if ((this.onBeginDataInsertInformation_DrillPlanHalfYearReportTableDelegate == null)) { this.onBeginDataInsertInformation_DrillPlanHalfYearReportTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertInformation_DrillPlanHalfYearReportTable); } if ((this.onEndDataInsertInformation_DrillPlanHalfYearReportTableDelegate == null)) { this.onEndDataInsertInformation_DrillPlanHalfYearReportTableDelegate = new EndOperationDelegate(this.OnEndDataInsertInformation_DrillPlanHalfYearReportTable); } if ((this.onDataInsertInformation_DrillPlanHalfYearReportTableCompletedDelegate == null)) { this.onDataInsertInformation_DrillPlanHalfYearReportTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertInformation_DrillPlanHalfYearReportTableCompleted); } base.InvokeAsync(this.onBeginDataInsertInformation_DrillPlanHalfYearReportTableDelegate, new object[] { drillPlanHalfYearReportList, drillPlanHalfYearReportItemList}, this.onEndDataInsertInformation_DrillPlanHalfYearReportTableDelegate, this.onDataInsertInformation_DrillPlanHalfYearReportTableCompletedDelegate, userState); } public string[] DataInsertInformation_MillionsMonthlyReportTable(BLL.CNCECHSSEService.Information_MillionsMonthlyReport[] millionsMonthlyReportList, BLL.CNCECHSSEService.Information_MillionsMonthlyReportItem[] millionsMonthlyReportItemList) { return base.Channel.DataInsertInformation_MillionsMonthlyReportTable(millionsMonthlyReportList, millionsMonthlyReportItemList); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertInformation_MillionsMonthlyReportTable(BLL.CNCECHSSEService.Information_MillionsMonthlyReport[] millionsMonthlyReportList, BLL.CNCECHSSEService.Information_MillionsMonthlyReportItem[] millionsMonthlyReportItemList, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertInformation_MillionsMonthlyReportTable(millionsMonthlyReportList, millionsMonthlyReportItemList, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertInformation_MillionsMonthlyReportTable(System.IAsyncResult result) { return base.Channel.EndDataInsertInformation_MillionsMonthlyReportTable(result); } private System.IAsyncResult OnBeginDataInsertInformation_MillionsMonthlyReportTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Information_MillionsMonthlyReport[] millionsMonthlyReportList = ((BLL.CNCECHSSEService.Information_MillionsMonthlyReport[])(inValues[0])); BLL.CNCECHSSEService.Information_MillionsMonthlyReportItem[] millionsMonthlyReportItemList = ((BLL.CNCECHSSEService.Information_MillionsMonthlyReportItem[])(inValues[1])); return this.BeginDataInsertInformation_MillionsMonthlyReportTable(millionsMonthlyReportList, millionsMonthlyReportItemList, callback, asyncState); } private object[] OnEndDataInsertInformation_MillionsMonthlyReportTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertInformation_MillionsMonthlyReportTable(result); return new object[] { retVal}; } private void OnDataInsertInformation_MillionsMonthlyReportTableCompleted(object state) { if ((this.DataInsertInformation_MillionsMonthlyReportTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertInformation_MillionsMonthlyReportTableCompleted(this, new DataInsertInformation_MillionsMonthlyReportTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertInformation_MillionsMonthlyReportTableAsync(BLL.CNCECHSSEService.Information_MillionsMonthlyReport[] millionsMonthlyReportList, BLL.CNCECHSSEService.Information_MillionsMonthlyReportItem[] millionsMonthlyReportItemList) { this.DataInsertInformation_MillionsMonthlyReportTableAsync(millionsMonthlyReportList, millionsMonthlyReportItemList, null); } public void DataInsertInformation_MillionsMonthlyReportTableAsync(BLL.CNCECHSSEService.Information_MillionsMonthlyReport[] millionsMonthlyReportList, BLL.CNCECHSSEService.Information_MillionsMonthlyReportItem[] millionsMonthlyReportItemList, object userState) { if ((this.onBeginDataInsertInformation_MillionsMonthlyReportTableDelegate == null)) { this.onBeginDataInsertInformation_MillionsMonthlyReportTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertInformation_MillionsMonthlyReportTable); } if ((this.onEndDataInsertInformation_MillionsMonthlyReportTableDelegate == null)) { this.onEndDataInsertInformation_MillionsMonthlyReportTableDelegate = new EndOperationDelegate(this.OnEndDataInsertInformation_MillionsMonthlyReportTable); } if ((this.onDataInsertInformation_MillionsMonthlyReportTableCompletedDelegate == null)) { this.onDataInsertInformation_MillionsMonthlyReportTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertInformation_MillionsMonthlyReportTableCompleted); } base.InvokeAsync(this.onBeginDataInsertInformation_MillionsMonthlyReportTableDelegate, new object[] { millionsMonthlyReportList, millionsMonthlyReportItemList}, this.onEndDataInsertInformation_MillionsMonthlyReportTableDelegate, this.onDataInsertInformation_MillionsMonthlyReportTableCompletedDelegate, userState); } public string[] DataInsertInformation_SafetyQuarterlyReportTable(BLL.CNCECHSSEService.Information_SafetyQuarterlyReport[] safetyQuarterlyReportList) { return base.Channel.DataInsertInformation_SafetyQuarterlyReportTable(safetyQuarterlyReportList); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertInformation_SafetyQuarterlyReportTable(BLL.CNCECHSSEService.Information_SafetyQuarterlyReport[] safetyQuarterlyReportList, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertInformation_SafetyQuarterlyReportTable(safetyQuarterlyReportList, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertInformation_SafetyQuarterlyReportTable(System.IAsyncResult result) { return base.Channel.EndDataInsertInformation_SafetyQuarterlyReportTable(result); } private System.IAsyncResult OnBeginDataInsertInformation_SafetyQuarterlyReportTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Information_SafetyQuarterlyReport[] safetyQuarterlyReportList = ((BLL.CNCECHSSEService.Information_SafetyQuarterlyReport[])(inValues[0])); return this.BeginDataInsertInformation_SafetyQuarterlyReportTable(safetyQuarterlyReportList, callback, asyncState); } private object[] OnEndDataInsertInformation_SafetyQuarterlyReportTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertInformation_SafetyQuarterlyReportTable(result); return new object[] { retVal}; } private void OnDataInsertInformation_SafetyQuarterlyReportTableCompleted(object state) { if ((this.DataInsertInformation_SafetyQuarterlyReportTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertInformation_SafetyQuarterlyReportTableCompleted(this, new DataInsertInformation_SafetyQuarterlyReportTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertInformation_SafetyQuarterlyReportTableAsync(BLL.CNCECHSSEService.Information_SafetyQuarterlyReport[] safetyQuarterlyReportList) { this.DataInsertInformation_SafetyQuarterlyReportTableAsync(safetyQuarterlyReportList, null); } public void DataInsertInformation_SafetyQuarterlyReportTableAsync(BLL.CNCECHSSEService.Information_SafetyQuarterlyReport[] safetyQuarterlyReportList, object userState) { if ((this.onBeginDataInsertInformation_SafetyQuarterlyReportTableDelegate == null)) { this.onBeginDataInsertInformation_SafetyQuarterlyReportTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertInformation_SafetyQuarterlyReportTable); } if ((this.onEndDataInsertInformation_SafetyQuarterlyReportTableDelegate == null)) { this.onEndDataInsertInformation_SafetyQuarterlyReportTableDelegate = new EndOperationDelegate(this.OnEndDataInsertInformation_SafetyQuarterlyReportTable); } if ((this.onDataInsertInformation_SafetyQuarterlyReportTableCompletedDelegate == null)) { this.onDataInsertInformation_SafetyQuarterlyReportTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertInformation_SafetyQuarterlyReportTableCompleted); } base.InvokeAsync(this.onBeginDataInsertInformation_SafetyQuarterlyReportTableDelegate, new object[] { safetyQuarterlyReportList}, this.onEndDataInsertInformation_SafetyQuarterlyReportTableDelegate, this.onDataInsertInformation_SafetyQuarterlyReportTableCompletedDelegate, userState); } public string[] DataInsertTraining_TrainingItemTable(BLL.CNCECHSSEService.Training_TrainingItem[] trainingItem) { return base.Channel.DataInsertTraining_TrainingItemTable(trainingItem); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertTraining_TrainingItemTable(BLL.CNCECHSSEService.Training_TrainingItem[] trainingItem, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertTraining_TrainingItemTable(trainingItem, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertTraining_TrainingItemTable(System.IAsyncResult result) { return base.Channel.EndDataInsertTraining_TrainingItemTable(result); } private System.IAsyncResult OnBeginDataInsertTraining_TrainingItemTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Training_TrainingItem[] trainingItem = ((BLL.CNCECHSSEService.Training_TrainingItem[])(inValues[0])); return this.BeginDataInsertTraining_TrainingItemTable(trainingItem, callback, asyncState); } private object[] OnEndDataInsertTraining_TrainingItemTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertTraining_TrainingItemTable(result); return new object[] { retVal}; } private void OnDataInsertTraining_TrainingItemTableCompleted(object state) { if ((this.DataInsertTraining_TrainingItemTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertTraining_TrainingItemTableCompleted(this, new DataInsertTraining_TrainingItemTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertTraining_TrainingItemTableAsync(BLL.CNCECHSSEService.Training_TrainingItem[] trainingItem) { this.DataInsertTraining_TrainingItemTableAsync(trainingItem, null); } public void DataInsertTraining_TrainingItemTableAsync(BLL.CNCECHSSEService.Training_TrainingItem[] trainingItem, object userState) { if ((this.onBeginDataInsertTraining_TrainingItemTableDelegate == null)) { this.onBeginDataInsertTraining_TrainingItemTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertTraining_TrainingItemTable); } if ((this.onEndDataInsertTraining_TrainingItemTableDelegate == null)) { this.onEndDataInsertTraining_TrainingItemTableDelegate = new EndOperationDelegate(this.OnEndDataInsertTraining_TrainingItemTable); } if ((this.onDataInsertTraining_TrainingItemTableCompletedDelegate == null)) { this.onDataInsertTraining_TrainingItemTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertTraining_TrainingItemTableCompleted); } base.InvokeAsync(this.onBeginDataInsertTraining_TrainingItemTableDelegate, new object[] { trainingItem}, this.onEndDataInsertTraining_TrainingItemTableDelegate, this.onDataInsertTraining_TrainingItemTableCompletedDelegate, userState); } public string[] DataInsertTraining_TrainTestDBItemTable(BLL.CNCECHSSEService.Training_TrainTestDBItem[] trainTestDBItem) { return base.Channel.DataInsertTraining_TrainTestDBItemTable(trainTestDBItem); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertTraining_TrainTestDBItemTable(BLL.CNCECHSSEService.Training_TrainTestDBItem[] trainTestDBItem, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertTraining_TrainTestDBItemTable(trainTestDBItem, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertTraining_TrainTestDBItemTable(System.IAsyncResult result) { return base.Channel.EndDataInsertTraining_TrainTestDBItemTable(result); } private System.IAsyncResult OnBeginDataInsertTraining_TrainTestDBItemTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Training_TrainTestDBItem[] trainTestDBItem = ((BLL.CNCECHSSEService.Training_TrainTestDBItem[])(inValues[0])); return this.BeginDataInsertTraining_TrainTestDBItemTable(trainTestDBItem, callback, asyncState); } private object[] OnEndDataInsertTraining_TrainTestDBItemTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertTraining_TrainTestDBItemTable(result); return new object[] { retVal}; } private void OnDataInsertTraining_TrainTestDBItemTableCompleted(object state) { if ((this.DataInsertTraining_TrainTestDBItemTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertTraining_TrainTestDBItemTableCompleted(this, new DataInsertTraining_TrainTestDBItemTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertTraining_TrainTestDBItemTableAsync(BLL.CNCECHSSEService.Training_TrainTestDBItem[] trainTestDBItem) { this.DataInsertTraining_TrainTestDBItemTableAsync(trainTestDBItem, null); } public void DataInsertTraining_TrainTestDBItemTableAsync(BLL.CNCECHSSEService.Training_TrainTestDBItem[] trainTestDBItem, object userState) { if ((this.onBeginDataInsertTraining_TrainTestDBItemTableDelegate == null)) { this.onBeginDataInsertTraining_TrainTestDBItemTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertTraining_TrainTestDBItemTable); } if ((this.onEndDataInsertTraining_TrainTestDBItemTableDelegate == null)) { this.onEndDataInsertTraining_TrainTestDBItemTableDelegate = new EndOperationDelegate(this.OnEndDataInsertTraining_TrainTestDBItemTable); } if ((this.onDataInsertTraining_TrainTestDBItemTableCompletedDelegate == null)) { this.onDataInsertTraining_TrainTestDBItemTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertTraining_TrainTestDBItemTableCompleted); } base.InvokeAsync(this.onBeginDataInsertTraining_TrainTestDBItemTableDelegate, new object[] { trainTestDBItem}, this.onEndDataInsertTraining_TrainTestDBItemTableDelegate, this.onDataInsertTraining_TrainTestDBItemTableCompletedDelegate, userState); } public string[] DataInsertEduTrain_AccidentCaseItemTable(BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] accidentCaseItem) { return base.Channel.DataInsertEduTrain_AccidentCaseItemTable(accidentCaseItem); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertEduTrain_AccidentCaseItemTable(BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] accidentCaseItem, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertEduTrain_AccidentCaseItemTable(accidentCaseItem, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertEduTrain_AccidentCaseItemTable(System.IAsyncResult result) { return base.Channel.EndDataInsertEduTrain_AccidentCaseItemTable(result); } private System.IAsyncResult OnBeginDataInsertEduTrain_AccidentCaseItemTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] accidentCaseItem = ((BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[])(inValues[0])); return this.BeginDataInsertEduTrain_AccidentCaseItemTable(accidentCaseItem, callback, asyncState); } private object[] OnEndDataInsertEduTrain_AccidentCaseItemTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertEduTrain_AccidentCaseItemTable(result); return new object[] { retVal}; } private void OnDataInsertEduTrain_AccidentCaseItemTableCompleted(object state) { if ((this.DataInsertEduTrain_AccidentCaseItemTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertEduTrain_AccidentCaseItemTableCompleted(this, new DataInsertEduTrain_AccidentCaseItemTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertEduTrain_AccidentCaseItemTableAsync(BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] accidentCaseItem) { this.DataInsertEduTrain_AccidentCaseItemTableAsync(accidentCaseItem, null); } public void DataInsertEduTrain_AccidentCaseItemTableAsync(BLL.CNCECHSSEService.EduTrain_AccidentCaseItem[] accidentCaseItem, object userState) { if ((this.onBeginDataInsertEduTrain_AccidentCaseItemTableDelegate == null)) { this.onBeginDataInsertEduTrain_AccidentCaseItemTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertEduTrain_AccidentCaseItemTable); } if ((this.onEndDataInsertEduTrain_AccidentCaseItemTableDelegate == null)) { this.onEndDataInsertEduTrain_AccidentCaseItemTableDelegate = new EndOperationDelegate(this.OnEndDataInsertEduTrain_AccidentCaseItemTable); } if ((this.onDataInsertEduTrain_AccidentCaseItemTableCompletedDelegate == null)) { this.onDataInsertEduTrain_AccidentCaseItemTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertEduTrain_AccidentCaseItemTableCompleted); } base.InvokeAsync(this.onBeginDataInsertEduTrain_AccidentCaseItemTableDelegate, new object[] { accidentCaseItem}, this.onEndDataInsertEduTrain_AccidentCaseItemTableDelegate, this.onDataInsertEduTrain_AccidentCaseItemTableCompletedDelegate, userState); } public string[] DataInsertTraining_KnowledgeItemTable(BLL.CNCECHSSEService.Training_KnowledgeItem[] knowledgeItem) { return base.Channel.DataInsertTraining_KnowledgeItemTable(knowledgeItem); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertTraining_KnowledgeItemTable(BLL.CNCECHSSEService.Training_KnowledgeItem[] knowledgeItem, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertTraining_KnowledgeItemTable(knowledgeItem, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertTraining_KnowledgeItemTable(System.IAsyncResult result) { return base.Channel.EndDataInsertTraining_KnowledgeItemTable(result); } private System.IAsyncResult OnBeginDataInsertTraining_KnowledgeItemTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Training_KnowledgeItem[] knowledgeItem = ((BLL.CNCECHSSEService.Training_KnowledgeItem[])(inValues[0])); return this.BeginDataInsertTraining_KnowledgeItemTable(knowledgeItem, callback, asyncState); } private object[] OnEndDataInsertTraining_KnowledgeItemTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertTraining_KnowledgeItemTable(result); return new object[] { retVal}; } private void OnDataInsertTraining_KnowledgeItemTableCompleted(object state) { if ((this.DataInsertTraining_KnowledgeItemTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertTraining_KnowledgeItemTableCompleted(this, new DataInsertTraining_KnowledgeItemTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertTraining_KnowledgeItemTableAsync(BLL.CNCECHSSEService.Training_KnowledgeItem[] knowledgeItem) { this.DataInsertTraining_KnowledgeItemTableAsync(knowledgeItem, null); } public void DataInsertTraining_KnowledgeItemTableAsync(BLL.CNCECHSSEService.Training_KnowledgeItem[] knowledgeItem, object userState) { if ((this.onBeginDataInsertTraining_KnowledgeItemTableDelegate == null)) { this.onBeginDataInsertTraining_KnowledgeItemTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertTraining_KnowledgeItemTable); } if ((this.onEndDataInsertTraining_KnowledgeItemTableDelegate == null)) { this.onEndDataInsertTraining_KnowledgeItemTableDelegate = new EndOperationDelegate(this.OnEndDataInsertTraining_KnowledgeItemTable); } if ((this.onDataInsertTraining_KnowledgeItemTableCompletedDelegate == null)) { this.onDataInsertTraining_KnowledgeItemTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertTraining_KnowledgeItemTableCompleted); } base.InvokeAsync(this.onBeginDataInsertTraining_KnowledgeItemTableDelegate, new object[] { knowledgeItem}, this.onEndDataInsertTraining_KnowledgeItemTableDelegate, this.onDataInsertTraining_KnowledgeItemTableCompletedDelegate, userState); } public string[] DataInsertTechnique_HazardListTable(BLL.CNCECHSSEService.Technique_HazardList[] hazardList) { return base.Channel.DataInsertTechnique_HazardListTable(hazardList); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertTechnique_HazardListTable(BLL.CNCECHSSEService.Technique_HazardList[] hazardList, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertTechnique_HazardListTable(hazardList, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertTechnique_HazardListTable(System.IAsyncResult result) { return base.Channel.EndDataInsertTechnique_HazardListTable(result); } private System.IAsyncResult OnBeginDataInsertTechnique_HazardListTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Technique_HazardList[] hazardList = ((BLL.CNCECHSSEService.Technique_HazardList[])(inValues[0])); return this.BeginDataInsertTechnique_HazardListTable(hazardList, callback, asyncState); } private object[] OnEndDataInsertTechnique_HazardListTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertTechnique_HazardListTable(result); return new object[] { retVal}; } private void OnDataInsertTechnique_HazardListTableCompleted(object state) { if ((this.DataInsertTechnique_HazardListTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertTechnique_HazardListTableCompleted(this, new DataInsertTechnique_HazardListTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertTechnique_HazardListTableAsync(BLL.CNCECHSSEService.Technique_HazardList[] hazardList) { this.DataInsertTechnique_HazardListTableAsync(hazardList, null); } public void DataInsertTechnique_HazardListTableAsync(BLL.CNCECHSSEService.Technique_HazardList[] hazardList, object userState) { if ((this.onBeginDataInsertTechnique_HazardListTableDelegate == null)) { this.onBeginDataInsertTechnique_HazardListTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertTechnique_HazardListTable); } if ((this.onEndDataInsertTechnique_HazardListTableDelegate == null)) { this.onEndDataInsertTechnique_HazardListTableDelegate = new EndOperationDelegate(this.OnEndDataInsertTechnique_HazardListTable); } if ((this.onDataInsertTechnique_HazardListTableCompletedDelegate == null)) { this.onDataInsertTechnique_HazardListTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertTechnique_HazardListTableCompleted); } base.InvokeAsync(this.onBeginDataInsertTechnique_HazardListTableDelegate, new object[] { hazardList}, this.onEndDataInsertTechnique_HazardListTableDelegate, this.onDataInsertTechnique_HazardListTableCompletedDelegate, userState); } public string[] DataInsertTechnique_RectifyItemTable(BLL.CNCECHSSEService.Technique_RectifyItem[] rectifyItem) { return base.Channel.DataInsertTechnique_RectifyItemTable(rectifyItem); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertTechnique_RectifyItemTable(BLL.CNCECHSSEService.Technique_RectifyItem[] rectifyItem, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertTechnique_RectifyItemTable(rectifyItem, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertTechnique_RectifyItemTable(System.IAsyncResult result) { return base.Channel.EndDataInsertTechnique_RectifyItemTable(result); } private System.IAsyncResult OnBeginDataInsertTechnique_RectifyItemTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Technique_RectifyItem[] rectifyItem = ((BLL.CNCECHSSEService.Technique_RectifyItem[])(inValues[0])); return this.BeginDataInsertTechnique_RectifyItemTable(rectifyItem, callback, asyncState); } private object[] OnEndDataInsertTechnique_RectifyItemTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertTechnique_RectifyItemTable(result); return new object[] { retVal}; } private void OnDataInsertTechnique_RectifyItemTableCompleted(object state) { if ((this.DataInsertTechnique_RectifyItemTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertTechnique_RectifyItemTableCompleted(this, new DataInsertTechnique_RectifyItemTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertTechnique_RectifyItemTableAsync(BLL.CNCECHSSEService.Technique_RectifyItem[] rectifyItem) { this.DataInsertTechnique_RectifyItemTableAsync(rectifyItem, null); } public void DataInsertTechnique_RectifyItemTableAsync(BLL.CNCECHSSEService.Technique_RectifyItem[] rectifyItem, object userState) { if ((this.onBeginDataInsertTechnique_RectifyItemTableDelegate == null)) { this.onBeginDataInsertTechnique_RectifyItemTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertTechnique_RectifyItemTable); } if ((this.onEndDataInsertTechnique_RectifyItemTableDelegate == null)) { this.onEndDataInsertTechnique_RectifyItemTableDelegate = new EndOperationDelegate(this.OnEndDataInsertTechnique_RectifyItemTable); } if ((this.onDataInsertTechnique_RectifyItemTableCompletedDelegate == null)) { this.onDataInsertTechnique_RectifyItemTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertTechnique_RectifyItemTableCompleted); } base.InvokeAsync(this.onBeginDataInsertTechnique_RectifyItemTableDelegate, new object[] { rectifyItem}, this.onEndDataInsertTechnique_RectifyItemTableDelegate, this.onDataInsertTechnique_RectifyItemTableCompletedDelegate, userState); } public string[] DataInsertTechnique_ExpertTable(BLL.CNCECHSSEService.Technique_Expert[] expert) { return base.Channel.DataInsertTechnique_ExpertTable(expert); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertTechnique_ExpertTable(BLL.CNCECHSSEService.Technique_Expert[] expert, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertTechnique_ExpertTable(expert, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertTechnique_ExpertTable(System.IAsyncResult result) { return base.Channel.EndDataInsertTechnique_ExpertTable(result); } private System.IAsyncResult OnBeginDataInsertTechnique_ExpertTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Technique_Expert[] expert = ((BLL.CNCECHSSEService.Technique_Expert[])(inValues[0])); return this.BeginDataInsertTechnique_ExpertTable(expert, callback, asyncState); } private object[] OnEndDataInsertTechnique_ExpertTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertTechnique_ExpertTable(result); return new object[] { retVal}; } private void OnDataInsertTechnique_ExpertTableCompleted(object state) { if ((this.DataInsertTechnique_ExpertTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertTechnique_ExpertTableCompleted(this, new DataInsertTechnique_ExpertTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertTechnique_ExpertTableAsync(BLL.CNCECHSSEService.Technique_Expert[] expert) { this.DataInsertTechnique_ExpertTableAsync(expert, null); } public void DataInsertTechnique_ExpertTableAsync(BLL.CNCECHSSEService.Technique_Expert[] expert, object userState) { if ((this.onBeginDataInsertTechnique_ExpertTableDelegate == null)) { this.onBeginDataInsertTechnique_ExpertTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertTechnique_ExpertTable); } if ((this.onEndDataInsertTechnique_ExpertTableDelegate == null)) { this.onEndDataInsertTechnique_ExpertTableDelegate = new EndOperationDelegate(this.OnEndDataInsertTechnique_ExpertTable); } if ((this.onDataInsertTechnique_ExpertTableCompletedDelegate == null)) { this.onDataInsertTechnique_ExpertTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertTechnique_ExpertTableCompleted); } base.InvokeAsync(this.onBeginDataInsertTechnique_ExpertTableDelegate, new object[] { expert}, this.onEndDataInsertTechnique_ExpertTableDelegate, this.onDataInsertTechnique_ExpertTableCompletedDelegate, userState); } public string[] DataInsertSupervise_SuperviseCheckRectifyTable(BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] superviseCheckRectify) { return base.Channel.DataInsertSupervise_SuperviseCheckRectifyTable(superviseCheckRectify); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertSupervise_SuperviseCheckRectifyTable(BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] superviseCheckRectify, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertSupervise_SuperviseCheckRectifyTable(superviseCheckRectify, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertSupervise_SuperviseCheckRectifyTable(System.IAsyncResult result) { return base.Channel.EndDataInsertSupervise_SuperviseCheckRectifyTable(result); } private System.IAsyncResult OnBeginDataInsertSupervise_SuperviseCheckRectifyTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] superviseCheckRectify = ((BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[])(inValues[0])); return this.BeginDataInsertSupervise_SuperviseCheckRectifyTable(superviseCheckRectify, callback, asyncState); } private object[] OnEndDataInsertSupervise_SuperviseCheckRectifyTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertSupervise_SuperviseCheckRectifyTable(result); return new object[] { retVal}; } private void OnDataInsertSupervise_SuperviseCheckRectifyTableCompleted(object state) { if ((this.DataInsertSupervise_SuperviseCheckRectifyTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertSupervise_SuperviseCheckRectifyTableCompleted(this, new DataInsertSupervise_SuperviseCheckRectifyTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertSupervise_SuperviseCheckRectifyTableAsync(BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] superviseCheckRectify) { this.DataInsertSupervise_SuperviseCheckRectifyTableAsync(superviseCheckRectify, null); } public void DataInsertSupervise_SuperviseCheckRectifyTableAsync(BLL.CNCECHSSEService.Supervise_SuperviseCheckRectify[] superviseCheckRectify, object userState) { if ((this.onBeginDataInsertSupervise_SuperviseCheckRectifyTableDelegate == null)) { this.onBeginDataInsertSupervise_SuperviseCheckRectifyTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertSupervise_SuperviseCheckRectifyTable); } if ((this.onEndDataInsertSupervise_SuperviseCheckRectifyTableDelegate == null)) { this.onEndDataInsertSupervise_SuperviseCheckRectifyTableDelegate = new EndOperationDelegate(this.OnEndDataInsertSupervise_SuperviseCheckRectifyTable); } if ((this.onDataInsertSupervise_SuperviseCheckRectifyTableCompletedDelegate == null)) { this.onDataInsertSupervise_SuperviseCheckRectifyTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertSupervise_SuperviseCheckRectifyTableCompleted); } base.InvokeAsync(this.onBeginDataInsertSupervise_SuperviseCheckRectifyTableDelegate, new object[] { superviseCheckRectify}, this.onEndDataInsertSupervise_SuperviseCheckRectifyTableDelegate, this.onDataInsertSupervise_SuperviseCheckRectifyTableCompletedDelegate, userState); } public string[] DataInsertHSSESystem_HSSEManageItemTable(BLL.CNCECHSSEService.HSSESystem_HSSEManageItem[] HSSEManageItem) { return base.Channel.DataInsertHSSESystem_HSSEManageItemTable(HSSEManageItem); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertHSSESystem_HSSEManageItemTable(BLL.CNCECHSSEService.HSSESystem_HSSEManageItem[] HSSEManageItem, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertHSSESystem_HSSEManageItemTable(HSSEManageItem, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertHSSESystem_HSSEManageItemTable(System.IAsyncResult result) { return base.Channel.EndDataInsertHSSESystem_HSSEManageItemTable(result); } private System.IAsyncResult OnBeginDataInsertHSSESystem_HSSEManageItemTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.HSSESystem_HSSEManageItem[] HSSEManageItem = ((BLL.CNCECHSSEService.HSSESystem_HSSEManageItem[])(inValues[0])); return this.BeginDataInsertHSSESystem_HSSEManageItemTable(HSSEManageItem, callback, asyncState); } private object[] OnEndDataInsertHSSESystem_HSSEManageItemTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertHSSESystem_HSSEManageItemTable(result); return new object[] { retVal}; } private void OnDataInsertHSSESystem_HSSEManageItemTableCompleted(object state) { if ((this.DataInsertHSSESystem_HSSEManageItemTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertHSSESystem_HSSEManageItemTableCompleted(this, new DataInsertHSSESystem_HSSEManageItemTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertHSSESystem_HSSEManageItemTableAsync(BLL.CNCECHSSEService.HSSESystem_HSSEManageItem[] HSSEManageItem) { this.DataInsertHSSESystem_HSSEManageItemTableAsync(HSSEManageItem, null); } public void DataInsertHSSESystem_HSSEManageItemTableAsync(BLL.CNCECHSSEService.HSSESystem_HSSEManageItem[] HSSEManageItem, object userState) { if ((this.onBeginDataInsertHSSESystem_HSSEManageItemTableDelegate == null)) { this.onBeginDataInsertHSSESystem_HSSEManageItemTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertHSSESystem_HSSEManageItemTable); } if ((this.onEndDataInsertHSSESystem_HSSEManageItemTableDelegate == null)) { this.onEndDataInsertHSSESystem_HSSEManageItemTableDelegate = new EndOperationDelegate(this.OnEndDataInsertHSSESystem_HSSEManageItemTable); } if ((this.onDataInsertHSSESystem_HSSEManageItemTableCompletedDelegate == null)) { this.onDataInsertHSSESystem_HSSEManageItemTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertHSSESystem_HSSEManageItemTableCompleted); } base.InvokeAsync(this.onBeginDataInsertHSSESystem_HSSEManageItemTableDelegate, new object[] { HSSEManageItem}, this.onEndDataInsertHSSESystem_HSSEManageItemTableDelegate, this.onDataInsertHSSESystem_HSSEManageItemTableCompletedDelegate, userState); } public string[] DataInsertSupervise_UpCheckReportTable(BLL.CNCECHSSEService.Supervise_UpCheckReport[] upCheckReport, BLL.CNCECHSSEService.Supervise_UpCheckReportItem[] upCheckReportItem, BLL.CNCECHSSEService.Supervise_UpCheckReportItem2[] upCheckReportItem2) { return base.Channel.DataInsertSupervise_UpCheckReportTable(upCheckReport, upCheckReportItem, upCheckReportItem2); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertSupervise_UpCheckReportTable(BLL.CNCECHSSEService.Supervise_UpCheckReport[] upCheckReport, BLL.CNCECHSSEService.Supervise_UpCheckReportItem[] upCheckReportItem, BLL.CNCECHSSEService.Supervise_UpCheckReportItem2[] upCheckReportItem2, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertSupervise_UpCheckReportTable(upCheckReport, upCheckReportItem, upCheckReportItem2, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertSupervise_UpCheckReportTable(System.IAsyncResult result) { return base.Channel.EndDataInsertSupervise_UpCheckReportTable(result); } private System.IAsyncResult OnBeginDataInsertSupervise_UpCheckReportTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Supervise_UpCheckReport[] upCheckReport = ((BLL.CNCECHSSEService.Supervise_UpCheckReport[])(inValues[0])); BLL.CNCECHSSEService.Supervise_UpCheckReportItem[] upCheckReportItem = ((BLL.CNCECHSSEService.Supervise_UpCheckReportItem[])(inValues[1])); BLL.CNCECHSSEService.Supervise_UpCheckReportItem2[] upCheckReportItem2 = ((BLL.CNCECHSSEService.Supervise_UpCheckReportItem2[])(inValues[2])); return this.BeginDataInsertSupervise_UpCheckReportTable(upCheckReport, upCheckReportItem, upCheckReportItem2, callback, asyncState); } private object[] OnEndDataInsertSupervise_UpCheckReportTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertSupervise_UpCheckReportTable(result); return new object[] { retVal}; } private void OnDataInsertSupervise_UpCheckReportTableCompleted(object state) { if ((this.DataInsertSupervise_UpCheckReportTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertSupervise_UpCheckReportTableCompleted(this, new DataInsertSupervise_UpCheckReportTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertSupervise_UpCheckReportTableAsync(BLL.CNCECHSSEService.Supervise_UpCheckReport[] upCheckReport, BLL.CNCECHSSEService.Supervise_UpCheckReportItem[] upCheckReportItem, BLL.CNCECHSSEService.Supervise_UpCheckReportItem2[] upCheckReportItem2) { this.DataInsertSupervise_UpCheckReportTableAsync(upCheckReport, upCheckReportItem, upCheckReportItem2, null); } public void DataInsertSupervise_UpCheckReportTableAsync(BLL.CNCECHSSEService.Supervise_UpCheckReport[] upCheckReport, BLL.CNCECHSSEService.Supervise_UpCheckReportItem[] upCheckReportItem, BLL.CNCECHSSEService.Supervise_UpCheckReportItem2[] upCheckReportItem2, object userState) { if ((this.onBeginDataInsertSupervise_UpCheckReportTableDelegate == null)) { this.onBeginDataInsertSupervise_UpCheckReportTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertSupervise_UpCheckReportTable); } if ((this.onEndDataInsertSupervise_UpCheckReportTableDelegate == null)) { this.onEndDataInsertSupervise_UpCheckReportTableDelegate = new EndOperationDelegate(this.OnEndDataInsertSupervise_UpCheckReportTable); } if ((this.onDataInsertSupervise_UpCheckReportTableCompletedDelegate == null)) { this.onDataInsertSupervise_UpCheckReportTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertSupervise_UpCheckReportTableCompleted); } base.InvokeAsync(this.onBeginDataInsertSupervise_UpCheckReportTableDelegate, new object[] { upCheckReport, upCheckReportItem, upCheckReportItem2}, this.onEndDataInsertSupervise_UpCheckReportTableDelegate, this.onDataInsertSupervise_UpCheckReportTableCompletedDelegate, userState); } public string[] DataInsertSupervise_SubUnitReportItemItemTable(BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] subUnitReportItem) { return base.Channel.DataInsertSupervise_SubUnitReportItemItemTable(subUnitReportItem); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertSupervise_SubUnitReportItemItemTable(BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] subUnitReportItem, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertSupervise_SubUnitReportItemItemTable(subUnitReportItem, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertSupervise_SubUnitReportItemItemTable(System.IAsyncResult result) { return base.Channel.EndDataInsertSupervise_SubUnitReportItemItemTable(result); } private System.IAsyncResult OnBeginDataInsertSupervise_SubUnitReportItemItemTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] subUnitReportItem = ((BLL.CNCECHSSEService.Supervise_SubUnitReportItem[])(inValues[0])); return this.BeginDataInsertSupervise_SubUnitReportItemItemTable(subUnitReportItem, callback, asyncState); } private object[] OnEndDataInsertSupervise_SubUnitReportItemItemTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertSupervise_SubUnitReportItemItemTable(result); return new object[] { retVal}; } private void OnDataInsertSupervise_SubUnitReportItemItemTableCompleted(object state) { if ((this.DataInsertSupervise_SubUnitReportItemItemTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertSupervise_SubUnitReportItemItemTableCompleted(this, new DataInsertSupervise_SubUnitReportItemItemTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertSupervise_SubUnitReportItemItemTableAsync(BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] subUnitReportItem) { this.DataInsertSupervise_SubUnitReportItemItemTableAsync(subUnitReportItem, null); } public void DataInsertSupervise_SubUnitReportItemItemTableAsync(BLL.CNCECHSSEService.Supervise_SubUnitReportItem[] subUnitReportItem, object userState) { if ((this.onBeginDataInsertSupervise_SubUnitReportItemItemTableDelegate == null)) { this.onBeginDataInsertSupervise_SubUnitReportItemItemTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertSupervise_SubUnitReportItemItemTable); } if ((this.onEndDataInsertSupervise_SubUnitReportItemItemTableDelegate == null)) { this.onEndDataInsertSupervise_SubUnitReportItemItemTableDelegate = new EndOperationDelegate(this.OnEndDataInsertSupervise_SubUnitReportItemItemTable); } if ((this.onDataInsertSupervise_SubUnitReportItemItemTableCompletedDelegate == null)) { this.onDataInsertSupervise_SubUnitReportItemItemTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertSupervise_SubUnitReportItemItemTableCompleted); } base.InvokeAsync(this.onBeginDataInsertSupervise_SubUnitReportItemItemTableDelegate, new object[] { subUnitReportItem}, this.onEndDataInsertSupervise_SubUnitReportItemItemTableDelegate, this.onDataInsertSupervise_SubUnitReportItemItemTableCompletedDelegate, userState); } public string[] DataInsertCheck_CheckRectifyTable(BLL.CNCECHSSEService.Check_CheckRectify[] checkRectify) { return base.Channel.DataInsertCheck_CheckRectifyTable(checkRectify); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertCheck_CheckRectifyTable(BLL.CNCECHSSEService.Check_CheckRectify[] checkRectify, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertCheck_CheckRectifyTable(checkRectify, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertCheck_CheckRectifyTable(System.IAsyncResult result) { return base.Channel.EndDataInsertCheck_CheckRectifyTable(result); } private System.IAsyncResult OnBeginDataInsertCheck_CheckRectifyTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Check_CheckRectify[] checkRectify = ((BLL.CNCECHSSEService.Check_CheckRectify[])(inValues[0])); return this.BeginDataInsertCheck_CheckRectifyTable(checkRectify, callback, asyncState); } private object[] OnEndDataInsertCheck_CheckRectifyTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertCheck_CheckRectifyTable(result); return new object[] { retVal}; } private void OnDataInsertCheck_CheckRectifyTableCompleted(object state) { if ((this.DataInsertCheck_CheckRectifyTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertCheck_CheckRectifyTableCompleted(this, new DataInsertCheck_CheckRectifyTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertCheck_CheckRectifyTableAsync(BLL.CNCECHSSEService.Check_CheckRectify[] checkRectify) { this.DataInsertCheck_CheckRectifyTableAsync(checkRectify, null); } public void DataInsertCheck_CheckRectifyTableAsync(BLL.CNCECHSSEService.Check_CheckRectify[] checkRectify, object userState) { if ((this.onBeginDataInsertCheck_CheckRectifyTableDelegate == null)) { this.onBeginDataInsertCheck_CheckRectifyTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertCheck_CheckRectifyTable); } if ((this.onEndDataInsertCheck_CheckRectifyTableDelegate == null)) { this.onEndDataInsertCheck_CheckRectifyTableDelegate = new EndOperationDelegate(this.OnEndDataInsertCheck_CheckRectifyTable); } if ((this.onDataInsertCheck_CheckRectifyTableCompletedDelegate == null)) { this.onDataInsertCheck_CheckRectifyTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertCheck_CheckRectifyTableCompleted); } base.InvokeAsync(this.onBeginDataInsertCheck_CheckRectifyTableDelegate, new object[] { checkRectify}, this.onEndDataInsertCheck_CheckRectifyTableDelegate, this.onDataInsertCheck_CheckRectifyTableCompletedDelegate, userState); } public string DataInsertHSSESystem_HSSEOrganizeTable(BLL.CNCECHSSEService.HSSESystem_HSSEOrganize hsseOrganize) { return base.Channel.DataInsertHSSESystem_HSSEOrganizeTable(hsseOrganize); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertHSSESystem_HSSEOrganizeTable(BLL.CNCECHSSEService.HSSESystem_HSSEOrganize hsseOrganize, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertHSSESystem_HSSEOrganizeTable(hsseOrganize, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string EndDataInsertHSSESystem_HSSEOrganizeTable(System.IAsyncResult result) { return base.Channel.EndDataInsertHSSESystem_HSSEOrganizeTable(result); } private System.IAsyncResult OnBeginDataInsertHSSESystem_HSSEOrganizeTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.HSSESystem_HSSEOrganize hsseOrganize = ((BLL.CNCECHSSEService.HSSESystem_HSSEOrganize)(inValues[0])); return this.BeginDataInsertHSSESystem_HSSEOrganizeTable(hsseOrganize, callback, asyncState); } private object[] OnEndDataInsertHSSESystem_HSSEOrganizeTable(System.IAsyncResult result) { string retVal = this.EndDataInsertHSSESystem_HSSEOrganizeTable(result); return new object[] { retVal}; } private void OnDataInsertHSSESystem_HSSEOrganizeTableCompleted(object state) { if ((this.DataInsertHSSESystem_HSSEOrganizeTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertHSSESystem_HSSEOrganizeTableCompleted(this, new DataInsertHSSESystem_HSSEOrganizeTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertHSSESystem_HSSEOrganizeTableAsync(BLL.CNCECHSSEService.HSSESystem_HSSEOrganize hsseOrganize) { this.DataInsertHSSESystem_HSSEOrganizeTableAsync(hsseOrganize, null); } public void DataInsertHSSESystem_HSSEOrganizeTableAsync(BLL.CNCECHSSEService.HSSESystem_HSSEOrganize hsseOrganize, object userState) { if ((this.onBeginDataInsertHSSESystem_HSSEOrganizeTableDelegate == null)) { this.onBeginDataInsertHSSESystem_HSSEOrganizeTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertHSSESystem_HSSEOrganizeTable); } if ((this.onEndDataInsertHSSESystem_HSSEOrganizeTableDelegate == null)) { this.onEndDataInsertHSSESystem_HSSEOrganizeTableDelegate = new EndOperationDelegate(this.OnEndDataInsertHSSESystem_HSSEOrganizeTable); } if ((this.onDataInsertHSSESystem_HSSEOrganizeTableCompletedDelegate == null)) { this.onDataInsertHSSESystem_HSSEOrganizeTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertHSSESystem_HSSEOrganizeTableCompleted); } base.InvokeAsync(this.onBeginDataInsertHSSESystem_HSSEOrganizeTableDelegate, new object[] { hsseOrganize}, this.onEndDataInsertHSSESystem_HSSEOrganizeTableDelegate, this.onDataInsertHSSESystem_HSSEOrganizeTableCompletedDelegate, userState); } public string[] DataInsertSys_SubUnitLogListTable(BLL.CNCECHSSEService.Sys_SubUnitLog[] subUnitLogList) { return base.Channel.DataInsertSys_SubUnitLogListTable(subUnitLogList); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public System.IAsyncResult BeginDataInsertSys_SubUnitLogListTable(BLL.CNCECHSSEService.Sys_SubUnitLog[] subUnitLogList, System.AsyncCallback callback, object asyncState) { return base.Channel.BeginDataInsertSys_SubUnitLogListTable(subUnitLogList, callback, asyncState); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public string[] EndDataInsertSys_SubUnitLogListTable(System.IAsyncResult result) { return base.Channel.EndDataInsertSys_SubUnitLogListTable(result); } private System.IAsyncResult OnBeginDataInsertSys_SubUnitLogListTable(object[] inValues, System.AsyncCallback callback, object asyncState) { BLL.CNCECHSSEService.Sys_SubUnitLog[] subUnitLogList = ((BLL.CNCECHSSEService.Sys_SubUnitLog[])(inValues[0])); return this.BeginDataInsertSys_SubUnitLogListTable(subUnitLogList, callback, asyncState); } private object[] OnEndDataInsertSys_SubUnitLogListTable(System.IAsyncResult result) { string[] retVal = this.EndDataInsertSys_SubUnitLogListTable(result); return new object[] { retVal}; } private void OnDataInsertSys_SubUnitLogListTableCompleted(object state) { if ((this.DataInsertSys_SubUnitLogListTableCompleted != null)) { InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); this.DataInsertSys_SubUnitLogListTableCompleted(this, new DataInsertSys_SubUnitLogListTableCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); } } public void DataInsertSys_SubUnitLogListTableAsync(BLL.CNCECHSSEService.Sys_SubUnitLog[] subUnitLogList) { this.DataInsertSys_SubUnitLogListTableAsync(subUnitLogList, null); } public void DataInsertSys_SubUnitLogListTableAsync(BLL.CNCECHSSEService.Sys_SubUnitLog[] subUnitLogList, object userState) { if ((this.onBeginDataInsertSys_SubUnitLogListTableDelegate == null)) { this.onBeginDataInsertSys_SubUnitLogListTableDelegate = new BeginOperationDelegate(this.OnBeginDataInsertSys_SubUnitLogListTable); } if ((this.onEndDataInsertSys_SubUnitLogListTableDelegate == null)) { this.onEndDataInsertSys_SubUnitLogListTableDelegate = new EndOperationDelegate(this.OnEndDataInsertSys_SubUnitLogListTable); } if ((this.onDataInsertSys_SubUnitLogListTableCompletedDelegate == null)) { this.onDataInsertSys_SubUnitLogListTableCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDataInsertSys_SubUnitLogListTableCompleted); } base.InvokeAsync(this.onBeginDataInsertSys_SubUnitLogListTableDelegate, new object[] { subUnitLogList}, this.onEndDataInsertSys_SubUnitLogListTableDelegate, this.onDataInsertSys_SubUnitLogListTableCompletedDelegate, userState); } } }