Interface IDataStream<T>
Represents a data stream with a specific body type.
Inherited Members
Namespace: Innovt.Domain.Core.Streams
Assembly: Innovt.Domain.Core.dll
Syntax
public interface IDataStream<T> : IDataStream where T : class
Type Parameters
Name | Description |
---|---|
T | The type of the body of the data stream. |
Properties
| Edit this page View SourceBody
Gets or sets the body of the data stream.
Declaration
T Body { get; set; }
Property Value
Type | Description |
---|---|
T |