Rogue Wave Server Component library for .NET Reference Guide
|
|
MvKind Enumeration |
All possible types for MvValue transmitted through
the Server protocol.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
| Member name | Value | Description | |
|---|---|---|---|
| VOID | 0 | Indicates that the attribute is of type void. | |
| BOOL | 1 | Indicates that the attribute is of type boolean. | |
| CHAR | 2 | Indicates that the attribute is of type char. | |
| LONG | 3 | Indicates that the attribute is of type long. | |
| FLOAT | 4 | Indicates that the attribute is of type float. | |
| DOUBLE | 5 | Indicates that the attribute is of type double. | |
| STRING | 6 | Indicates that the attribute is of type String. | |
| USER | 7 | Indicates that the attribute is user defined. | |
| REF | 8 | Indicates that the attribute is a reference to a representation object. | |
| HREF | 9 | Indicates that the attribute is an hyper reference. | |
| COLLECTOR | 11 | Indicates that the attribute is a collector. | |
| ANY | 12 | Indicates that the attribute has no associated type. | |
| MVVALUE | 13 | Indicates that the attribute is an MvValue. | |
| MVFILE | 14 | Indicates that the attribute is an MvFile. |