Table of Contents

Class ModuleInteractivity

Namespace
Crosser.EdgeNode.Flows
Assembly
Crosser.EdgeNode.Flows.dll
public record ModuleInteractivity : IEquatable<ModuleInteractivity>
Inheritance
ModuleInteractivity
Implements
Inherited Members

Properties

Id

public required Guid Id { get; set; }

Property Value

Guid

Methods

public required IEnumerable<MethodInformation> Methods { get; init; }

Property Value

IEnumerable<MethodInformation>

Settings

public required IEnumerable<SettingInteractivity> Settings { get; init; }

Property Value

IEnumerable<SettingInteractivity>

Uri

public required string Uri { get; init; }

Property Value

string