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 BusinessFoundationDataViewModel

Inheritance
System.Object
BusinessFoundationDataViewModel
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.DataManagement.ViewModels
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class BusinessFoundationDataViewModel : Object

Constructors

BusinessFoundationDataViewModel()

Declaration
public BusinessFoundationDataViewModel()

Properties

ClassName

Declaration
public string ClassName { get; set; }
Property Value
Type Description
System.String

PrimaryKeyId

Declaration
public object PrimaryKeyId { get; set; }
Property Value
Type Description
System.Object

Properties

Declaration
public List<PropertyViewModel> Properties { get; set; }
Property Value
Type Description
System.Collections.Generic.List<PropertyViewModel>