Interface ILinkDictionaryValueConverter<TValue, TValueWrapper\> Last update: 16.07.2025 Namespace: VM.Managed.Collections Assembly: VMAppCore.dll public interface ILinkDictionaryValueConverter<tvalue tvaluewrapper> Type Parameters TValue TValueWrapper Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Methods ClearWrapper(TValueWrapper) void ClearWrapper(TValueWrapper wrapper) Parameters wrapper TValueWrapper Convert(TValue, ILinkContainer) TValueWrapper Convert(TValue value, ILinkContainer owner) Parameters value TValue owner ILinkContainer Returns TValueWrapper ConvertBack(TValueWrapper) TValue ConvertBack(TValueWrapper wrapper) Parameters wrapper TValueWrapper Returns TValue