Skip to content

GenericField<TValue> class

namespace: Serenity.Data   assemblySerenity.Net.Services

Base generic class for fields with a value.

public abstract class GenericField<TValue> : Field
parameter description
TValue The type of the value.
collection The collection.
type The type.
name The name.
caption The caption.
size The size.
flags The flags.
getValue The get value.
setValue The set value.

Public Members

name description
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
GenericField(…) Base generic class for fields with a value.
_getValue The get value.
_setValue The set value.

Remarks

Initializes a new instance of the GenericField class.

See Also