Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PriceModelConverter

Inheritance
System.Object
PriceModelConverter
Namespace: EPiServer.Commerce.Shell.ObjectEditing.InternalMetadata
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class PriceModelConverter : Object

Constructors

PriceModelConverter()

Declaration
public PriceModelConverter()

Methods

ToClientModel(Object)

Declaration
public virtual object ToClientModel(object serverModel)
Parameters
Type Name Description
System.Object serverModel
Returns
Type Description
System.Object

ToServerModel(Object)

Declaration
public virtual object ToServerModel(object clientModel)
Parameters
Type Name Description
System.Object clientModel
Returns
Type Description
System.Object