An implementation of the IUserTagProvider interface
that can be used to satisfy requests for obtaining or setting the user tag
by delegating to an IMapper<(Of <(<'K, V>)>)>.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public sealed class MapperBasedUserTagProvider : IUserTagProvider |
| Visual Basic |
|---|
Public NotInheritable Class MapperBasedUserTagProvider _ Implements IUserTagProvider |
Remarks
The mapper instance is retrieved from the IMapperRegistry instance
of the IGraph that is retrieved from the context
that is passed in to GetUserTag(IModelItem, ILookup) and SetUserTag(IModelItem, Object, ILookup)
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.UI.Drawing..::..MapperBasedUserTagProvider
yWorks.yFiles.UI.Drawing..::..MapperBasedUserTagProvider