/// <summary> /// Create a new ScanLocation object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="uid">Initial value of the Uid property.</param> /// <param name="name">Initial value of the Name property.</param> public static ScanLocation CreateScanLocation(global::System.Int64 id, global::System.Guid uid, global::System.String name) { ScanLocation scanLocation = new ScanLocation(); scanLocation.Id = id; scanLocation.Uid = uid; scanLocation.Name = name; return scanLocation; }
/// <summary> /// Deprecated Method for adding a new object to the ScanLocations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToScanLocations(ScanLocation scanLocation) { base.AddObject("ScanLocations", scanLocation); }