BooleanField class
namespace: Serenity.Data assembly: Serenity.Net.Entity
Field with boolean value
public sealed class BooleanField : GenericValueField<bool>
Public Members
name | description |
---|---|
BooleanField(…) | Initializes a new instance of the BooleanField class. |
static Factory(…) | Static factory for field, for backward compatibility, avoid using. |
override GetFromReader(…) | Gets field value from a data reader. |
override ValueFromJson(…) | Gets field value from JSON. |
override ValueToJson(…) | Converts field value to json. |
See Also
- class GenericValueField<TValue>
- Source: BooleanField.cs