For the complete documentation index, see llms.txt. This page is also available as Markdown.

CommandArgs<T>

Wisej.Web.CommandArgs<T>

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents typed data passed to ICommand.

public class CommandArgs<T> : CommandArgs
Public Class CommandArgs(Of T)
    Inherits CommandArgs

Parameters

Name
Description

T

Type of the CommandArgs property.

Constructors

CommandArgs()

Initializes a new CommandArgs.

CommandArgs(args)

Initializes a new CommandArgs.

Name
Type
Description

args

Original data used to initialize the typed CommandArgs object.

Properties

DataItem

T: Returns or sets the current data item.

Last updated

Was this helpful?