In my application, i want to have a list like this
Group Kind TableName Condition
----- ---- --------- ----------
sh Send TableA Null
sh New TableB kbsn=0
jn Receive TableC Null
This list must use in whole of my application and it's values always is constant. Now,how do i define this list in a class in my C# application and how can i read or query from this list?