/// <summary>
 /// Create a new hourstats_getobjects_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 hourstats_getobjects_entity Createhourstats_getobjects_entity(global::System.Int32 statsObjectID, global::System.String identifier, global::System.Int32 objectTypeID)
 {
     hourstats_getobjects_entity hourstats_getobjects_entity = new hourstats_getobjects_entity();
     hourstats_getobjects_entity.StatsObjectID = statsObjectID;
     hourstats_getobjects_entity.Identifier = identifier;
     hourstats_getobjects_entity.ObjectTypeID = objectTypeID;
     return hourstats_getobjects_entity;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the hourstats_getobjects_entity EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohourstats_getobjects_entity(hourstats_getobjects_entity hourstats_getobjects_entity)
 {
     base.AddObject("hourstats_getobjects_entity", hourstats_getobjects_entity);
 }