Exemplo n.º 1
0
        public override string ToString()
        {
            object cellValue = SchemaAttribute.GetValue(_taxonomy, _attribute, _schematus);

            return(cellValue == null ? "" : cellValue.ToString());
        }
Exemplo n.º 2
0
        string ISpell.GetSpellValue()
        {
            object cellValue = SchemaAttribute.GetValue(_taxonomy, _attribute, _schematus);

            return(cellValue == null ? "" : cellValue.ToString());
        }