Class PersonalActivityDB
  
  Summary description for PersonalActivityDB.
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
    Inheritance
    System.Object
    
    PersonalActivityDB
   
  
    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()
    
   
  
  Assembly: EPiServer.dll
  Version: 7.19.2
  Syntax
  
    public class PersonalActivityDB : DataAccessBase
   
  Constructors
  
  
  
  
  PersonalActivityDB(IDatabaseHandler, ILanguageBranchRepository)
  This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
  
    public PersonalActivityDB(IDatabaseHandler databaseHandler, ILanguageBranchRepository languageBranchRepository)
   
  Parameters
  
  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
  
  
  
  
  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
  
  
  
  
  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
  
  Extension Methods