/// <summary> /// Create a new arcArchiveType object. /// </summary> /// <param name="idArchiveType">Initial value of the IdArchiveType property.</param> /// <param name="name">Initial value of the Name property.</param> public static arcArchiveType CreatearcArchiveType(global::System.Int32 idArchiveType, global::System.String name) { arcArchiveType arcArchiveType = new arcArchiveType(); arcArchiveType.IdArchiveType = idArchiveType; arcArchiveType.Name = name; return(arcArchiveType); }
/// <summary> /// Deprecated Method for adding a new object to the arcArchiveTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToarcArchiveTypes(arcArchiveType arcArchiveType) { base.AddObject("arcArchiveTypes", arcArchiveType); }