Class ModuleOutputStream<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CompAnalytics.Contracts
Assembly: CompAnalytics.Contracts.dll
Syntax
[DataContract]
public class ModuleOutputStream<T> : ModuleOutputStream
Type Parameters
Name | Description |
---|---|
T |
Constructors
ModuleOutputStream()
Declaration
public ModuleOutputStream()
Properties
ValueObj
Declaration
[DataMember]
public T ValueObj { get; set; }
Property Value
Type | Description |
---|---|
T |
Methods
SetNext(IExecutionContext, T)
Declaration
public void SetNext(IExecutionContext context, T value)
Parameters
Type | Name | Description |
---|---|---|
IExecutionContext | context | |
T | value |