// *** Start programmer edit section *** (Iis.Eais.Catalogs.DetailArrayOfForeignCatValue members)

        // *** End programmer edit section *** (Iis.Eais.Catalogs.DetailArrayOfForeignCatValue members)


        /// <summary>
        /// Construct detail array.
        /// </summary>
        /// <summary>
        /// Returns object with type ForeignCatValue by index.
        /// </summary>
        /// <summary>
        /// Adds object with type ForeignCatValue.
        /// </summary>
        public DetailArrayOfForeignCatValue(Iis.Eais.Catalogs.Catalog fCatalog) :
            base(typeof(ForeignCatValue), ((ICSSoft.STORMNET.DataObject)(fCatalog)))
        {
        }
示例#2
0
        // *** End programmer edit section *** (CatalogBS CustomMembers)


        // *** Start programmer edit section *** (OnUpdateCatalog CustomAttributes)

        // *** End programmer edit section *** (OnUpdateCatalog CustomAttributes)
        public virtual ICSSoft.STORMNET.DataObject[] OnUpdateCatalog(Iis.Eais.Catalogs.Catalog UpdatedObject)
        {
            // *** Start programmer edit section *** (OnUpdateCatalog)
            return(new ICSSoft.STORMNET.DataObject[0]);
            // *** End programmer edit section *** (OnUpdateCatalog)
        }