JsonCriteriaConverter.CanConvert method

namespace: Serenity.Data   assemblySerenity.Net.Data

Determines whether this instance can convert the specified object type.

public override bool CanConvert(Type objectType)
parameter description
objectType Type of the object.

Return Value

True if this instance can convert the specified object type; otherwise, false.

See Also