Esempio n. 1
0
        /// <summary>
        /// Create a new AppLocation object.
        /// </summary>
        /// <param name="iD">Initial value of ID.</param>
        /// <param name="fileName">Initial value of FileName.</param>
        public static AppLocation CreateAppLocation(global::System.Int32 iD, global::System.String fileName)
        {
            AppLocation appLocation = new AppLocation();

            appLocation.ID       = iD;
            appLocation.FileName = fileName;
            return(appLocation);
        }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AppLocations EntitySet.
 /// </summary>
 public void AddToAppLocations(AppLocation appLocation)
 {
     base.AddObject("AppLocations", appLocation);
 }