Click or drag to resize

MvUserTypeAsValue Method

Converts to another MvUserType value.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 6.5.0.0 (6.5.0.0)
Syntax
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