/// <summary> /// Create a new Gb_Cell_Syn object. /// </summary> /// <param name="fileNum">Initial value of the FileNum property.</param> /// <param name="packetNum">Initial value of the PacketNum property.</param> public static Gb_Cell_Syn CreateGb_Cell_Syn(global::System.Int32 fileNum, global::System.Int32 packetNum) { Gb_Cell_Syn gb_Cell_Syn = new Gb_Cell_Syn(); gb_Cell_Syn.FileNum = fileNum; gb_Cell_Syn.PacketNum = packetNum; return gb_Cell_Syn; }
/// <summary> /// Deprecated Method for adding a new object to the Gb_Cell_Syn EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToGb_Cell_Syn(Gb_Cell_Syn gb_Cell_Syn) { base.AddObject("Gb_Cell_Syn", gb_Cell_Syn); }