Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LocationFolders EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLocationFolders(LocationFolder locationFolder)
 {
     base.AddObject("LocationFolders", locationFolder);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new LocationFolder object.
 /// </summary>
 /// <param name="locationFolderID">Initial value of the LocationFolderID property.</param>
 /// <param name="locationFolderTypeID">Initial value of the LocationFolderTypeID property.</param>
 public static LocationFolder CreateLocationFolder(global::System.Decimal locationFolderID, global::System.Decimal locationFolderTypeID)
 {
     LocationFolder locationFolder = new LocationFolder();
     locationFolder.LocationFolderID = locationFolderID;
     locationFolder.LocationFolderTypeID = locationFolderTypeID;
     return locationFolder;
 }