/// <summary> /// Deprecated Method for adding a new object to the vw_aspnet_WebPartState_Paths EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovw_aspnet_WebPartState_Paths(vw_aspnet_WebPartState_Paths vw_aspnet_WebPartState_Paths) { base.AddObject("vw_aspnet_WebPartState_Paths", vw_aspnet_WebPartState_Paths); }
/// <summary> /// Create a new vw_aspnet_WebPartState_Paths object. /// </summary> /// <param name="applicationId">Initial value of the ApplicationId property.</param> /// <param name="pathId">Initial value of the PathId property.</param> /// <param name="path">Initial value of the Path property.</param> /// <param name="loweredPath">Initial value of the LoweredPath property.</param> public static vw_aspnet_WebPartState_Paths Createvw_aspnet_WebPartState_Paths(global::System.Guid applicationId, global::System.Guid pathId, global::System.String path, global::System.String loweredPath) { vw_aspnet_WebPartState_Paths vw_aspnet_WebPartState_Paths = new vw_aspnet_WebPartState_Paths(); vw_aspnet_WebPartState_Paths.ApplicationId = applicationId; vw_aspnet_WebPartState_Paths.PathId = pathId; vw_aspnet_WebPartState_Paths.Path = path; vw_aspnet_WebPartState_Paths.LoweredPath = loweredPath; return vw_aspnet_WebPartState_Paths; }