Class PersonalActivityDB
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Summary description for PersonalActivityDB.
Inherited Members
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 9.12.2Syntax
public class PersonalActivityDB : DataAccessBase
Constructors
PersonalActivityDB(IDatabaseHandler, ILanguageBranchRepository, DatabaseDateTimeHandler)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public PersonalActivityDB(IDatabaseHandler databaseHandler, ILanguageBranchRepository languageBranchRepository, DatabaseDateTimeHandler dateTimeHandler)
Parameters
Type | Name | Description |
---|---|---|
IDatabaseHandler | databaseHandler | The database handler. |
ILanguageBranchRepository | languageBranchRepository | The language branch repository. |
DatabaseDateTimeHandler | dateTimeHandler | The database datetime handler |
Methods
List(String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual DataSet List(string userName)
Parameters
Type | Name | Description |
---|---|---|
System.String | userName |
Returns
Type | Description |
---|---|
System.Data.DataSet |
ListNotReady(Int32, Int32, String, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual IList<ContentVersion> ListNotReady(int offset, int count, string userName, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offset | |
System.Int32 | count | |
System.String | userName | |
System.String | language |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<ContentVersion> |
ListReadyToPublish(Int32, Int32, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual IList<ContentVersion> ListReadyToPublish(int offset, int count, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offset | |
System.Int32 | count | |
System.String | language |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<ContentVersion> |
ListRejected(Int32, Int32, String, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual IList<ContentVersion> ListRejected(int offset, int count, string userName, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offset | |
System.Int32 | count | |
System.String | userName | |
System.String | language |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<ContentVersion> |