Class SourceActions<TSourceAction>
public abstract record SourceActions<TSourceAction> : SourceActions, IEquatable<SourceActions>, IEquatable<SourceActions<TSourceAction>> where TSourceAction : ISourceAction
Type Parameters
TSourceAction
- Inheritance
-
SourceActions<TSourceAction>
- Implements
-
IEquatable<SourceActions<TSourceAction>>
- Derived
- Inherited Members
Constructors
SourceActions(string, ImmutableArray<TSourceAction>)
protected SourceActions(string Id, ImmutableArray<TSourceAction> Actions)
Parameters
IdstringActionsImmutableArray<TSourceAction>
Properties
Actions
public ImmutableArray<TSourceAction> Actions { get; init; }
Property Value
- ImmutableArray<TSourceAction>
Id
public string Id { get; init; }