Lets say I read this condition from a file:
Condition = "Person.Value.Status == 9"
How can I check if this condition is true in runtime providing that “Person” is a class in my code?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While I haven’t personally done this myself, this might be what you’re looking for. It’s an expression evaluater which is what I think you are trying to achieve.