Table of Contents

Class FieldMessage

Namespace
The.Web.Entities
Assembly
Instagile.Web.Client.dll
public record FieldMessage : IEquatable<FieldMessage>
Inheritance
FieldMessage
Implements
Inherited Members

Constructors

FieldMessage(string, MessageLevel, string)

public FieldMessage(string Icon, MessageLevel Level, string Text)

Parameters

Icon string
Level MessageLevel
Text string

Properties

Icon

public string Icon { get; init; }

Property Value

string

Level

public MessageLevel Level { get; init; }

Property Value

MessageLevel

Text

public string Text { get; init; }

Property Value

string