| MvUserTypeAsValue Method |
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual MvUserType AsValue(
Type type,
MvUserType def
)
Public Overridable Function AsValue (
type As Type,
def As MvUserType
) As MvUserType
public:
virtual MvUserType^ AsValue(
Type^ type,
MvUserType^ def
)
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:
MvUserType
The converted
MvUserType representation for this
type. The default implementation returns
def.
Remarks
This method is called by ILOG Server when it needs to convert a
user type value into another user type.
See Also