Table of Contents

Interface IValidatable<TContext>

Namespace
Rinku.Tracking
Assembly
Rinku.dll

Validates an item with caller data.

public interface IValidatable<in TContext>

Type Parameters

TContext
Extension Methods

Methods

Validate(TContext)

Validates the item with caller data.

bool Validate(TContext context)

Parameters

context TContext

Returns

bool