Class FeedbackTriggerSignalFormat.ParamSlot
One constructor-parameter slot of the pre-wired PlayFeedbackSignal.
Inherited Members
Namespace: Serenity.Feedback.Application.Validation
Assembly: Serenity.Feedback.Application.dll
Syntax
public sealed class FeedbackTriggerSignalFormat.ParamSlot
Constructors
ParamSlot(string, string, ParamValueKind, string)
Declaration
public ParamSlot(string name, string clrTypeName, FeedbackTriggerSignalFormat.ParamValueKind valueKind, string literalValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | clrTypeName | |
| FeedbackTriggerSignalFormat.ParamValueKind | valueKind | |
| string | literalValue |
Fields
ClrTypeName
Declaration
public readonly string ClrTypeName
Field Value
| Type | Description |
|---|---|
| string | CLR type name of the parameter (e.g. "System.String", "System.Nullable`1[System.Int32]"). |
LiteralValue
Declaration
public readonly string LiteralValue
Field Value
| Type | Description |
|---|---|
| string | The literal string value when ValueKind is String; otherwise unused. |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| string | Constructor parameter name (for display/traceability only). |
ValueKind
Declaration
public readonly FeedbackTriggerSignalFormat.ParamValueKind ValueKind
Field Value
| Type | Description |
|---|---|
| FeedbackTriggerSignalFormat.ParamValueKind | How this slot's value should be resolved. |