An alternative way to register command without registering through Command Nodes Container.
More...
An alternative way to register command without registering through Command Nodes Container.
◆ RegisterCommandAttribute() [1/4]
Calcatz.CookieCutter.RegisterCommandAttribute.RegisterCommandAttribute |
( |
string |
_pathName, |
|
|
params Type[] |
_commandDataTypes |
|
) |
| |
◆ RegisterCommandAttribute() [2/4]
Calcatz.CookieCutter.RegisterCommandAttribute.RegisterCommandAttribute |
( |
bool |
_allowCreateNode, |
|
|
string |
_pathName, |
|
|
params Type[] |
_commandDataTypes |
|
) |
| |
◆ RegisterCommandAttribute() [3/4]
Calcatz.CookieCutter.RegisterCommandAttribute.RegisterCommandAttribute |
( |
string |
_pathName, |
|
|
params Type[] |
_commandDataTypes |
|
) |
| |
◆ RegisterCommandAttribute() [4/4]
Calcatz.CookieCutter.RegisterCommandAttribute.RegisterCommandAttribute |
( |
bool |
_allowCreateNode, |
|
|
string |
_pathName, |
|
|
params Type[] |
_commandDataTypes |
|
) |
| |
◆ IsCommandDataType()
static bool Calcatz.CookieCutter.RegisterCommandAttribute.IsCommandDataType |
( |
Type |
_commandDataType | ) |
|
|
static |
◆ allowCreateNode
bool Calcatz.CookieCutter.RegisterCommandAttribute.allowCreateNode |
◆ commandDataTypes
Type [] Calcatz.CookieCutter.RegisterCommandAttribute.commandDataTypes |
◆ pathName
string Calcatz.CookieCutter.RegisterCommandAttribute.pathName |