Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LocationFolderTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLocationFolderTypes(LocationFolderType locationFolderType)
 {
     base.AddObject("LocationFolderTypes", locationFolderType);
 }
Example #2
0
 /// <summary>
 /// Create a new LocationFolderType object.
 /// </summary>
 /// <param name="locationFolderTypeID">Initial value of the LocationFolderTypeID property.</param>
 public static LocationFolderType CreateLocationFolderType(global::System.Decimal locationFolderTypeID)
 {
     LocationFolderType locationFolderType = new LocationFolderType();
     locationFolderType.LocationFolderTypeID = locationFolderTypeID;
     return locationFolderType;
 }