Int16Field class
namespace: Serenity.Data assembly: Serenity.Net.Services
Field with Int16 value
public sealed class Int16Field : GenericValueField<short>
| parameter | description |
|---|---|
| collection | The collection. |
| name | The name. |
| caption | The caption. |
| size | The size. |
| flags | The flags. |
| getValue | The get value. |
| setValue | The set value. |
Public Members
| name | description |
|---|---|
| Int16Field(…) | Field with Int16 value |
| 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 (2 methods) |
| override ValueToJson(…) | Serializes this fields value to JSON (2 methods) |
Remarks
Initializes a new instance of the Int16Field class.
See Also
- class GenericValueField<TValue>
- Source: Int16Field.cs