UA Bundle SDK .NET  2.2.1.258
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.ApplicationInstance.CommandDescription Class Reference

Stores the description of a command. More...

Public Member Functions

 CommandDescription (string name, bool valueRequired, bool valueAllowed, string description)
 Initializes a new instance of the CommandDescription class. More...
 

Properties

string Name [get, set]
 The argument name. More...
 
string Description [get, set]
 The argument description. More...
 
bool ValueRequired [get, set]
 Whether the argument requires a value. More...
 
bool ValueAllowed [get, set]
 Whether the argument allows a value. More...
 

Detailed Description

Stores the description of a command.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ApplicationInstance.CommandDescription.CommandDescription ( string  name,
bool  valueRequired,
bool  valueAllowed,
string  description 
)
inline

Initializes a new instance of the CommandDescription class.

Parameters
nameThe name.
valueRequiredif set to true a value is required.
valueAllowedif set to true a value is allowed.
descriptionThe description.

Property Documentation

string UnifiedAutomation.UaBase.ApplicationInstance.CommandDescription.Description
getset

The argument description.

string UnifiedAutomation.UaBase.ApplicationInstance.CommandDescription.Name
getset

The argument name.

bool UnifiedAutomation.UaBase.ApplicationInstance.CommandDescription.ValueAllowed
getset

Whether the argument allows a value.

bool UnifiedAutomation.UaBase.ApplicationInstance.CommandDescription.ValueRequired
getset

Whether the argument requires a value.


The documentation for this class was generated from the following file: