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