C# Class AdvancedLauncher.SDK.Model.Web.AbstractNewsProvider

Base class for INewsProvider interface
Inheritance: CrossDomainObject, INewsProvider
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Méthodes publiques

Méthode Description
AbstractNewsProvider ( ) : System.Collections.Generic

Initializes a new AbstractNewsProvider instance

AbstractNewsProvider ( ILogManager logManager ) : System.Collections.Generic

Initializes a new instance of AbstractNewsProvider for specified ILogManager.

GetNews ( ) : List

Returns news collection

Initialize ( ILogManager logManager ) : void

Initializes instance with specified ILogManager.

Method Details

AbstractNewsProvider() public méthode

Initializes a new AbstractNewsProvider instance
public AbstractNewsProvider ( ) : System.Collections.Generic
Résultat System.Collections.Generic

AbstractNewsProvider() public méthode

Initializes a new instance of AbstractNewsProvider for specified ILogManager.
public AbstractNewsProvider ( ILogManager logManager ) : System.Collections.Generic
logManager ILogManager LogManager API
Résultat System.Collections.Generic

GetNews() public abstract méthode

Returns news collection
public abstract GetNews ( ) : List
Résultat List

Initialize() public méthode

Initializes instance with specified ILogManager.
public Initialize ( ILogManager logManager ) : void
logManager ILogManager to log things.
Résultat void