TSLab API Docs  1
TSLab.Script.Handlers.InputInfoAttribute Class Reference

This attribute allow to set a custom input name. Instead use InputAttribute. More...

Inheritance diagram for TSLab.Script.Handlers.InputInfoAttribute:

Public Member Functions

 InputInfoAttribute (int number, string name)
 Constructor the input index the input name
 

Properties

int Index [get]
 Input index
 
string Name [get]
 Input name
 

Detailed Description

This attribute allow to set a custom input name. Instead use InputAttribute.