GenericField<TValue> class

namespace: Serenity.Data   assemblySerenity.Net.Entity

Base generic class for fields with a value

public abstract class GenericField<TValue> : Field
parameter description
TValue The type of the value.

Public Members

name description
GenericField(…) Initializes a new instance of the GenericField class.
Item { get; set; } Gets or sets the value of this field with the specified row.
override Copy(…) Copies the specified source.

Protected Members

name description
_getValue The get value
_setValue The set value

See Also