Class FlowModuleWithoutSettings
Use this when a module have no specific settings. This will populate the module with the default settings for filters etc
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Crosser.EdgeNode.Flows.FlowModuleWithoutSettings
Assembly: Crosser.EdgeNode.Flows.dll
Syntax
public abstract class FlowModuleWithoutSettings : FlowModule<FlowModuleSettings>, IFlowModule, IDisposable
Constructors
FlowModuleWithoutSettings(FlowModuleType)
Declaration
public FlowModuleWithoutSettings(FlowModuleType moduleType)
Parameters
FlowModuleType
moduleType
|