C# Class newtelligence.DasBlog.Web.Services.SyndicationServiceExperimentalImplementation

Inheritance: SyndicationServiceBase
Exibir arquivo Open project: AArnott/dasblog

Protected Properties

Property Type Description
inASMX bool

Public Methods

Method Description
SyndicationServiceExperimentalImplementation ( ) : System
SyndicationServiceExperimentalImplementation ( SiteConfig siteConfig, IBlogDataService dataService, ILoggingDataService loggingService ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

SyndicationServiceExperimentalImplementation() public method

public SyndicationServiceExperimentalImplementation ( ) : System
return System

SyndicationServiceExperimentalImplementation() public method

public SyndicationServiceExperimentalImplementation ( SiteConfig siteConfig, IBlogDataService dataService, ILoggingDataService loggingService ) : System
siteConfig SiteConfig
dataService IBlogDataService
loggingService ILoggingDataService
return System

Property Details

inASMX protected_oe property

protected bool inASMX
return bool