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 BusinessFoundationDataModel

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

Constructors

BusinessFoundationDataModel()

Declaration
public BusinessFoundationDataModel()

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<EntityObjectProperty> Properties { get; set; }
Property Value
Type Description
System.Collections.Generic.List<EntityObjectProperty>

Extension Methods