cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

composite application framework tool for customization

Former Member
0 Likes
585

Hi all

I am making an application using CAF. My application has some properties which are used to control the application.

I can store these properties and their values in XML file and can use it in my application. Is there any other way to handle this in CAF?

View Entire Topic
Former Member
0 Likes

That's not clear:

You have 3 properties which you use in your application: A, B, C. And defined one rule for them: if A=X and B=Y then C=Z. You say that you want to add additional rule in the future. Please demonstrate possible additional rule for these properties with an example.

Best regards,

Aliaksei

Former Member
0 Likes

Yes I have three properties only but they can have a set of values. like right now A and B can take values X and Y. But in future, they can take P and Q also as values and accordingly C can also take different values.

Hope you understand my point