Design of Criteria Object

Design of Criteria Object

Old forum URL: forums.lhotka.net/forums/t/11699.aspx


es org se posted on Tuesday, November 13, 2012

Hi, CSLAers

I am new in CSLA. I learned how to implement the criteria object to fetch business objects. I perfectly understands why I need this but I don't know how to do this? Is there any generic approach availiable? Best practise? Code Generator?

Thank you for your help?

ciu

Manfred

JonnyBee replied on Tuesday, November 13, 2012

Create Criteria object that inherit from CriteriaBase<T> with managed properties.

Search the samples download and you will find samples on how to use CriteriaBase.

 

es org se replied on Wednesday, November 14, 2012

Thank you. I will have a look.

Copyright (c) Marimer LLC