TimeSpanField class
namespace: Serenity.Data assembly: Serenity.Net.Entity
Field with a TimeSpan value
public sealed class TimeSpanField : GenericValueField<TimeSpan>
Public Members
| name | description |
|---|---|
| TimeSpanField(…) | Initializes a new instance of the TimeSpanField class. |
| static Factory(…) | Static factory for field, for backward compatibility, avoid using. |
| Item { get; set; } | Gets or sets the Nullable with the specified row. |
| override AsObject(…) | Gets the value of this field in specified row as object. (2 methods) |
| 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: TimeSpanField.cs