Int64Field class
namespace: Serenity.Data assembly: Serenity.Net.Entity
Field with Int64 value
public sealed class Int64Field : GenericValueField<long>
Public Members
| name | description |
|---|---|
| Int64Field(…) | Initializes a new instance of the Int64Field 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: Int64Field.cs