Enum containing the support indicator argument types.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum ConstructorArgumentType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ConstructorArgumentType |
| Visual C++ |
|---|
public enum class ConstructorArgumentType |
Members
| Member name | Description | |
|---|---|---|
| String |
String argument.
| |
| Integer |
Integer argument.
| |
| Double |
Double argument.
| |
| BarElement |
BarElement enum argument.
| |
| Enum |
Generic enum argument.
| |
| ChartPane |
ChartPane argument.
| |
| UserDefined |
User defined or undefined argument.
| |
| Boolean |
Boolean argument
| |
| Int64 |
A 64-bit Integer argument
|