/// <summary>
 /// Deprecated Method for adding a new object to the daystats_getobject_entity EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodaystats_getobject_entity(daystats_getobject_entity daystats_getobject_entity)
 {
     base.AddObject("daystats_getobject_entity", daystats_getobject_entity);
 }
 /// <summary>
 /// Create a new daystats_getobject_entity object.
 /// </summary>
 /// <param name="statsObjectID">Initial value of the StatsObjectID property.</param>
 /// <param name="identifier">Initial value of the Identifier property.</param>
 /// <param name="objectTypeID">Initial value of the ObjectTypeID property.</param>
 public static daystats_getobject_entity Createdaystats_getobject_entity(global::System.Int32 statsObjectID, global::System.String identifier, global::System.Int32 objectTypeID)
 {
     daystats_getobject_entity daystats_getobject_entity = new daystats_getobject_entity();
     daystats_getobject_entity.StatsObjectID = statsObjectID;
     daystats_getobject_entity.Identifier = identifier;
     daystats_getobject_entity.ObjectTypeID = objectTypeID;
     return daystats_getobject_entity;
 }