ByteArrayField class
namespace: Serenity.Data assembly: Serenity.Net.Entity
Field with a byte[] value
public class ByteArrayField : CustomClassField<byte[]>
Public Members
name | description |
---|---|
ByteArrayField(…) | Initializes a new instance of the ByteArrayField class. |
static Factory(…) | Static factory for field, for backward compatibility, avoid using. |
override GetFromReader(…) | Gets field value from a reader. |
override ValueFromJson(…) | Deserializes this fields value from JSON |
override ValueToJson(…) | Serializes this fields value to JSON |
Protected Members
name | description |
---|---|
override Clone(…) | Clones the specified value. |
override CompareValues(…) | Compares the values. |
See Also
- class CustomClassField<TValue>
- Source: ByteArrayField.cs