1
This commit is contained in:
@@ -10998,600 +10998,223 @@ namespace BLL.CNCECHSSEService {
|
||||
[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
|
||||
{
|
||||
|
||||
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<decimal> AccidentMortalityField;
|
||||
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<decimal> DeathAccidentFrequencyField;
|
||||
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private string DutyPersonField;
|
||||
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<System.DateTime> FillingDateField;
|
||||
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private string FillingManField;
|
||||
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<decimal> LostTimeInjuryRateField;
|
||||
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<decimal> LostTimeRateField;
|
||||
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private string MillionsMonthlyReportIdField;
|
||||
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> MonthField;
|
||||
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<decimal> RecordableIncidentRateField;
|
||||
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private string UnitIdField;
|
||||
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> YearField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<decimal> InputCostsField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> TrainNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> GeneralHazardNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> MajorHazardNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> NotProofLargeProjectNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> ProofLargeProjectNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> FireLicenseNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> LimitLicenseNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> HighLicenseNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> HoistingLicenseNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> BreakGroundLicenseNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> ElectricityLicenseNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> RTLicenseNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> NightLicenseNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> CommissionerNumField;
|
||||
|
||||
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
||||
private System.Nullable<int> SoleDutyNumField;
|
||||
|
||||
|
||||
[global::System.ComponentModel.BrowsableAttribute(false)]
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> SoleDutyNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.SoleDutyNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.SoleDutyNumField.Equals(value) != true))
|
||||
{
|
||||
this.SoleDutyNumField = value;
|
||||
this.RaisePropertyChanged("SoleDutyNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> CommissionerNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.CommissionerNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.CommissionerNumField.Equals(value) != true))
|
||||
{
|
||||
this.CommissionerNumField = value;
|
||||
this.RaisePropertyChanged("CommissionerNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> NightLicenseNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.NightLicenseNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.NightLicenseNumField.Equals(value) != true))
|
||||
{
|
||||
this.NightLicenseNumField = value;
|
||||
this.RaisePropertyChanged("NightLicenseNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> RTLicenseNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.RTLicenseNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.RTLicenseNumField.Equals(value) != true))
|
||||
{
|
||||
this.RTLicenseNumField = value;
|
||||
this.RaisePropertyChanged("RTLicenseNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> ElectricityLicenseNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.ElectricityLicenseNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.ElectricityLicenseNumField.Equals(value) != true))
|
||||
{
|
||||
this.ElectricityLicenseNumField = value;
|
||||
this.RaisePropertyChanged("ElectricityLicenseNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> BreakGroundLicenseNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.BreakGroundLicenseNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.BreakGroundLicenseNumField.Equals(value) != true))
|
||||
{
|
||||
this.BreakGroundLicenseNumField = value;
|
||||
this.RaisePropertyChanged("BreakGroundLicenseNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> HoistingLicenseNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.HoistingLicenseNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.HoistingLicenseNumField.Equals(value) != true))
|
||||
{
|
||||
this.HoistingLicenseNumField = value;
|
||||
this.RaisePropertyChanged("HoistingLicenseNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> HighLicenseNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.HighLicenseNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.HighLicenseNumField.Equals(value) != true))
|
||||
{
|
||||
this.HighLicenseNumField = value;
|
||||
this.RaisePropertyChanged("HighLicenseNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> LimitLicenseNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.LimitLicenseNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.LimitLicenseNumField.Equals(value) != true))
|
||||
{
|
||||
this.LimitLicenseNumField = value;
|
||||
this.RaisePropertyChanged("LimitLicenseNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> FireLicenseNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.FireLicenseNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.FireLicenseNumField.Equals(value) != true))
|
||||
{
|
||||
this.FireLicenseNumField = value;
|
||||
this.RaisePropertyChanged("FireLicenseNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> ProofLargeProjectNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.ProofLargeProjectNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.ProofLargeProjectNumField.Equals(value) != true))
|
||||
{
|
||||
this.ProofLargeProjectNumField = value;
|
||||
this.RaisePropertyChanged("ProofLargeProjectNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> NotProofLargeProjectNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.NotProofLargeProjectNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.NotProofLargeProjectNumField.Equals(value) != true))
|
||||
{
|
||||
this.NotProofLargeProjectNumField = value;
|
||||
this.RaisePropertyChanged("NotProofLargeProjectNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> MajorHazardNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.MajorHazardNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.MajorHazardNumField.Equals(value) != true))
|
||||
{
|
||||
this.MajorHazardNumField = value;
|
||||
this.RaisePropertyChanged("MajorHazardNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> GeneralHazardNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.GeneralHazardNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.GeneralHazardNumField.Equals(value) != true))
|
||||
{
|
||||
this.GeneralHazardNumField = value;
|
||||
this.RaisePropertyChanged("GeneralHazardNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> TrainNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.TrainNumField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.TrainNumField.Equals(value) != true))
|
||||
{
|
||||
this.TrainNumField = value;
|
||||
this.RaisePropertyChanged("TrainNum");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<decimal> InputCosts
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.InputCostsField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.InputCostsField.Equals(value) != true))
|
||||
{
|
||||
this.InputCostsField = value;
|
||||
this.RaisePropertyChanged("InputCosts");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
|
||||
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
||||
{
|
||||
get
|
||||
{
|
||||
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
||||
get {
|
||||
return this.extensionDataField;
|
||||
}
|
||||
set
|
||||
{
|
||||
set {
|
||||
this.extensionDataField = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<decimal> AccidentMortality
|
||||
{
|
||||
get
|
||||
{
|
||||
public System.Nullable<decimal> AccidentMortality {
|
||||
get {
|
||||
return this.AccidentMortalityField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.AccidentMortalityField.Equals(value) != true))
|
||||
{
|
||||
set {
|
||||
if ((this.AccidentMortalityField.Equals(value) != true)) {
|
||||
this.AccidentMortalityField = value;
|
||||
this.RaisePropertyChanged("AccidentMortality");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<decimal> DeathAccidentFrequency
|
||||
{
|
||||
get
|
||||
{
|
||||
public System.Nullable<decimal> DeathAccidentFrequency {
|
||||
get {
|
||||
return this.DeathAccidentFrequencyField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.DeathAccidentFrequencyField.Equals(value) != true))
|
||||
{
|
||||
set {
|
||||
if ((this.DeathAccidentFrequencyField.Equals(value) != true)) {
|
||||
this.DeathAccidentFrequencyField = value;
|
||||
this.RaisePropertyChanged("DeathAccidentFrequency");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public string DutyPerson
|
||||
{
|
||||
get
|
||||
{
|
||||
public string DutyPerson {
|
||||
get {
|
||||
return this.DutyPersonField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((object.ReferenceEquals(this.DutyPersonField, value) != true))
|
||||
{
|
||||
set {
|
||||
if ((object.ReferenceEquals(this.DutyPersonField, value) != true)) {
|
||||
this.DutyPersonField = value;
|
||||
this.RaisePropertyChanged("DutyPerson");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<System.DateTime> FillingDate
|
||||
{
|
||||
get
|
||||
{
|
||||
public System.Nullable<System.DateTime> FillingDate {
|
||||
get {
|
||||
return this.FillingDateField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.FillingDateField.Equals(value) != true))
|
||||
{
|
||||
set {
|
||||
if ((this.FillingDateField.Equals(value) != true)) {
|
||||
this.FillingDateField = value;
|
||||
this.RaisePropertyChanged("FillingDate");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public string FillingMan
|
||||
{
|
||||
get
|
||||
{
|
||||
public string FillingMan {
|
||||
get {
|
||||
return this.FillingManField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((object.ReferenceEquals(this.FillingManField, value) != true))
|
||||
{
|
||||
set {
|
||||
if ((object.ReferenceEquals(this.FillingManField, value) != true)) {
|
||||
this.FillingManField = value;
|
||||
this.RaisePropertyChanged("FillingMan");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<decimal> LostTimeInjuryRate
|
||||
{
|
||||
get
|
||||
{
|
||||
public System.Nullable<decimal> LostTimeInjuryRate {
|
||||
get {
|
||||
return this.LostTimeInjuryRateField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.LostTimeInjuryRateField.Equals(value) != true))
|
||||
{
|
||||
set {
|
||||
if ((this.LostTimeInjuryRateField.Equals(value) != true)) {
|
||||
this.LostTimeInjuryRateField = value;
|
||||
this.RaisePropertyChanged("LostTimeInjuryRate");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<decimal> LostTimeRate
|
||||
{
|
||||
get
|
||||
{
|
||||
public System.Nullable<decimal> LostTimeRate {
|
||||
get {
|
||||
return this.LostTimeRateField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.LostTimeRateField.Equals(value) != true))
|
||||
{
|
||||
set {
|
||||
if ((this.LostTimeRateField.Equals(value) != true)) {
|
||||
this.LostTimeRateField = value;
|
||||
this.RaisePropertyChanged("LostTimeRate");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public string MillionsMonthlyReportId
|
||||
{
|
||||
get
|
||||
{
|
||||
public string MillionsMonthlyReportId {
|
||||
get {
|
||||
return this.MillionsMonthlyReportIdField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((object.ReferenceEquals(this.MillionsMonthlyReportIdField, value) != true))
|
||||
{
|
||||
set {
|
||||
if ((object.ReferenceEquals(this.MillionsMonthlyReportIdField, value) != true)) {
|
||||
this.MillionsMonthlyReportIdField = value;
|
||||
this.RaisePropertyChanged("MillionsMonthlyReportId");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> Month
|
||||
{
|
||||
get
|
||||
{
|
||||
public System.Nullable<int> Month {
|
||||
get {
|
||||
return this.MonthField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.MonthField.Equals(value) != true))
|
||||
{
|
||||
set {
|
||||
if ((this.MonthField.Equals(value) != true)) {
|
||||
this.MonthField = value;
|
||||
this.RaisePropertyChanged("Month");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<decimal> RecordableIncidentRate
|
||||
{
|
||||
get
|
||||
{
|
||||
public System.Nullable<decimal> RecordableIncidentRate {
|
||||
get {
|
||||
return this.RecordableIncidentRateField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.RecordableIncidentRateField.Equals(value) != true))
|
||||
{
|
||||
set {
|
||||
if ((this.RecordableIncidentRateField.Equals(value) != true)) {
|
||||
this.RecordableIncidentRateField = value;
|
||||
this.RaisePropertyChanged("RecordableIncidentRate");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public string UnitId
|
||||
{
|
||||
get
|
||||
{
|
||||
public string UnitId {
|
||||
get {
|
||||
return this.UnitIdField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((object.ReferenceEquals(this.UnitIdField, value) != true))
|
||||
{
|
||||
set {
|
||||
if ((object.ReferenceEquals(this.UnitIdField, value) != true)) {
|
||||
this.UnitIdField = value;
|
||||
this.RaisePropertyChanged("UnitId");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute()]
|
||||
public System.Nullable<int> Year
|
||||
{
|
||||
get
|
||||
{
|
||||
public System.Nullable<int> Year {
|
||||
get {
|
||||
return this.YearField;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this.YearField.Equals(value) != true))
|
||||
{
|
||||
set {
|
||||
if ((this.YearField.Equals(value) != true)) {
|
||||
this.YearField = value;
|
||||
this.RaisePropertyChanged("Year");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
protected void RaisePropertyChanged(string propertyName)
|
||||
{
|
||||
|
||||
protected void RaisePropertyChanged(string propertyName) {
|
||||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||||
if ((propertyChanged != null))
|
||||
{
|
||||
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")]
|
||||
|
||||
Reference in New Issue
Block a user