Skip to content

ByteArrayField class

namespace: Serenity.Data   assemblySerenity.Net.Services

Field with a byte[] value.

public class ByteArrayField : CustomClassField<byte[]>
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
ByteArrayField(…) Field with a byte[] value.
static Factory(…) Static factory for field, for backward compatibility, avoid using.
override AsSqlValue(…)
override GetFromReader(…) Gets field value from a reader.
override ValueFromJson(…) Deserializes this field's value from JSON. (2 methods)
override ValueToJson(…) Serializes this field's value to JSON. (2 methods)

Protected Members

name description
override Clone(…) Clones the specified value.
override CompareValues(…) Compares the values.

Remarks

Initializes a new instance of the ByteArrayField class.

See Also