//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ // Original file name: // Generation date: 8/15/2019 4:54:04 AM namespace Identities { /// /// There are no comments for IdentitiesService in the schema. /// public partial class IdentitiesService : global::System.Data.Services.Client.DataServiceContext { /// /// Initialize a new IdentitiesService object. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public IdentitiesService(global::System.Uri serviceRoot) : base(serviceRoot, global::System.Data.Services.Common.DataServiceProtocolVersion.V3) { this.OnContextCreated(); this.Format.LoadServiceModel = GeneratedEdmModel.GetInstance; } partial void OnContextCreated(); /// /// There are no comments for Accts in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Data.Services.Client.DataServiceQuery Accts { get { if ((this._Accts == null)) { this._Accts = base.CreateQuery("Accts"); } return this._Accts; } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Data.Services.Client.DataServiceQuery _Accts; /// /// There are no comments for AIs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Data.Services.Client.DataServiceQuery AIs { get { if ((this._AIs == null)) { this._AIs = base.CreateQuery("AIs"); } return this._AIs; } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Data.Services.Client.DataServiceQuery _AIs; /// /// There are no comments for BAs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Data.Services.Client.DataServiceQuery BAs { get { if ((this._BAs == null)) { this._BAs = base.CreateQuery("BAs"); } return this._BAs; } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Data.Services.Client.DataServiceQuery _BAs; /// /// There are no comments for CCs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Data.Services.Client.DataServiceQuery CCs { get { if ((this._CCs == null)) { this._CCs = base.CreateQuery("CCs"); } return this._CCs; } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Data.Services.Client.DataServiceQuery _CCs; /// /// There are no comments for Devices in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Data.Services.Client.DataServiceQuery Devices { get { if ((this._Devices == null)) { this._Devices = base.CreateQuery("Devices"); } return this._Devices; } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Data.Services.Client.DataServiceQuery _Devices; /// /// There are no comments for ICs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Data.Services.Client.DataServiceQuery ICs { get { if ((this._ICs == null)) { this._ICs = base.CreateQuery("ICs"); } return this._ICs; } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Data.Services.Client.DataServiceQuery _ICs; /// /// There are no comments for PAs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Data.Services.Client.DataServiceQuery PAs { get { if ((this._PAs == null)) { this._PAs = base.CreateQuery("PAs"); } return this._PAs; } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Data.Services.Client.DataServiceQuery _PAs; /// /// There are no comments for PIDs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Data.Services.Client.DataServiceQuery PIDs { get { if ((this._PIDs == null)) { this._PIDs = base.CreateQuery("PIDs"); } return this._PIDs; } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Data.Services.Client.DataServiceQuery _PIDs; /// /// There are no comments for Queues in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Data.Services.Client.DataServiceQuery Queues { get { if ((this._Queues == null)) { this._Queues = base.CreateQuery("Queues"); } return this._Queues; } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Data.Services.Client.DataServiceQuery _Queues; /// /// There are no comments for Responses in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Data.Services.Client.DataServiceQuery Responses { get { if ((this._Responses == null)) { this._Responses = base.CreateQuery("Responses"); } return this._Responses; } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Data.Services.Client.DataServiceQuery _Responses; /// /// There are no comments for Settings in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Data.Services.Client.DataServiceQuery Settings { get { if ((this._Settings == null)) { this._Settings = base.CreateQuery("Settings"); } return this._Settings; } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Data.Services.Client.DataServiceQuery _Settings; /// /// There are no comments for Accts in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public void AddToAccts(Acct acct) { base.AddObject("Accts", acct); } /// /// There are no comments for AIs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public void AddToAIs(AI aI) { base.AddObject("AIs", aI); } /// /// There are no comments for BAs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public void AddToBAs(BA bA) { base.AddObject("BAs", bA); } /// /// There are no comments for CCs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public void AddToCCs(CC cC) { base.AddObject("CCs", cC); } /// /// There are no comments for Devices in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public void AddToDevices(Device device) { base.AddObject("Devices", device); } /// /// There are no comments for ICs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public void AddToICs(IC iC) { base.AddObject("ICs", iC); } /// /// There are no comments for PAs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public void AddToPAs(PA pA) { base.AddObject("PAs", pA); } /// /// There are no comments for PIDs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public void AddToPIDs(PID pID) { base.AddObject("PIDs", pID); } /// /// There are no comments for Queues in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public void AddToQueues(Queue queue) { base.AddObject("Queues", queue); } /// /// There are no comments for Responses in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public void AddToResponses(Response response) { base.AddObject("Responses", response); } /// /// There are no comments for Settings in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public void AddToSettings(Setting setting) { base.AddObject("Settings", setting); } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private abstract class GeneratedEdmModel { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private static global::Microsoft.Data.Edm.IEdmModel ParsedModel = LoadModelFromString(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private const string ModelPart0 = "" + ""; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private static string GetConcatenatedEdmxString() { return string.Concat(ModelPart0, ModelPart1); } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static global::Microsoft.Data.Edm.IEdmModel GetInstance() { return ParsedModel; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private static global::Microsoft.Data.Edm.IEdmModel LoadModelFromString() { string edmxToParse = GetConcatenatedEdmxString(); global::System.Xml.XmlReader reader = CreateXmlReader(edmxToParse); try { return global::Microsoft.Data.Edm.Csdl.EdmxReader.Parse(reader); } finally { ((global::System.IDisposable)(reader)).Dispose(); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private static global::System.Xml.XmlReader CreateXmlReader(string edmxToParse) { return global::System.Xml.XmlReader.Create(new global::System.IO.StringReader(edmxToParse)); } } } /// /// There are no comments for Identities.Acct in the schema. /// /// /// ID /// [global::System.Data.Services.Common.EntitySetAttribute("Accts")] [global::System.Data.Services.Common.DataServiceKeyAttribute("ID")] public partial class Acct : global::System.ComponentModel.INotifyPropertyChanged { /// /// Create a new Acct object. /// /// Initial value of ID. /// Initial value of ICID. /// Initial value of AN. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static Acct CreateAcct(long ID, long iCID, string aN) { Acct acct = new Acct(); acct.ID = ID; acct.ICID = iCID; acct.AN = aN; return acct; } /// /// There are no comments for Property ID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ID { get { return this._ID; } set { this.OnIDChanging(value); this._ID = value; this.OnIDChanged(); this.OnPropertyChanged("ID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ID; partial void OnIDChanging(long value); partial void OnIDChanged(); /// /// There are no comments for Property ICID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ICID { get { return this._ICID; } set { this.OnICIDChanging(value); this._ICID = value; this.OnICIDChanged(); this.OnPropertyChanged("ICID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ICID; partial void OnICIDChanging(long value); partial void OnICIDChanged(); /// /// There are no comments for Property AN in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string AN { get { return this._AN; } set { this.OnANChanging(value); this._AN = value; this.OnANChanged(); this.OnPropertyChanged("AN"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _AN; partial void OnANChanging(string value); partial void OnANChanged(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] protected virtual void OnPropertyChanged(string property) { if ((this.PropertyChanged != null)) { this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); } } } /// /// There are no comments for Identities.AI in the schema. /// /// /// ID /// [global::System.Data.Services.Common.EntitySetAttribute("AIs")] [global::System.Data.Services.Common.DataServiceKeyAttribute("ID")] public partial class AI : global::System.ComponentModel.INotifyPropertyChanged { /// /// Create a new AI object. /// /// Initial value of ID. /// Initial value of ICID. /// Initial value of UID. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static AI CreateAI(long ID, long iCID, string uID) { AI aI = new AI(); aI.ID = ID; aI.ICID = iCID; aI.UID = uID; return aI; } /// /// There are no comments for Property ID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ID { get { return this._ID; } set { this.OnIDChanging(value); this._ID = value; this.OnIDChanged(); this.OnPropertyChanged("ID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ID; partial void OnIDChanging(long value); partial void OnIDChanged(); /// /// There are no comments for Property ICID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ICID { get { return this._ICID; } set { this.OnICIDChanging(value); this._ICID = value; this.OnICIDChanged(); this.OnPropertyChanged("ICID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ICID; partial void OnICIDChanging(long value); partial void OnICIDChanged(); /// /// There are no comments for Property UID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string UID { get { return this._UID; } set { this.OnUIDChanging(value); this._UID = value; this.OnUIDChanged(); this.OnPropertyChanged("UID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _UID; partial void OnUIDChanging(string value); partial void OnUIDChanged(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] protected virtual void OnPropertyChanged(string property) { if ((this.PropertyChanged != null)) { this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); } } } /// /// There are no comments for Identities.BA in the schema. /// /// /// ID /// [global::System.Data.Services.Common.EntitySetAttribute("BAs")] [global::System.Data.Services.Common.DataServiceKeyAttribute("ID")] public partial class BA : global::System.ComponentModel.INotifyPropertyChanged { /// /// Create a new BA object. /// /// Initial value of ID. /// Initial value of ICID. /// Initial value of RN. /// Initial value of AN. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static BA CreateBA(long ID, long iCID, string rN, string aN) { BA bA = new BA(); bA.ID = ID; bA.ICID = iCID; bA.RN = rN; bA.AN = aN; return bA; } /// /// There are no comments for Property ID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ID { get { return this._ID; } set { this.OnIDChanging(value); this._ID = value; this.OnIDChanged(); this.OnPropertyChanged("ID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ID; partial void OnIDChanging(long value); partial void OnIDChanged(); /// /// There are no comments for Property ICID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ICID { get { return this._ICID; } set { this.OnICIDChanging(value); this._ICID = value; this.OnICIDChanged(); this.OnPropertyChanged("ICID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ICID; partial void OnICIDChanging(long value); partial void OnICIDChanged(); /// /// There are no comments for Property RN in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string RN { get { return this._RN; } set { this.OnRNChanging(value); this._RN = value; this.OnRNChanged(); this.OnPropertyChanged("RN"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _RN; partial void OnRNChanging(string value); partial void OnRNChanged(); /// /// There are no comments for Property AN in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string AN { get { return this._AN; } set { this.OnANChanging(value); this._AN = value; this.OnANChanged(); this.OnPropertyChanged("AN"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _AN; partial void OnANChanging(string value); partial void OnANChanged(); /// /// There are no comments for Property ALT in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string ALT { get { return this._ALT; } set { this.OnALTChanging(value); this._ALT = value; this.OnALTChanged(); this.OnPropertyChanged("ALT"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _ALT; partial void OnALTChanging(string value); partial void OnALTChanged(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] protected virtual void OnPropertyChanged(string property) { if ((this.PropertyChanged != null)) { this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); } } } /// /// There are no comments for Identities.CC in the schema. /// /// /// ID /// [global::System.Data.Services.Common.EntitySetAttribute("CCs")] [global::System.Data.Services.Common.DataServiceKeyAttribute("ID")] public partial class CC : global::System.ComponentModel.INotifyPropertyChanged { /// /// Create a new CC object. /// /// Initial value of ID. /// Initial value of ICID. /// Initial value of CN. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static CC CreateCC(long ID, long iCID, long cN) { CC cC = new CC(); cC.ID = ID; cC.ICID = iCID; cC.CN = cN; return cC; } /// /// There are no comments for Property ID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ID { get { return this._ID; } set { this.OnIDChanging(value); this._ID = value; this.OnIDChanged(); this.OnPropertyChanged("ID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ID; partial void OnIDChanging(long value); partial void OnIDChanged(); /// /// There are no comments for Property ICID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ICID { get { return this._ICID; } set { this.OnICIDChanging(value); this._ICID = value; this.OnICIDChanged(); this.OnPropertyChanged("ICID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ICID; partial void OnICIDChanging(long value); partial void OnICIDChanged(); /// /// There are no comments for Property CN in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long CN { get { return this._CN; } set { this.OnCNChanging(value); this._CN = value; this.OnCNChanged(); this.OnPropertyChanged("CN"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _CN; partial void OnCNChanging(long value); partial void OnCNChanged(); /// /// There are no comments for Property ALT in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string ALT { get { return this._ALT; } set { this.OnALTChanging(value); this._ALT = value; this.OnALTChanged(); this.OnPropertyChanged("ALT"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _ALT; partial void OnALTChanging(string value); partial void OnALTChanged(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] protected virtual void OnPropertyChanged(string property) { if ((this.PropertyChanged != null)) { this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); } } } /// /// There are no comments for Identities.Device in the schema. /// /// /// ID /// [global::System.Data.Services.Common.EntitySetAttribute("Devices")] [global::System.Data.Services.Common.DataServiceKeyAttribute("ID")] public partial class Device : global::System.ComponentModel.INotifyPropertyChanged { /// /// Create a new Device object. /// /// Initial value of ID. /// Initial value of ICID. /// Initial value of MAC. /// Initial value of URI. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static Device CreateDevice(long ID, long iCID, string mAC, string uRI) { Device device = new Device(); device.ID = ID; device.ICID = iCID; device.MAC = mAC; device.URI = uRI; return device; } /// /// There are no comments for Property ID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ID { get { return this._ID; } set { this.OnIDChanging(value); this._ID = value; this.OnIDChanged(); this.OnPropertyChanged("ID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ID; partial void OnIDChanging(long value); partial void OnIDChanged(); /// /// There are no comments for Property ICID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ICID { get { return this._ICID; } set { this.OnICIDChanging(value); this._ICID = value; this.OnICIDChanged(); this.OnPropertyChanged("ICID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ICID; partial void OnICIDChanging(long value); partial void OnICIDChanged(); /// /// There are no comments for Property MAC in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string MAC { get { return this._MAC; } set { this.OnMACChanging(value); this._MAC = value; this.OnMACChanged(); this.OnPropertyChanged("MAC"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _MAC; partial void OnMACChanging(string value); partial void OnMACChanged(); /// /// There are no comments for Property URI in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string URI { get { return this._URI; } set { this.OnURIChanging(value); this._URI = value; this.OnURIChanged(); this.OnPropertyChanged("URI"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _URI; partial void OnURIChanging(string value); partial void OnURIChanged(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] protected virtual void OnPropertyChanged(string property) { if ((this.PropertyChanged != null)) { this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); } } } /// /// There are no comments for Identities.IC in the schema. /// /// /// Id /// [global::System.Data.Services.Common.EntitySetAttribute("ICs")] [global::System.Data.Services.Common.DataServiceKeyAttribute("Id")] public partial class IC : global::System.ComponentModel.INotifyPropertyChanged { /// /// Create a new IC object. /// /// Initial value of Id. /// Initial value of ICIDs. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static IC CreateIC(int ID, long iCIDs) { IC iC = new IC(); iC.Id = ID; iC.ICIDs = iCIDs; return iC; } /// /// There are no comments for Property Id in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public int Id { get { return this._Id; } set { this.OnIdChanging(value); this._Id = value; this.OnIdChanged(); this.OnPropertyChanged("Id"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private int _Id; partial void OnIdChanging(int value); partial void OnIdChanged(); /// /// There are no comments for Property ICIDs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ICIDs { get { return this._ICIDs; } set { this.OnICIDsChanging(value); this._ICIDs = value; this.OnICIDsChanged(); this.OnPropertyChanged("ICIDs"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ICIDs; partial void OnICIDsChanging(long value); partial void OnICIDsChanged(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] protected virtual void OnPropertyChanged(string property) { if ((this.PropertyChanged != null)) { this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); } } } /// /// There are no comments for Identities.PA in the schema. /// /// /// ID /// [global::System.Data.Services.Common.EntitySetAttribute("PAs")] [global::System.Data.Services.Common.DataServiceKeyAttribute("ID")] public partial class PA : global::System.ComponentModel.INotifyPropertyChanged { /// /// Create a new PA object. /// /// Initial value of ID. /// Initial value of ICID. /// Initial value of Type. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static PA CreatePA(long ID, long iCID, int type) { PA pA = new PA(); pA.ID = ID; pA.ICID = iCID; pA.Type = type; return pA; } /// /// There are no comments for Property ID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ID { get { return this._ID; } set { this.OnIDChanging(value); this._ID = value; this.OnIDChanged(); this.OnPropertyChanged("ID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ID; partial void OnIDChanging(long value); partial void OnIDChanged(); /// /// There are no comments for Property ICID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ICID { get { return this._ICID; } set { this.OnICIDChanging(value); this._ICID = value; this.OnICIDChanged(); this.OnPropertyChanged("ICID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ICID; partial void OnICIDChanging(long value); partial void OnICIDChanged(); /// /// There are no comments for Property Type in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public int Type { get { return this._Type; } set { this.OnTypeChanging(value); this._Type = value; this.OnTypeChanged(); this.OnPropertyChanged("Type"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private int _Type; partial void OnTypeChanging(int value); partial void OnTypeChanged(); /// /// There are no comments for Property CN in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Nullable CN { get { return this._CN; } set { this.OnCNChanging(value); this._CN = value; this.OnCNChanged(); this.OnPropertyChanged("CN"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Nullable _CN; partial void OnCNChanging(global::System.Nullable value); partial void OnCNChanged(); /// /// There are no comments for Property RN in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string RN { get { return this._RN; } set { this.OnRNChanging(value); this._RN = value; this.OnRNChanged(); this.OnPropertyChanged("RN"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _RN; partial void OnRNChanging(string value); partial void OnRNChanged(); /// /// There are no comments for Property AN in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string AN { get { return this._AN; } set { this.OnANChanging(value); this._AN = value; this.OnANChanged(); this.OnPropertyChanged("AN"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _AN; partial void OnANChanging(string value); partial void OnANChanged(); /// /// There are no comments for Property UID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string UID { get { return this._UID; } set { this.OnUIDChanging(value); this._UID = value; this.OnUIDChanged(); this.OnPropertyChanged("UID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _UID; partial void OnUIDChanging(string value); partial void OnUIDChanged(); /// /// There are no comments for Property Date in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Nullable Date { get { return this._Date; } set { this.OnDateChanging(value); this._Date = value; this.OnDateChanged(); this.OnPropertyChanged("Date"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Nullable _Date; partial void OnDateChanging(global::System.Nullable value); partial void OnDateChanged(); /// /// There are no comments for Property Time in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Nullable Time { get { return this._Time; } set { this.OnTimeChanging(value); this._Time = value; this.OnTimeChanged(); this.OnPropertyChanged("Time"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Nullable _Time; partial void OnTimeChanging(global::System.Nullable value); partial void OnTimeChanged(); /// /// There are no comments for Property Payee in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string Payee { get { return this._Payee; } set { this.OnPayeeChanging(value); this._Payee = value; this.OnPayeeChanged(); this.OnPropertyChanged("Payee"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _Payee; partial void OnPayeeChanging(string value); partial void OnPayeeChanged(); /// /// There are no comments for Property Freq in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Nullable Freq { get { return this._Freq; } set { this.OnFreqChanging(value); this._Freq = value; this.OnFreqChanged(); this.OnPropertyChanged("Freq"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Nullable _Freq; partial void OnFreqChanging(global::System.Nullable value); partial void OnFreqChanged(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] protected virtual void OnPropertyChanged(string property) { if ((this.PropertyChanged != null)) { this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); } } } /// /// There are no comments for Identities.PID in the schema. /// /// /// ID /// [global::System.Data.Services.Common.EntitySetAttribute("PIDs")] [global::System.Data.Services.Common.DataServiceKeyAttribute("ID")] public partial class PID : global::System.ComponentModel.INotifyPropertyChanged { /// /// Create a new PID object. /// /// Initial value of ID. /// Initial value of ICID. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static PID CreatePID(long ID, long iCID) { PID pID = new PID(); pID.ID = ID; pID.ICID = iCID; return pID; } /// /// There are no comments for Property ID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ID { get { return this._ID; } set { this.OnIDChanging(value); this._ID = value; this.OnIDChanged(); this.OnPropertyChanged("ID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ID; partial void OnIDChanging(long value); partial void OnIDChanged(); /// /// There are no comments for Property ICID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ICID { get { return this._ICID; } set { this.OnICIDChanging(value); this._ICID = value; this.OnICIDChanged(); this.OnPropertyChanged("ICID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ICID; partial void OnICIDChanging(long value); partial void OnICIDChanged(); /// /// There are no comments for Property No in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Nullable No { get { return this._No; } set { this.OnNoChanging(value); this._No = value; this.OnNoChanged(); this.OnPropertyChanged("No"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Nullable _No; partial void OnNoChanging(global::System.Nullable value); partial void OnNoChanged(); /// /// There are no comments for Property Str in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string Str { get { return this._Str; } set { this.OnStrChanging(value); this._Str = value; this.OnStrChanged(); this.OnPropertyChanged("Str"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _Str; partial void OnStrChanging(string value); partial void OnStrChanged(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] protected virtual void OnPropertyChanged(string property) { if ((this.PropertyChanged != null)) { this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); } } } /// /// There are no comments for Identities.Queue in the schema. /// /// /// ID /// [global::System.Data.Services.Common.EntitySetAttribute("Queues")] [global::System.Data.Services.Common.DataServiceKeyAttribute("ID")] public partial class Queue : global::System.ComponentModel.INotifyPropertyChanged { /// /// Create a new Queue object. /// /// Initial value of ID. /// Initial value of ICID. /// Initial value of SubID. /// Initial value of Type. /// Initial value of Msg. /// Initial value of Due. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static Queue CreateQueue(long ID, long iCID, long subID, int type, string msg, global::System.DateTime due) { Queue queue = new Queue(); queue.ID = ID; queue.ICID = iCID; queue.SubID = subID; queue.Type = type; queue.Msg = msg; queue.Due = due; return queue; } /// /// There are no comments for Property ID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ID { get { return this._ID; } set { this.OnIDChanging(value); this._ID = value; this.OnIDChanged(); this.OnPropertyChanged("ID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ID; partial void OnIDChanging(long value); partial void OnIDChanged(); /// /// There are no comments for Property ICID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ICID { get { return this._ICID; } set { this.OnICIDChanging(value); this._ICID = value; this.OnICIDChanged(); this.OnPropertyChanged("ICID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ICID; partial void OnICIDChanging(long value); partial void OnICIDChanged(); /// /// There are no comments for Property SubID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long SubID { get { return this._SubID; } set { this.OnSubIDChanging(value); this._SubID = value; this.OnSubIDChanged(); this.OnPropertyChanged("SubID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _SubID; partial void OnSubIDChanging(long value); partial void OnSubIDChanged(); /// /// There are no comments for Property Type in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public int Type { get { return this._Type; } set { this.OnTypeChanging(value); this._Type = value; this.OnTypeChanged(); this.OnPropertyChanged("Type"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private int _Type; partial void OnTypeChanging(int value); partial void OnTypeChanged(); /// /// There are no comments for Property IDint in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Nullable IDint { get { return this._IDint; } set { this.OnIDintChanging(value); this._IDint = value; this.OnIDintChanged(); this.OnPropertyChanged("IDint"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Nullable _IDint; partial void OnIDintChanging(global::System.Nullable value); partial void OnIDintChanged(); /// /// There are no comments for Property IDtxt in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string IDtxt { get { return this._IDtxt; } set { this.OnIDtxtChanging(value); this._IDtxt = value; this.OnIDtxtChanged(); this.OnPropertyChanged("IDtxt"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _IDtxt; partial void OnIDtxtChanging(string value); partial void OnIDtxtChanged(); /// /// There are no comments for Property Msg in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string Msg { get { return this._Msg; } set { this.OnMsgChanging(value); this._Msg = value; this.OnMsgChanged(); this.OnPropertyChanged("Msg"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _Msg; partial void OnMsgChanging(string value); partial void OnMsgChanged(); /// /// There are no comments for Property Due in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.DateTime Due { get { return this._Due; } set { this.OnDueChanging(value); this._Due = value; this.OnDueChanged(); this.OnPropertyChanged("Due"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.DateTime _Due; partial void OnDueChanging(global::System.DateTime value); partial void OnDueChanged(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] protected virtual void OnPropertyChanged(string property) { if ((this.PropertyChanged != null)) { this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); } } } /// /// There are no comments for Identities.Response in the schema. /// /// /// ID /// [global::System.Data.Services.Common.EntitySetAttribute("Responses")] [global::System.Data.Services.Common.DataServiceKeyAttribute("ID")] public partial class Response : global::System.ComponentModel.INotifyPropertyChanged { /// /// Create a new Response object. /// /// Initial value of ID. /// Initial value of ReqID. /// Initial value of ReqDate. /// Initial value of ICID. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static Response CreateResponse(long ID, long reqID, global::System.DateTime reqDate, long iCID) { Response response = new Response(); response.ID = ID; response.ReqID = reqID; response.ReqDate = reqDate; response.ICID = iCID; return response; } /// /// There are no comments for Property ID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ID { get { return this._ID; } set { this.OnIDChanging(value); this._ID = value; this.OnIDChanged(); this.OnPropertyChanged("ID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ID; partial void OnIDChanging(long value); partial void OnIDChanged(); /// /// There are no comments for Property ReqID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ReqID { get { return this._ReqID; } set { this.OnReqIDChanging(value); this._ReqID = value; this.OnReqIDChanged(); this.OnPropertyChanged("ReqID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ReqID; partial void OnReqIDChanging(long value); partial void OnReqIDChanged(); /// /// There are no comments for Property ReqDate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.DateTime ReqDate { get { return this._ReqDate; } set { this.OnReqDateChanging(value); this._ReqDate = value; this.OnReqDateChanged(); this.OnPropertyChanged("ReqDate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.DateTime _ReqDate; partial void OnReqDateChanging(global::System.DateTime value); partial void OnReqDateChanged(); /// /// There are no comments for Property ICID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long ICID { get { return this._ICID; } set { this.OnICIDChanging(value); this._ICID = value; this.OnICIDChanged(); this.OnPropertyChanged("ICID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _ICID; partial void OnICIDChanging(long value); partial void OnICIDChanged(); /// /// There are no comments for Property Date in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Nullable Date { get { return this._Date; } set { this.OnDateChanging(value); this._Date = value; this.OnDateChanged(); this.OnPropertyChanged("Date"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Nullable _Date; partial void OnDateChanging(global::System.Nullable value); partial void OnDateChanged(); /// /// There are no comments for Property AR in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string AR { get { return this._AR; } set { this.OnARChanging(value); this._AR = value; this.OnARChanged(); this.OnPropertyChanged("AR"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _AR; partial void OnARChanging(string value); partial void OnARChanged(); /// /// There are no comments for Property Delivered in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string Delivered { get { return this._Delivered; } set { this.OnDeliveredChanging(value); this._Delivered = value; this.OnDeliveredChanged(); this.OnPropertyChanged("Delivered"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _Delivered; partial void OnDeliveredChanging(string value); partial void OnDeliveredChanged(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] protected virtual void OnPropertyChanged(string property) { if ((this.PropertyChanged != null)) { this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); } } } /// /// There are no comments for Identities.Setting in the schema. /// /// /// Id /// [global::System.Data.Services.Common.EntitySetAttribute("Settings")] [global::System.Data.Services.Common.DataServiceKeyAttribute("Id")] public partial class Setting : global::System.ComponentModel.INotifyPropertyChanged { /// /// Create a new Setting object. /// /// Initial value of Id. /// Initial value of DO. /// Initial value of DON. /// Initial value of SN3. /// Initial value of SN4. /// Initial value of SN5. /// Initial value of SN7. /// Initial value of SN8. /// Initial value of SN10. /// Initial value of SN11. /// Initial value of SN12. /// Initial value of SN13. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public static Setting CreateSetting(int ID, bool dO, int dON, bool sN3, bool sN4, bool sN5, bool sN7, int sN8, int sN10, long sN11, long sN12, long sN13) { Setting setting = new Setting(); setting.Id = ID; setting.DO = dO; setting.DON = dON; setting.SN3 = sN3; setting.SN4 = sN4; setting.SN5 = sN5; setting.SN7 = sN7; setting.SN8 = sN8; setting.SN10 = sN10; setting.SN11 = sN11; setting.SN12 = sN12; setting.SN13 = sN13; return setting; } /// /// There are no comments for Property Id in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public int Id { get { return this._Id; } set { this.OnIdChanging(value); this._Id = value; this.OnIdChanged(); this.OnPropertyChanged("Id"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private int _Id; partial void OnIdChanging(int value); partial void OnIdChanged(); /// /// There are no comments for Property ICID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Nullable ICID { get { return this._ICID; } set { this.OnICIDChanging(value); this._ICID = value; this.OnICIDChanged(); this.OnPropertyChanged("ICID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Nullable _ICID; partial void OnICIDChanging(global::System.Nullable value); partial void OnICIDChanged(); /// /// There are no comments for Property DO in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public bool DO { get { return this._DO; } set { this.OnDOChanging(value); this._DO = value; this.OnDOChanged(); this.OnPropertyChanged("DO"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private bool _DO; partial void OnDOChanging(bool value); partial void OnDOChanged(); /// /// There are no comments for Property DON in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public int DON { get { return this._DON; } set { this.OnDONChanging(value); this._DON = value; this.OnDONChanged(); this.OnPropertyChanged("DON"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private int _DON; partial void OnDONChanging(int value); partial void OnDONChanged(); /// /// There are no comments for Property SN1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string SN1 { get { return this._SN1; } set { this.OnSN1Changing(value); this._SN1 = value; this.OnSN1Changed(); this.OnPropertyChanged("SN1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _SN1; partial void OnSN1Changing(string value); partial void OnSN1Changed(); /// /// There are no comments for Property SN2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string SN2 { get { return this._SN2; } set { this.OnSN2Changing(value); this._SN2 = value; this.OnSN2Changed(); this.OnPropertyChanged("SN2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _SN2; partial void OnSN2Changing(string value); partial void OnSN2Changed(); /// /// There are no comments for Property SN3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public bool SN3 { get { return this._SN3; } set { this.OnSN3Changing(value); this._SN3 = value; this.OnSN3Changed(); this.OnPropertyChanged("SN3"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private bool _SN3; partial void OnSN3Changing(bool value); partial void OnSN3Changed(); /// /// There are no comments for Property SN4 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public bool SN4 { get { return this._SN4; } set { this.OnSN4Changing(value); this._SN4 = value; this.OnSN4Changed(); this.OnPropertyChanged("SN4"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private bool _SN4; partial void OnSN4Changing(bool value); partial void OnSN4Changed(); /// /// There are no comments for Property SN5 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public bool SN5 { get { return this._SN5; } set { this.OnSN5Changing(value); this._SN5 = value; this.OnSN5Changed(); this.OnPropertyChanged("SN5"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private bool _SN5; partial void OnSN5Changing(bool value); partial void OnSN5Changed(); /// /// There are no comments for Property SN6 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public global::System.Nullable SN6 { get { return this._SN6; } set { this.OnSN6Changing(value); this._SN6 = value; this.OnSN6Changed(); this.OnPropertyChanged("SN6"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private global::System.Nullable _SN6; partial void OnSN6Changing(global::System.Nullable value); partial void OnSN6Changed(); /// /// There are no comments for Property SN7 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public bool SN7 { get { return this._SN7; } set { this.OnSN7Changing(value); this._SN7 = value; this.OnSN7Changed(); this.OnPropertyChanged("SN7"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private bool _SN7; partial void OnSN7Changing(bool value); partial void OnSN7Changed(); /// /// There are no comments for Property SN8 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public int SN8 { get { return this._SN8; } set { this.OnSN8Changing(value); this._SN8 = value; this.OnSN8Changed(); this.OnPropertyChanged("SN8"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private int _SN8; partial void OnSN8Changing(int value); partial void OnSN8Changed(); /// /// There are no comments for Property SN9 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string SN9 { get { return this._SN9; } set { this.OnSN9Changing(value); this._SN9 = value; this.OnSN9Changed(); this.OnPropertyChanged("SN9"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _SN9; partial void OnSN9Changing(string value); partial void OnSN9Changed(); /// /// There are no comments for Property SN10 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public int SN10 { get { return this._SN10; } set { this.OnSN10Changing(value); this._SN10 = value; this.OnSN10Changed(); this.OnPropertyChanged("SN10"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private int _SN10; partial void OnSN10Changing(int value); partial void OnSN10Changed(); /// /// There are no comments for Property SN11 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long SN11 { get { return this._SN11; } set { this.OnSN11Changing(value); this._SN11 = value; this.OnSN11Changed(); this.OnPropertyChanged("SN11"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _SN11; partial void OnSN11Changing(long value); partial void OnSN11Changed(); /// /// There are no comments for Property SN12 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long SN12 { get { return this._SN12; } set { this.OnSN12Changing(value); this._SN12 = value; this.OnSN12Changed(); this.OnPropertyChanged("SN12"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _SN12; partial void OnSN12Changing(long value); partial void OnSN12Changed(); /// /// There are no comments for Property SN13 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public long SN13 { get { return this._SN13; } set { this.OnSN13Changing(value); this._SN13 = value; this.OnSN13Changed(); this.OnPropertyChanged("SN13"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private long _SN13; partial void OnSN13Changing(long value); partial void OnSN13Changed(); /// /// There are no comments for Property DID in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public string DID { get { return this._DID; } set { this.OnDIDChanging(value); this._DID = value; this.OnDIDChanged(); this.OnPropertyChanged("DID"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] private string _DID; partial void OnDIDChanging(string value); partial void OnDIDChanged(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] protected virtual void OnPropertyChanged(string property) { if ((this.PropertyChanged != null)) { this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); } } } }