Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keyword new error....
Message
From
05/09/2004 23:37:31
Czarina Joyce Villanueva
Innovision Systems International
Manila, Philippines
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Keyword new error....
Miscellaneous
Thread ID:
00939638
Message ID:
00939638
Views:
51
I am compiling a class and it gives me this error:
S:\DotNetProjects\BizBoxMSObjects\AccessModuleBoundCollectionBase.cs(20): The keyword new is required on 'BizBoxMSObjects.AccessModuleBoundCollectionBase.this[int]' because it hides inherited member 'EnterpriseObjects.EntityBoundCollection.this[int]'

namespace BizBoxMSObjects
{    
    // EntityBoundCollection base implementation for  
    // table 'aps_accessmodules'
    // *DO NOT* add your modifications to this file
    public class AccessModuleBoundCollectionBase : EnterpriseObjects.EntityBoundCollection
    {
        
        public AccessModule this[int index]
        {
            get
            {
                return ((AccessModule)(this.EntitySet.GetEntity(this.TableIndex, index)));
            }
        }
    }
}
Any idea is highly appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform