InputEntry<(Of <(<'T>)>)> Members
The InputEntry<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
InputEntry<(Of <(<'T>)>)> |
Initializes a new instance of the InputEntry class with the specified name, code, and local flag.
|
Methods
Name | Description | |
---|---|---|
![]() |
Evaluate |
Evaluates the input entry using the assigned evaluation function.
|
![]() |
GetCode |
Gets the code associated with the input entry.
|
![]() |
GetInputType |
Gets the type of the input value.
|
![]() |
GetName |
Gets the name of the input entry.
|
![]() |
GetValue |
Gets the value of the input entry.
|
![]() |
IsLocalInput |
Indicates whether the input entry is local.
|
![]() |
OnEvaluate |
Sets the evaluation function for the input entry.
|
![]() |
SetLocalInput |
Sets the local flag for the input entry.
|
![]() |
SetValue |
Sets the value of the input entry.
|