Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ProjectImage EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProjectImage(ProjectImage projectImage)
 {
     base.AddObject("ProjectImage", projectImage);
 }
Пример #2
0
 /// <summary>
 /// Create a new ProjectImage object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="imageSource">Initial value of the ImageSource property.</param>
 public static ProjectImage CreateProjectImage(global::System.Int32 id, global::System.String imageSource)
 {
     ProjectImage projectImage = new ProjectImage();
     projectImage.Id = id;
     projectImage.ImageSource = imageSource;
     return projectImage;
 }