LLBLGen 4 runtime fw - Where can I find documentation for base classes?

Posts   
 
    
dcarapic
User
Posts: 60
Joined: 21-Dec-2007
# Posted on: 24-Jul-2013 10:22:18   

This is probably a stupid question but I really can not find detailed documentation about LLBLGen runtime framework base cases. For example I am trying to determine what will EntityCore<T>.Fields.GetFieldIndex(string fieldName) return when given an invalid field name. Will it throw an exception etc.

The only documentation I have and that I've seen is the general documentation explaining runtime framework concepts and nothing else. I remember that this kind of documentation existed before and now I can not find it.

Please point me in the right direction. Thank you.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39912
Joined: 17-Aug-2003
# Posted on: 24-Jul-2013 11:47:21   

IT's in the runtime framework reference manual wink

http://www.llblgen.com/pages/ListAdditionalDownloads.aspx#8 -> LLBLGen Pro v4.0 Runtime library reference manual

Frans Bouma | Lead developer LLBLGen Pro
dcarapic
User
Posts: 60
Joined: 21-Dec-2007
# Posted on: 24-Jul-2013 11:49:11   

Thanks. I knew it was somewhere but googling for it did not help me.

dcarapic
User
Posts: 60
Joined: 21-Dec-2007
# Posted on: 24-Jul-2013 11:51:57   

Hmm, When I download it I can not view it. I guess it has something to do with security settings as CHM downloaded from internet can not be viewed directly. Solved it by ziping and unziping. Not a big deal but perhaps you should offer those files as zip files as well.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39912
Joined: 17-Aug-2003
# Posted on: 24-Jul-2013 12:32:43   

You can fix it yourself easily. simple_smile See: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=10965

I'm not sure whether zip files solve this, at least if you use windows explorer to unpack the files.

Frans Bouma | Lead developer LLBLGen Pro