FlexiParm is an Editor/Repository for parameters (data that is known at design time). It is a new concept in static data manipulation. It is different to anything else in the market, try it and let us know what you think.
FlexiParm is a generic parameters repository tool.
It is a .Net add-in editor and a standalone editor which allows storing and editing parameters with generic grouping. It is intended for storing data that does not change often. The stored data is mainly used for configuration purposes. It describes the attributes of a product or an object that can be presented in a hierarchical structure. However, it can also be used to store almost any static data. The data stored in this tool can either represent the backbone of an application or simply some data that can be easily accessed.
FlexiParm allows you to access and manipulate the data in different ways and can be thought of as a mini database for parameters. The programming code to access the parameters is generated by FlexiParm.
FlexiParm is a tool primarily for the developer community. However, it can also be used by the business community as a data view.
Benefits
Enable storing, accessing and manipulating parameters with ease. This reduces hard coded parameters, prevents clutter in the .Config or .Ini files and simplifies the schemas on the database.
Clear visibility of the data structure based on the data values. This enables easy manipulation, cloning and linking of data (parameters). Also, it enables easy access to the parameters from the program code.
Provide a generic Configuration tool.This reduces the complexity of the administration tool. Sometime it can be used as an administration tool, which removes the need to build one.