Class ContentRepositoryBase<TId, TEntity, TRepository>.TempContent<T>
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
protected class TempContent<T> : ContentRepositoryBase<TId, TEntity, TRepository>.TempContent where T : class, IContentBase
Type Parameters
Constructors
TempContent(Int32, Int32, Int32, IContentTypeComposition, T)
Declaration
public TempContent(int id, int versionId, int publishedVersionId, IContentTypeComposition contentType, T content = null)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.Int32 |
versionId |
|
System.Int32 |
publishedVersionId |
|
IContentTypeComposition |
contentType |
|
T |
content |
|
Properties
Content
Gets or sets the associated actual content.
Declaration
public T Content { get; set; }
Property Value