//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本: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="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 System.Collections.Generic.List 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 System.Collections.Generic.List 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_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 System.Collections.Generic.List 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 System.Collections.Generic.List 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_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_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_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_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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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="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="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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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="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.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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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 System.Collections.Generic.List 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