Exemplo n.º 1
0
        /// <summary>
        /// Gets the list of supported properties
        /// </summary>
        /// <returns></returns>
        public List <System.Reflection.PropertyInfo> GetSupportedProperties()
        {
            var retVal = new QTYFormatter().GetSupportedProperties();

            retVal.AddRange(new PropertyInfo[] {
                typeof(CO).GetProperty("Code"),
                typeof(CO).GetProperty("Value"),
            });
            return(retVal);
        }
Exemplo n.º 2
0
        /// <summary>
        /// Gets the list of supported properties
        /// </summary>
        /// <returns></returns>
        public List <System.Reflection.PropertyInfo> GetSupportedProperties()
        {
            var retVal = new QTYFormatter().GetSupportedProperties();

            retVal.AddRange(new PropertyInfo[] {
                typeof(REAL).GetProperty("Value"),
                typeof(REAL).GetProperty("Expression"),
                typeof(REAL).GetProperty("OriginalText"),
                typeof(REAL).GetProperty("Uncertainty"),
                typeof(REAL).GetProperty("UncertainRange")
            });
            return(retVal);
        }