StreamField class
namespace: Serenity.Data assembly: Serenity.Net.Services
Field with a Stream value
public class StreamField : GenericClassField<Stream>
| 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 |
|---|---|
| StreamField(…) | Field with a Stream value |
| static Factory(…) | Static factory for field, for backward compatibility, avoid using. |
| override AsSqlValue(…) | |
| 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 (2 methods) |
| override ValueToJson(…) | Serializes this fields value to JSON (2 methods) |
| static CopyStream(…) | Copies the stream. |
Remarks
Initializes a new instance of the StreamField class.
See Also
- class GenericClassField<TValue>
- Source: StreamField.cs