/// <summary> /// Create a new Applications object. /// </summary> /// <param name="applicationName">Initial value of the ApplicationName property.</param> /// <param name="applicationId">Initial value of the ApplicationId property.</param> public static Applications CreateApplications(global::System.String applicationName, global::System.Guid applicationId) { Applications applications = new Applications(); applications.ApplicationName = applicationName; applications.ApplicationId = applicationId; return applications; }
/// <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(Applications applications) { base.AddObject("Applications", applications); }