/// <summary> /// Deprecated Method for adding a new object to the DataLoggerInSites EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDataLoggerInSites(DataLoggerInSite dataLoggerInSite) { base.AddObject("DataLoggerInSites", dataLoggerInSite); }
/// <summary> /// Create a new DataLoggerInSite object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="isDeleted">Initial value of the IsDeleted property.</param> public static DataLoggerInSite CreateDataLoggerInSite(global::System.Int64 id, global::System.Int32 isDeleted) { DataLoggerInSite dataLoggerInSite = new DataLoggerInSite(); dataLoggerInSite.ID = id; dataLoggerInSite.IsDeleted = isDeleted; return dataLoggerInSite; }