Class ArchiveModel
Inheritance
System.Object
ArchiveModel
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class ArchiveModel : Object
Constructors
ArchiveModel()
Declaration
ArchiveModel(Int32, Nullable<Int32>, Nullable<Int32>, String, DateTime, String)
Declaration
public ArchiveModel(int archivedId, Nullable<int> nodeId, Nullable<int> entryId, string name, DateTime archivedDate, string archivedBy)
Parameters
Type |
Name |
Description |
System.Int32 |
archivedId |
|
System.Nullable<System.Int32> |
nodeId |
|
System.Nullable<System.Int32> |
entryId |
|
System.String |
name |
|
System.DateTime |
archivedDate |
|
System.String |
archivedBy |
|
Properties
ArchivedBy
Declaration
public string ArchivedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
ArchivedId
Declaration
public int ArchivedId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ArchivedOn
Declaration
public DateTime ArchivedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
CatalogEntryId
Declaration
public Nullable<int> CatalogEntryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CatalogNodeId
Declaration
public Nullable<int> CatalogNodeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ContentLink
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type |
Description |
EPiServer.Core.ContentReference |
|
DaysRemaining
Declaration
public string DaysRemaining { get; set; }
Property Value
Type |
Description |
System.String |
|
HasChildren
Declaration
public bool HasChildren { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsArchived
Declaration
public bool IsArchived { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OriginalCatalogId
Declaration
public int OriginalCatalogId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OriginalParentLink
Declaration
public ContentReference OriginalParentLink { get; set; }
Property Value
Type |
Description |
EPiServer.Core.ContentReference |
|
PagePath
Declaration
public string PagePath { get; set; }
Property Value
Type |
Description |
System.String |
|
TypeIdentifier
Declaration
public string TypeIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|