Ejemplo n.º 1
0
 /// <summary>
 /// Create a new VideoProfiles object.
 /// </summary>
 /// <param name="u_username">Initial value of the u_username property.</param>
 /// <param name="vp_approved">Initial value of the vp_approved property.</param>
 /// <param name="vp_private">Initial value of the vp_private property.</param>
 public static VideoProfiles CreateVideoProfiles(global::System.String u_username, global::System.Boolean vp_approved, global::System.Boolean vp_private)
 {
     VideoProfiles videoProfiles = new VideoProfiles();
     videoProfiles.u_username = u_username;
     videoProfiles.vp_approved = vp_approved;
     videoProfiles.vp_private = vp_private;
     return videoProfiles;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VideoProfiles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVideoProfiles(VideoProfiles videoProfiles)
 {
     base.AddObject("VideoProfiles", videoProfiles);
 }