Show / Hide Table of Contents

    Class FlowModuleWithoutSettings

    Use this when a module have no specific settings. This will populate the module with the default settings for filters etc

    Inheritance
    System.Object
    FlowModule
    FlowModule<FlowModuleSettings>
    FlowModuleWithoutSettings
    Inherited Members
    FlowModule<FlowModuleSettings>.Settings
    FlowModule<FlowModuleSettings>.LoadSettings(String)
    FlowModule<FlowModuleSettings>.AllowMessageToEnterModule(IFlowMessage)
    FlowModule<FlowModuleSettings>.BypassMessageNotMatchingRules()
    FlowModule<FlowModuleSettings>.SendTimeSeriesData(IFlowMessage)
    FlowModule<FlowModuleSettings>.ValidateSettings(SettingsValidator)
    FlowModule.ReceivesInputFromMultipleModules
    FlowModule.Receive(IFlowMessage)
    FlowModule.ReceiveFrom(IFlowModule, Int32)
    FlowModule.SendTo(IFlowModule, Int32)
    FlowModule.SetStatus(Status)
    FlowModule.SetStatus(Status, String)
    FlowModule.SetStatus(Status, String, Boolean)
    FlowModule.MessageReceived(IFlowMessage)
    FlowModule.Next(IFlowMessage[])
    FlowModule.NoError
    FlowModule.Initialize()
    FlowModule.Start()
    FlowModule.Stop()
    FlowModule.Dispose()
    FlowModule.CanStart()
    FlowModule.SetMetadataValue(String, Object, Boolean)
    FlowModule.UpdateModuleReceivedStatistics(Int64)
    FlowModule.UpdateFlowReceivedStatistics(Int64)
    FlowModule.UpdateModuleSentStatistics(Int64)
    FlowModule.UpdateFlowSentStatistics(Int64)
    FlowModule.OnStatusChanged
    FlowModule.OnError
    FlowModule.OnWarning
    FlowModule.OnDebug
    FlowModule.OnModuleDataReceived
    FlowModule.OnFlowDataReceived
    FlowModule.OnModuleDataSent
    FlowModule.OnFlowDataSent
    FlowModule.OnTimeSeriesDataSent
    FlowModule.ModuleVersion
    FlowModule.Status
    FlowModule.Resources
    FlowModule.ModuleStatistics
    FlowModule.FlowStatistics
    FlowModule.RemoteSessionEnabled
    FlowModule.FlowContext
    FlowModule.Metadata
    FlowModule.ModuleType
    FlowModule.ModuleProtocol
    FlowModule.Topic
    FlowModule.Type
    FlowModule.Name
    FlowModule.UserFriendlyName
    FlowModule.Categories
    FlowModule.HasInput
    FlowModule.HasOutput
    FlowModule.HaltOnError
    FlowModule.Disabled
    FlowModule.NrOfOutputs
    FlowModule.SetNrOfOutputs(Int32)
    FlowModule.MaxNrOfOutputs
    FlowModule.Debug
    FlowModule.Outputs
    FlowModule.FlowId
    FlowModule.Id
    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

    Back to top Crosser SDK