Example #1
0
        /// <summary>
        /// Gets a list of supported properties
        /// </summary>
        public List <System.Reflection.PropertyInfo> GetSupportedProperties()
        {
            var retVal = new ANYFormatter().GetSupportedProperties();

            retVal.AddRange(new PropertyInfo[] {
                typeof(UVP <>).GetProperty("Value"),
                typeof(UVP <>).GetProperty("Probability")
            });
            return(retVal);
        }
Example #2
0
        /// <summary>
        /// Gets a list of supported properties
        /// </summary>
        public List <System.Reflection.PropertyInfo> GetSupportedProperties()
        {
            var retVal = new ANYFormatter().GetSupportedProperties();

            retVal.AddRange(new PropertyInfo[] {
                typeof(EN).GetProperty("Use"),
                typeof(EN).GetProperty("Part")
            });
            return(retVal);
        }
Example #3
0
        /// <summary>
        /// Get supported properties
        /// </summary>
        public List <System.Reflection.PropertyInfo> GetSupportedProperties()
        {
            var retVal = new ANYFormatter().GetSupportedProperties();

            retVal.AddRange(new PropertyInfo[] {
                typeof(SLIST <>).GetProperty("Items"),
                typeof(SLIST <>).GetProperty("Origin"),
                typeof(SLIST <>).GetProperty("Scale")
            });
            return(retVal);
        }
Example #4
0
        /// <summary>
        /// Gets or sets the supported properties
        /// </summary>
        public List <System.Reflection.PropertyInfo> GetSupportedProperties()
        {
            var retVal = new ANYFormatter().GetSupportedProperties();

            retVal.AddRange(new PropertyInfo[] {
                typeof(TEL).GetProperty("Value"),
                typeof(TEL).GetProperty("Use"),
                typeof(TEL).GetProperty("Capabilities"),
                typeof(TEL).GetProperty("UseablePeriod")
            });
            return(retVal);
        }
Example #5
0
        /// <summary>
        /// Gets the supported properties
        /// </summary>
        public List <System.Reflection.PropertyInfo> GetSupportedProperties()
        {
            var retVal = new ANYFormatter().GetSupportedProperties();

            retVal.AddRange(new PropertyInfo[]
            {
                typeof(II).GetProperty("Root"),
                typeof(II).GetProperty("Extension"),
                typeof(II).GetProperty("IdentifierName"),
                typeof(II).GetProperty("Displayable"),
                typeof(II).GetProperty("Scope"),
                typeof(II).GetProperty("Reliability")
            });
            return(retVal);
        }