Interface IElement<T>
public interface IElement<T> : IProperty<T>, INotifyPropertyChanged
Type Parameters
T
- Inherited Members
Properties
Doc
string? Doc { get; }
Property Value
Label
string? Label { get; }
Property Value
Methods
GenDoc(T)
string? GenDoc(T value)
Parameters
valueT