ValueModelUtilConvertToModel Method (Type, ItemValues) |
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Object ConvertToModel(
Type type,
ItemValues itemValues
)
Public Shared Function ConvertToModel (
type As Type,
itemValues As ItemValues
) As Object
public:
static Object^ ConvertToModel(
Type^ type,
ItemValues^ itemValues
)
static member ConvertToModel :
type : Type *
itemValues : ItemValues -> Object
Parameters
- type
- Type: SystemType
- itemValues
- Type: ConnectedApps.Cms.EntitiesItemValues
Return Value
Type:
Object
See Also