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 RestCollectionModel<T>

Inheritance
System.Object
RestCollectionModel<T>
Namespace: EPiServer.Commerce.Shell.Rest.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public abstract class RestCollectionModel<T> : Object
Type Parameters
Name Description
T

Constructors

RestCollectionModel()

Declaration
protected RestCollectionModel()

Properties

Id

Declaration
public ContentReference Id { get; set; }
Property Value
Type Description
EPiServer.Core.ContentReference

Models

Declaration
public IEnumerable<T> Models { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T>