Rogue Wave Server Component library for .NET Reference Guide
|
|
MvUserTypeAsValue Method |
Converts to another MvUserType value.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- type
- Type: SystemType
Type of the MvUserType to return. - def
- Type: RW.Server.ComponentMvUserType
The default value to return if no conversion is possible.
Return Value
Type: MvUserTypeThe converted MvUserType representation for this type. The default implementation returns def.
This method is called by ILOG Server when it needs to convert a
user type value into another user type.