StrataFrame Forum

Missing Business Object Methods

http://forum.strataframe.net/Topic10540.aspx

By choyt - 7/24/2007

Hi Folks

For some reason, I am missing quite a few methods in my business objects.  Specifically, the ones I'm missing are the CurrentDataTable, CurrentView, etc. I'm sure I've dorked up a configuration somewhere but can't find it.

By Greg McGuffey - 7/24/2007

I don't think this is it, but are you sure you have the 'All' tab selected? Sometimes methods/properties are hidden when you have common selected.  It looks like from the picture that you have 'All' selected, but I thought I'd throw it out, just in case.  I spent like 2 months wondering where Integer was because of this...
By choyt - 7/24/2007

Thanks Greg

The All tag is selected, but more importantly, the items are not in intellisense at all.

Clay

By choyt - 7/24/2007

Ok...figured it out...

I forgot to add StrataFrame references to my project.

Clay

By Greg McGuffey - 7/24/2007

LOL Glad to hear you got it figured out. I thought the 'All' was a long shot...but ya never know BigGrin
By Ben Hayat - 7/24/2007

choyt (07/24/2007)
Ok...figured it out...



I forgot to add StrataFrame references to my project.



Clay




When you had created your project, didn't you create it as "StrataFrame Application"?
By StrataFrame Team - 7/25/2007

Yeah, actually, the All isn't always such a long shot.  We don't generally set the EditorBrowsableAttribute on any of our methods/properties, but occasionally we do.  However, I've noticed that DevExpress and Infragistics add those attributes all the time to their public members.  I generally browse everything with the All tab selected for that exact reason.
By choyt - 7/26/2007

Hi Ben

No. The class wasn't created originally as a SF object. It's an object that will consume the SF data and provide web caching.