/// <summary> /// Create a new VersionedICF object. /// </summary> /// <param name="c__Id">Initial value of the C__Id property.</param> public static VersionedICF CreateVersionedICF(global::System.Int32 c__Id) { VersionedICF versionedICF = new VersionedICF(); versionedICF.C__Id = c__Id; return versionedICF; }
/// <summary> /// Deprecated Method for adding a new object to the VersionedICFs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVersionedICFs(VersionedICF versionedICF) { base.AddObject("VersionedICFs", versionedICF); }