Ejemplo n.º 1
0
        public static string GetDescription(this PropertyDataId prop)
        {
            var description = prop.GetAttributeOfType <DescriptionAttribute>();

            return(description?.Description ?? prop.ToString());
        }