/// <summary> /// Create a new appinfo object. /// </summary> /// <param name="appID">Initial value of the AppID property.</param> /// <param name="hashedAppID">Initial value of the HashedAppID property.</param> /// <param name="appName">Initial value of the AppName property.</param> /// <param name="customerID">Initial value of the CustomerID property.</param> public static appinfo Createappinfo(global::System.Int32 appID, global::System.String hashedAppID, global::System.String appName, global::System.Int32 customerID) { appinfo appinfo = new appinfo(); appinfo.AppID = appID; appinfo.HashedAppID = hashedAppID; appinfo.AppName = appName; appinfo.CustomerID = customerID; return appinfo; }
/// <summary> /// Deprecated Method for adding a new object to the appinfoes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToappinfoes(appinfo appinfo) { base.AddObject("appinfoes", appinfo); }