/// <summary> /// Create a new SystemImpacted object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> /// <param name="lastUpdatedBy">Initial value of the LastUpdatedBy property.</param> public static SystemImpacted CreateSystemImpacted(global::System.Int32 id, global::System.String name, global::System.DateTime lastUpdated, global::System.String lastUpdatedBy) { SystemImpacted systemImpacted = new SystemImpacted(); systemImpacted.ID = id; systemImpacted.Name = name; systemImpacted.LastUpdated = lastUpdated; systemImpacted.LastUpdatedBy = lastUpdatedBy; return systemImpacted; }
/// <summary> /// Deprecated Method for adding a new object to the SystemImpacteds EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSystemImpacteds(SystemImpacted systemImpacted) { base.AddObject("SystemImpacteds", systemImpacted); }