/// <summary> /// Create a new VideoEmbeds object. /// </summary> /// <param name="ve_id">Initial value of the ve_id property.</param> /// <param name="u_username">Initial value of the u_username property.</param> /// <param name="ve_videourl">Initial value of the ve_videourl property.</param> /// <param name="ve_sourcetype">Initial value of the ve_sourcetype property.</param> public static VideoEmbeds CreateVideoEmbeds(global::System.Int32 ve_id, global::System.String u_username, global::System.String ve_videourl, global::System.Int32 ve_sourcetype) { VideoEmbeds videoEmbeds = new VideoEmbeds(); videoEmbeds.ve_id = ve_id; videoEmbeds.u_username = u_username; videoEmbeds.ve_videourl = ve_videourl; videoEmbeds.ve_sourcetype = ve_sourcetype; return videoEmbeds; }
/// <summary> /// Deprecated Method for adding a new object to the VideoEmbeds EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVideoEmbeds(VideoEmbeds videoEmbeds) { base.AddObject("VideoEmbeds", videoEmbeds); }