Class FlowModuleCommonSettings
Common settings for all modules
Inheritance
System.Object
FlowModuleCommonSettings
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.Abstractions.FlowModuleCommonSettings
Assembly: Crosser.EdgeNode.Flows.Abstractions.dll
Syntax
public class FlowModuleCommonSettings
Constructors
FlowModuleCommonSettings()
Declaration
public FlowModuleCommonSettings()
Properties
BypassMessagesNotMatchingRules
Declaration
public bool BypassMessagesNotMatchingRules { get; set; }
Property Value
System.Boolean
|
InitializeTimeout
Declaration
public int InitializeTimeout { get; set; }
Property Value
System.Int32
|
Rules
Declaration
public List<MessageFilter> Rules { get; set; }
Property Value
System.Collections.Generic.List<MessageFilter>
|
StartTimeout
Declaration
public int StartTimeout { get; set; }
Property Value
System.Int32
|
StopTimeout
Declaration
public int StopTimeout { get; set; }
Property Value
System.Int32
|
TimeSeriesProperties
All properties defined in the list will be used in remote session to send statistics to UI
Declaration
public List<string> TimeSeriesProperties { get; set; }
Property Value
System.Collections.Generic.List<System.String>
|
Methods
Validate(SettingsValidator)
If validation is needed overwrite this method
Declaration
public virtual void Validate(SettingsValidator validator)
Parameters
SettingsValidator
validator
|