StreamField class
namespace: Serenity.Data assembly: Serenity.Net.Entity
Field with a Stream value
public class StreamField : GenericClassField<Stream>
Public Members
| name | description |
|---|---|
| StreamField(…) | Initializes a new instance of the StreamField class. |
| 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 fields value from JSON |
| override ValueToJson(…) | Serializes this fields value to JSON |
| static CopyStream(…) | Copies the stream. |
See Also
- class GenericClassField<TValue>
- Source: StreamField.cs