예제 #1
0
        /// <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);
        }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the arcArchiveTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToarcArchiveTypes(arcArchiveType arcArchiveType)
 {
     base.AddObject("arcArchiveTypes", arcArchiveType);
 }