oop_II-6/Client/Connected Services/EHEC_Service/Reference.cs

925 lines
36 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Client.EHEC_Service {
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="DoctorAccess", Namespace="http://schemas.datacontract.org/2004/07/EHEC_Server.DatabaseAccess")]
[System.SerializableAttribute()]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(Client.EHEC_Service.Doctor))]
public partial class DoctorAccess : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
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="Doctor", Namespace="http://schemas.datacontract.org/2004/07/EHEC_Server")]
[System.SerializableAttribute()]
public partial class Doctor : Client.EHEC_Service.DoctorAccess {
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int DoctorIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DoctorOriginField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private Client.EHEC_Service.Exam[] ExamField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FirstNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string LastNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string RegionField;
[System.Runtime.Serialization.DataMemberAttribute()]
public int DoctorId {
get {
return this.DoctorIdField;
}
set {
if ((this.DoctorIdField.Equals(value) != true)) {
this.DoctorIdField = value;
this.RaisePropertyChanged("DoctorId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string DoctorOrigin {
get {
return this.DoctorOriginField;
}
set {
if ((object.ReferenceEquals(this.DoctorOriginField, value) != true)) {
this.DoctorOriginField = value;
this.RaisePropertyChanged("DoctorOrigin");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public Client.EHEC_Service.Exam[] Exam {
get {
return this.ExamField;
}
set {
if ((object.ReferenceEquals(this.ExamField, value) != true)) {
this.ExamField = value;
this.RaisePropertyChanged("Exam");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string FirstName {
get {
return this.FirstNameField;
}
set {
if ((object.ReferenceEquals(this.FirstNameField, value) != true)) {
this.FirstNameField = value;
this.RaisePropertyChanged("FirstName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string LastName {
get {
return this.LastNameField;
}
set {
if ((object.ReferenceEquals(this.LastNameField, value) != true)) {
this.LastNameField = value;
this.RaisePropertyChanged("LastName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Region {
get {
return this.RegionField;
}
set {
if ((object.ReferenceEquals(this.RegionField, value) != true)) {
this.RegionField = value;
this.RaisePropertyChanged("Region");
}
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="Exam", Namespace="http://schemas.datacontract.org/2004/07/EHEC_Server")]
[System.SerializableAttribute()]
public partial class Exam : Client.EHEC_Service.ExamAccess {
[System.Runtime.Serialization.OptionalFieldAttribute()]
private Client.EHEC_Service.Doctor DoctorField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int DoctorIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int ExamIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int OriginOriginIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private Client.EHEC_Service.Origin_Exam[] Origin_ExamField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private Client.EHEC_Service.Patient PatientField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int PatientIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private Client.EHEC_Service.Result ResultField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int Result_ResultIdField;
[System.Runtime.Serialization.DataMemberAttribute()]
public Client.EHEC_Service.Doctor Doctor {
get {
return this.DoctorField;
}
set {
if ((object.ReferenceEquals(this.DoctorField, value) != true)) {
this.DoctorField = value;
this.RaisePropertyChanged("Doctor");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int DoctorId {
get {
return this.DoctorIdField;
}
set {
if ((this.DoctorIdField.Equals(value) != true)) {
this.DoctorIdField = value;
this.RaisePropertyChanged("DoctorId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int ExamId {
get {
return this.ExamIdField;
}
set {
if ((this.ExamIdField.Equals(value) != true)) {
this.ExamIdField = value;
this.RaisePropertyChanged("ExamId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int OriginOriginId {
get {
return this.OriginOriginIdField;
}
set {
if ((this.OriginOriginIdField.Equals(value) != true)) {
this.OriginOriginIdField = value;
this.RaisePropertyChanged("OriginOriginId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public Client.EHEC_Service.Origin_Exam[] Origin_Exam {
get {
return this.Origin_ExamField;
}
set {
if ((object.ReferenceEquals(this.Origin_ExamField, value) != true)) {
this.Origin_ExamField = value;
this.RaisePropertyChanged("Origin_Exam");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public Client.EHEC_Service.Patient Patient {
get {
return this.PatientField;
}
set {
if ((object.ReferenceEquals(this.PatientField, value) != true)) {
this.PatientField = value;
this.RaisePropertyChanged("Patient");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int PatientId {
get {
return this.PatientIdField;
}
set {
if ((this.PatientIdField.Equals(value) != true)) {
this.PatientIdField = value;
this.RaisePropertyChanged("PatientId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public Client.EHEC_Service.Result Result {
get {
return this.ResultField;
}
set {
if ((object.ReferenceEquals(this.ResultField, value) != true)) {
this.ResultField = value;
this.RaisePropertyChanged("Result");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int Result_ResultId {
get {
return this.Result_ResultIdField;
}
set {
if ((this.Result_ResultIdField.Equals(value) != true)) {
this.Result_ResultIdField = value;
this.RaisePropertyChanged("Result_ResultId");
}
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="ExamAccess", Namespace="http://schemas.datacontract.org/2004/07/EHEC_Server.DatabaseAccess")]
[System.SerializableAttribute()]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(Client.EHEC_Service.Exam))]
public partial class ExamAccess : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
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="Patient", Namespace="http://schemas.datacontract.org/2004/07/EHEC_Server")]
[System.SerializableAttribute()]
public partial class Patient : Client.EHEC_Service.PatientAccess {
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime BirthDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private Client.EHEC_Service.Exam[] ExamField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FirstNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string LastNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int PatientIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string RegionField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string StreetField;
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime BirthDate {
get {
return this.BirthDateField;
}
set {
if ((this.BirthDateField.Equals(value) != true)) {
this.BirthDateField = value;
this.RaisePropertyChanged("BirthDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string City {
get {
return this.CityField;
}
set {
if ((object.ReferenceEquals(this.CityField, value) != true)) {
this.CityField = value;
this.RaisePropertyChanged("City");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public Client.EHEC_Service.Exam[] Exam {
get {
return this.ExamField;
}
set {
if ((object.ReferenceEquals(this.ExamField, value) != true)) {
this.ExamField = value;
this.RaisePropertyChanged("Exam");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string FirstName {
get {
return this.FirstNameField;
}
set {
if ((object.ReferenceEquals(this.FirstNameField, value) != true)) {
this.FirstNameField = value;
this.RaisePropertyChanged("FirstName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string LastName {
get {
return this.LastNameField;
}
set {
if ((object.ReferenceEquals(this.LastNameField, value) != true)) {
this.LastNameField = value;
this.RaisePropertyChanged("LastName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int PatientId {
get {
return this.PatientIdField;
}
set {
if ((this.PatientIdField.Equals(value) != true)) {
this.PatientIdField = value;
this.RaisePropertyChanged("PatientId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Region {
get {
return this.RegionField;
}
set {
if ((object.ReferenceEquals(this.RegionField, value) != true)) {
this.RegionField = value;
this.RaisePropertyChanged("Region");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Street {
get {
return this.StreetField;
}
set {
if ((object.ReferenceEquals(this.StreetField, value) != true)) {
this.StreetField = value;
this.RaisePropertyChanged("Street");
}
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="Result", Namespace="http://schemas.datacontract.org/2004/07/EHEC_Server")]
[System.SerializableAttribute()]
public partial class Result : Client.EHEC_Service.ResultAccess {
[System.Runtime.Serialization.OptionalFieldAttribute()]
private Client.EHEC_Service.Exam[] ExamField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int ResultIdField;
[System.Runtime.Serialization.DataMemberAttribute()]
public Client.EHEC_Service.Exam[] Exam {
get {
return this.ExamField;
}
set {
if ((object.ReferenceEquals(this.ExamField, value) != true)) {
this.ExamField = value;
this.RaisePropertyChanged("Exam");
}
}
}
[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 int ResultId {
get {
return this.ResultIdField;
}
set {
if ((this.ResultIdField.Equals(value) != true)) {
this.ResultIdField = value;
this.RaisePropertyChanged("ResultId");
}
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="Origin_Exam", Namespace="http://schemas.datacontract.org/2004/07/EHEC_Server")]
[System.SerializableAttribute()]
public partial class Origin_Exam : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private Client.EHEC_Service.Exam ExamField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int ExamExamIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private Client.EHEC_Service.Origin OriginField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int OriginOriginIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int Origin_ExamIdField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public Client.EHEC_Service.Exam Exam {
get {
return this.ExamField;
}
set {
if ((object.ReferenceEquals(this.ExamField, value) != true)) {
this.ExamField = value;
this.RaisePropertyChanged("Exam");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int ExamExamId {
get {
return this.ExamExamIdField;
}
set {
if ((this.ExamExamIdField.Equals(value) != true)) {
this.ExamExamIdField = value;
this.RaisePropertyChanged("ExamExamId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public Client.EHEC_Service.Origin Origin {
get {
return this.OriginField;
}
set {
if ((object.ReferenceEquals(this.OriginField, value) != true)) {
this.OriginField = value;
this.RaisePropertyChanged("Origin");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int OriginOriginId {
get {
return this.OriginOriginIdField;
}
set {
if ((this.OriginOriginIdField.Equals(value) != true)) {
this.OriginOriginIdField = value;
this.RaisePropertyChanged("OriginOriginId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int Origin_ExamId {
get {
return this.Origin_ExamIdField;
}
set {
if ((this.Origin_ExamIdField.Equals(value) != true)) {
this.Origin_ExamIdField = value;
this.RaisePropertyChanged("Origin_ExamId");
}
}
}
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="Origin", Namespace="http://schemas.datacontract.org/2004/07/EHEC_Server")]
[System.SerializableAttribute()]
public partial class Origin : Client.EHEC_Service.OriginAccess {
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FoodField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int OriginIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private Client.EHEC_Service.Origin_Exam[] Origin_ExamField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string StreetField;
[System.Runtime.Serialization.DataMemberAttribute()]
public string City {
get {
return this.CityField;
}
set {
if ((object.ReferenceEquals(this.CityField, value) != true)) {
this.CityField = value;
this.RaisePropertyChanged("City");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Food {
get {
return this.FoodField;
}
set {
if ((object.ReferenceEquals(this.FoodField, value) != true)) {
this.FoodField = value;
this.RaisePropertyChanged("Food");
}
}
}
[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 int OriginId {
get {
return this.OriginIdField;
}
set {
if ((this.OriginIdField.Equals(value) != true)) {
this.OriginIdField = value;
this.RaisePropertyChanged("OriginId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public Client.EHEC_Service.Origin_Exam[] Origin_Exam {
get {
return this.Origin_ExamField;
}
set {
if ((object.ReferenceEquals(this.Origin_ExamField, value) != true)) {
this.Origin_ExamField = value;
this.RaisePropertyChanged("Origin_Exam");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Street {
get {
return this.StreetField;
}
set {
if ((object.ReferenceEquals(this.StreetField, value) != true)) {
this.StreetField = value;
this.RaisePropertyChanged("Street");
}
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="OriginAccess", Namespace="http://schemas.datacontract.org/2004/07/EHEC_Server.DatabaseAccess")]
[System.SerializableAttribute()]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(Client.EHEC_Service.Origin))]
public partial class OriginAccess : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
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="PatientAccess", Namespace="http://schemas.datacontract.org/2004/07/EHEC_Server.DatabaseAccess")]
[System.SerializableAttribute()]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(Client.EHEC_Service.Patient))]
public partial class PatientAccess : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
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="ResultAccess", Namespace="http://schemas.datacontract.org/2004/07/EHEC_Server.DatabaseAccess")]
[System.SerializableAttribute()]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(Client.EHEC_Service.Result))]
public partial class ResultAccess : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="EHEC_Service.IService")]
public interface IService {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService/WriteDoctor", ReplyAction="http://tempuri.org/IService/WriteDoctorResponse")]
void WriteDoctor(Client.EHEC_Service.Doctor doctor);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService/WriteDoctor", ReplyAction="http://tempuri.org/IService/WriteDoctorResponse")]
System.Threading.Tasks.Task WriteDoctorAsync(Client.EHEC_Service.Doctor doctor);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService/WritePatient", ReplyAction="http://tempuri.org/IService/WritePatientResponse")]
void WritePatient(Client.EHEC_Service.Patient patient);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService/WritePatient", ReplyAction="http://tempuri.org/IService/WritePatientResponse")]
System.Threading.Tasks.Task WritePatientAsync(Client.EHEC_Service.Patient patient);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService/WriteOrigin", ReplyAction="http://tempuri.org/IService/WriteOriginResponse")]
void WriteOrigin(Client.EHEC_Service.Origin origin);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService/WriteOrigin", ReplyAction="http://tempuri.org/IService/WriteOriginResponse")]
System.Threading.Tasks.Task WriteOriginAsync(Client.EHEC_Service.Origin origin);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService/WriteExam", ReplyAction="http://tempuri.org/IService/WriteExamResponse")]
void WriteExam(Client.EHEC_Service.Exam exam);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService/WriteExam", ReplyAction="http://tempuri.org/IService/WriteExamResponse")]
System.Threading.Tasks.Task WriteExamAsync(Client.EHEC_Service.Exam exam);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService/WriteResult", ReplyAction="http://tempuri.org/IService/WriteResultResponse")]
void WriteResult(Client.EHEC_Service.Result result);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService/WriteResult", ReplyAction="http://tempuri.org/IService/WriteResultResponse")]
System.Threading.Tasks.Task WriteResultAsync(Client.EHEC_Service.Result result);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface IServiceChannel : Client.EHEC_Service.IService, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class ServiceClient : System.ServiceModel.ClientBase<Client.EHEC_Service.IService>, Client.EHEC_Service.IService {
public ServiceClient() {
}
public ServiceClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public ServiceClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public ServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public ServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public void WriteDoctor(Client.EHEC_Service.Doctor doctor) {
base.Channel.WriteDoctor(doctor);
}
public System.Threading.Tasks.Task WriteDoctorAsync(Client.EHEC_Service.Doctor doctor) {
return base.Channel.WriteDoctorAsync(doctor);
}
public void WritePatient(Client.EHEC_Service.Patient patient) {
base.Channel.WritePatient(patient);
}
public System.Threading.Tasks.Task WritePatientAsync(Client.EHEC_Service.Patient patient) {
return base.Channel.WritePatientAsync(patient);
}
public void WriteOrigin(Client.EHEC_Service.Origin origin) {
base.Channel.WriteOrigin(origin);
}
public System.Threading.Tasks.Task WriteOriginAsync(Client.EHEC_Service.Origin origin) {
return base.Channel.WriteOriginAsync(origin);
}
public void WriteExam(Client.EHEC_Service.Exam exam) {
base.Channel.WriteExam(exam);
}
public System.Threading.Tasks.Task WriteExamAsync(Client.EHEC_Service.Exam exam) {
return base.Channel.WriteExamAsync(exam);
}
public void WriteResult(Client.EHEC_Service.Result result) {
base.Channel.WriteResult(result);
}
public System.Threading.Tasks.Task WriteResultAsync(Client.EHEC_Service.Result result) {
return base.Channel.WriteResultAsync(result);
}
}
}