Table of Contents

Class FlowQuickAction

Namespace
Cress.Studio.Services
Assembly
Cress.Studio.Core.dll
public sealed record FlowQuickAction : IEquatable<FlowQuickAction>
Inheritance
FlowQuickAction
Implements
Inherited Members

Constructors

FlowQuickAction(string, string, string, string)

public FlowQuickAction(string Id, string Title, string Description, string Category)

Parameters

Id string
Title string
Description string
Category string

Properties

Category

public string Category { get; init; }

Property Value

string

Description

public string Description { get; init; }

Property Value

string

Id

public string Id { get; init; }

Property Value

string

Title

public string Title { get; init; }

Property Value

string