GenericClassField<TValue> class
namespace: Serenity.Data assembly: Serenity.Net.Entity
Base class for fields with reference type values
public abstract class GenericClassField<TValue> : Field
where TValue : class
| parameter |
description |
| TValue |
The type of the value. |
Public Members
| name |
description |
| Item { get; set; } |
Gets or sets the value of this field with the specified row. |
| override ValueType { get; } |
Gets the type of the value. |
| override AsObject(…) |
Gets the value of this field in specified row as object. (2 methods) |
| override ConvertValue(…) |
Converts the value. |
| override Copy(…) |
Copies the specified source. |
Protected Members
| name |
description |
| _getValue |
The get value callback |
| _setValue |
The set value callback |
| override GetIsNull(…) |
Gets if the field value is null. |
See Also