/// <summary>
 /// Create a new TileLayout object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="layoutVersion">Initial value of the LayoutVersion property.</param>
 /// <param name="layoutXml">Initial value of the LayoutXml property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static TileLayout CreateTileLayout(global::System.Int64 id, global::System.Int32 layoutVersion, global::System.String layoutXml, global::System.String name)
 {
     TileLayout tileLayout = new TileLayout();
     tileLayout.Id = id;
     tileLayout.LayoutVersion = layoutVersion;
     tileLayout.LayoutXml = layoutXml;
     tileLayout.Name = name;
     return tileLayout;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TileLayouts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTileLayouts(TileLayout tileLayout)
 {
     base.AddObject("TileLayouts", tileLayout);
 }