Esempio n. 1
0
        /// <summary>
        /// Создание нового объекта Ciphers_Table.
        /// </summary>
        /// <param name="id">Исходное значение свойства ID.</param>
        public static Ciphers_Table CreateCiphers_Table(global::System.Int64 id)
        {
            Ciphers_Table ciphers_Table = new Ciphers_Table();

            ciphers_Table.ID = id;
            return(ciphers_Table);
        }
Esempio n. 2
0
 /// <summary>
 /// Устаревший метод для добавления новых объектов в набор EntitySet Ciphers_Table. Взамен можно использовать метод .Add связанного свойства ObjectSet&lt;T&gt;.
 /// </summary>
 public void AddToCiphers_Table(Ciphers_Table ciphers_Table)
 {
     base.AddObject("Ciphers_Table", ciphers_Table);
 }