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, IEnumerable<TSourceAction>)
protected SourceActions(string Id, IEnumerable<TSourceAction> Actions)
Parameters
IdstringActionsIEnumerable<TSourceAction>
Properties
Actions
public IEnumerable<TSourceAction> Actions { get; init; }
Property Value
- IEnumerable<TSourceAction>
Id
public string Id { get; init; }