In our CRM environment we have a custom entity type in settings for custom parameters in which entities contain a name, type, and value. I need to get one of these "parameters" in a web application using asp and C# to do some math. How might I retrieve the value and type fields of this entity in my aspx.cs file using the entity's ID so that i might make a c# variable that corresponds to the custom parameter entity.