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

Base class for INewsProvider interface
Inheritance: CrossDomainObject, INewsProvider
Datei anzeigen Open project: GoldRenard/DMOAdvancedLauncher

Public Methods

Method 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 method

Initializes a new AbstractNewsProvider instance
public AbstractNewsProvider ( ) : System.Collections.Generic
return System.Collections.Generic

AbstractNewsProvider() public method

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

GetNews() public abstract method

Returns news collection
public abstract GetNews ( ) : List
return List

Initialize() public method

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