Class ViewLocator
- Namespace
- PlumJsonAnimator
- Assembly
- PlumJsonAnimator.dll
public class ViewLocator : IDataTemplate, ITemplate<object?, Control?>
- Inheritance
-
ViewLocator
- Implements
-
IDataTemplate
- Inherited Members
Methods
Build(object?)
Creates the control.
public Control? Build(object? param)
Parameters
paramobjectThe parameter.
Returns
- Control
The created control.
Match(object?)
Checks to see if this data template matches the specified data.
public bool Match(object? data)
Parameters
dataobjectThe data.
Returns
- bool
True if the data template can build a control for the data, otherwise false.