/// <summary> /// Create a new Application object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="created">Initial value of the Created property.</param> /// <param name="modified">Initial value of the Modified property.</param> public static Application CreateApplication(global::System.Int32 id, global::System.String name, global::System.DateTime created, global::System.DateTime modified) { Application application = new Application(); application.ID = id; application.Name = name; application.Created = created; application.Modified = modified; return application; }
/// <summary> /// Deprecated Method for adding a new object to the Applications EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToApplications(Application application) { base.AddObject("Applications", application); }