FormattedValueDto<TValue>
public class FormattedValueDto<TValue>
Namespace
Constructors
FormattedValueDto<TValue>
The default constructor.
public FormattedValueDto()
Properties
Value
public TValue Value { get; set; }
ValueFormatted
public string ValueFormatted { get; set; }