internal override string GetFormattedKey() { return("[" + UserObjectsMD .With(x => x[0]) .Return(x => x.Code, string.Empty) + "]"); }
internal override string GetFormattedDescription() { return(UserObjectsMD .With(x => x[0]) .Return(x => x.Name, string.Empty)); }