Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NepropertyEproperty global interface for all property implementation
 CInterfaceInterface to collect the property list (for abstarction "set" and "get") It create a simple "properties" member that permit to access at the properties
 CInterfaceDataInterface data to collect the property list (for abstarction connection)
 CListSet a list of value availlable (for enumeration)
 CPropertyBase of the property With all generic element needed
 CPropertyTypeTemplate base of the property (have a generic set and get for string)
 CRangeRange template of the property (limit with a min and a max value)
 CValueSimple Value of the property (need to implement fuction etk::from_string<TYPE> to use it)