Table of Contents

Class ViewLocator

Namespace
PlumJsonAnimator
Assembly
PlumJsonAnimator.dll
public class ViewLocator : IDataTemplate, ITemplate<object?, Control?>
Inheritance
ViewLocator
Implements
IDataTemplate
ITemplate<object, Control>
Inherited Members

Methods

Build(object?)

Creates the control.

public Control? Build(object? param)

Parameters

param object

The 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

data object

The data.

Returns

bool

True if the data template can build a control for the data, otherwise false.