예제 #1
0
        /// <summary>
        /// Create a new CueBook object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="name">Initial value of the Name property.</param>
        /// <param name="shortName">Initial value of the ShortName property.</param>
        public static CueBook CreateCueBook(global::System.Int32 id, global::System.String name, global::System.String shortName)
        {
            CueBook cueBook = new CueBook();

            cueBook.Id        = id;
            cueBook.Name      = name;
            cueBook.ShortName = shortName;
            return(cueBook);
        }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CueBooks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCueBooks(CueBook cueBook)
 {
     base.AddObject("CueBooks", cueBook);
 }