Skip to content

StringField class

namespace: Serenity.Data   assemblySerenity.Net.Services

Field with a String value.

public class StringField : GenericClassField<string>
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
StringField(…) Field with a String value.
static Factory(…) Static factory for field, for backward compatibility, avoid using.
override GetFromReader(…) Gets field value from a data reader.
override IndexCompare(…) Compares the field values for two rows for an ascending index sort.
override ValueFromJson(…) Deserializes this field's value from JSON. (2 methods)
override ValueToJson(…) Serializes this field's value to JSON. (2 methods)

Remarks

Initializes a new instance of the StringField class.

See Also