C# Класс newtelligence.DasBlog.Web.Services.ConfigEditingServiceImplementation

Наследование: System.Web.Services.WebService
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
authenticationHeader AuthenticationHeader
unknownHeaders System.Web.Services.Protocols.SoapUnknownHeader[]

Открытые методы

Метод Описание
ConfigEditingServiceImplementation ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
EnumBlogrolls ( ) : string[]
GetBlogroll ( string blogRollName ) : XmlElement
GetSiteConfig ( ) : SiteConfig
InitializeComponent ( ) : void

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

LoadBlogroll ( string fileName ) : XmlElement
PostBlogroll ( string blogRollName, XmlElement blogRoll ) : void
SaveBlogroll ( string fileName, XmlElement opmlXml ) : void
UpdateSiteConfig ( SiteConfig siteConfig ) : void

Описание методов

ConfigEditingServiceImplementation() публичный Метод

public ConfigEditingServiceImplementation ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Описание свойств

authenticationHeader публичное свойство

public AuthenticationHeader,newtelligence.DasBlog.Web.Services authenticationHeader
Результат AuthenticationHeader

unknownHeaders публичное свойство

public SoapUnknownHeader[],System.Web.Services.Protocols unknownHeaders
Результат System.Web.Services.Protocols.SoapUnknownHeader[]