SmartSession.ConvertParameterEventArgs

Wisej.AI.SmartSession ConvertParameterEventArgs

Namespace: Wisej.AI

Assembly: Wisej.AI (3.5.0.0)

public class ConvertParameterEventArgs : HandledEventArgs

Constructors

ConvertParameterEventArgs(session, name, value)

Initializes a new instance of the ConvertParameterEventArgs class with the specified parameter.

Name
Type
Description

session

The session associated with the event.

name

The name of the parameter to be converted.

value

Value to convert

Properties

Name

String: Gets the name of the parameter.

Session

SmartSession: Gets the SmartSession associated with the event.

Value

Object: Gets or sets the value of the parameter after conversion.

Used By

Last updated