Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 450 Bytes

File metadata and controls

16 lines (10 loc) · 450 Bytes

JsonCriteriaConverter.CanRead property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether this JsonConverter can read JSON.

public override bool CanRead { get; }

Property Value

True if this JsonConverter can write JSON; otherwise, false.

See Also