Class ParentRestoreEntity
Inheritance
System.Object
    ParentRestoreEntity
  Implements
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 7.19.2Syntax
[EPiServerDataStore(StoreName = "EPiContentRestoreStore")]
[EPiServerDataTable(TableName = "tblSystemBigTable")]
public class ParentRestoreEntity : IDynamicDataConstructors
ParentRestoreEntity()
Initializes a new instance of the ParentRestoreEntity class.
Declaration
public ParentRestoreEntity()ParentRestoreEntity(ContentReference, ContentReference)
Initializes a new instance of the ParentRestoreEntity class.
Declaration
public ParentRestoreEntity(ContentReference sourceLink, ContentReference parentLink)Parameters
| Type | Name | Description | 
|---|---|---|
| ContentReference | sourceLink | The source link. | 
| ContentReference | parentLink | The parent link. | 
Properties
Id
Gets or sets the id.
Declaration
public Identity Id { get; set; }Property Value
| Type | Description | 
|---|---|
| Identity | The id. | 
ParentLink
Gets or sets the parent link.
Declaration
public ContentReference ParentLink { get; set; }Property Value
| Type | Description | 
|---|---|
| ContentReference | The parent link. | 
SourceLink
Gets or sets the source link.
Declaration
public ContentReference SourceLink { get; set; }Property Value
| Type | Description | 
|---|---|
| ContentReference | The source link. | 
