Class FlowModuleMetadata
- Namespace
- Crosser.EdgeNode.Flows
- Assembly
- Crosser.EdgeNode.Flows.dll
public record FlowModuleMetadata : IEquatable<FlowModuleMetadata>
- Inheritance
-
FlowModuleMetadata
- Implements
-
- Inherited Members
-
Constructors
public FlowModuleMetadata(string Type, bool Debug, bool HaltOnError, string ModuleVersion, Guid Id, Guid FlowId, string Outputs, bool HasInput, bool Disabled, string Name, string? CustomName, string Settings)
Parameters
Type string
Debug bool
HaltOnError bool
ModuleVersion string
Id Guid
FlowId Guid
Outputs string
HasInput bool
Disabled bool
Name string
CustomName string
Settings string
Properties
public string? CustomName { get; init; }
Property Value
- string
public bool Debug { get; init; }
Property Value
- bool
public bool Disabled { get; init; }
Property Value
- bool
public Guid FlowId { get; init; }
Property Value
- Guid
public bool HaltOnError { get; init; }
Property Value
- bool
public bool HasInput { get; init; }
Property Value
- bool
public Guid Id { get; init; }
Property Value
- Guid
public string ModuleVersion { get; init; }
Property Value
- string
public string Name { get; init; }
Property Value
- string
public string Outputs { get; init; }
Property Value
- string
public string Settings { get; init; }
Property Value
- string
public string Type { get; init; }
Property Value
- string