コード例 #1
0
        /// <summary>
        /// Create a new Fotograf object.
        /// </summary>
        /// <param name="fotografID">Initial value of the fotografID property.</param>
        public static Fotograf CreateFotograf(global::System.Int32 fotografID)
        {
            Fotograf fotograf = new Fotograf();

            fotograf.fotografID = fotografID;
            return(fotograf);
        }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Fotograf EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFotograf(Fotograf fotograf)
 {
     base.AddObject("Fotograf", fotograf);
 }