Class ConvertedElement<T, U>
public class ConvertedElement<T, U> : ConvertedProperty<T, U>, IElement<U>, IProperty<U>, INotifyPropertyChanged
Type Parameters
TU
- Inheritance
-
ConvertedProperty<T, U>ConvertedElement<T, U>
- Inherited Members
Constructors
ConvertedElement(IElement<T>, Func<T, U>, Func<U, T>)
public ConvertedElement(IElement<T> inner, Func<T, U> convert, Func<U, T> convertBack)
Parameters
Properties
Doc
public string? Doc { get; }
Property Value
Label
public string? Label { get; }
Property Value
Methods
GenDoc(U)
public string? GenDoc(U value)
Parameters
valueU