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 RowData

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

Constructors

RowData()

Declaration
public RowData()

Properties

DisplayName

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

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32

IsDefault

Declaration
public bool IsDefault { get; set; }
Property Value
Type Description
System.Boolean

Name

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

OrderId

Declaration
public int OrderId { get; set; }
Property Value
Type Description
System.Int32