Table of Contents

Class ConvertedElement<T, U>

Namespace
The.Model.Editor
Assembly
Instagile.Model.dll
public class ConvertedElement<T, U> : ConvertedProperty<T, U>, IElement<U>, IProperty<U>, INotifyPropertyChanged

Type Parameters

T
U
Inheritance
ConvertedElement<T, U>
Implements
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

inner IElement<T>
convert Func<T, U>
convertBack Func<U, T>

Properties

Doc

public string? Doc { get; }

Property Value

string

Label

public string? Label { get; }

Property Value

string

Methods

GenDoc(U)

public string? GenDoc(U value)

Parameters

value U

Returns

string