/// <summary> /// Create a new WorldItem object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="atom">Initial value of the Atom property.</param> public static WorldItem CreateWorldItem(global::System.Int64 id, global::System.String atom) { WorldItem worldItem = new WorldItem(); worldItem.ID = id; worldItem.Atom = atom; return worldItem; }
/// <summary> /// Deprecated Method for adding a new object to the WorldSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToWorldSet(WorldItem worldItem) { base.AddObject("WorldSet", worldItem); }