| dasblog lang:c# | dasblog lang:sql | dasblog lang:xml |
8: using newtelligence.DasBlog.Web.Services.Rss20;
namespace newtelligence.DasBlog.Web.Services
75: string rssFileName = "rss-dasblog.xml";
if ( siteConfig.XSSRSSFilename != null && siteConfig.XSSRSSFilename.Length > 0 )
3: namespace NBlogr.Service.DasBlog
{
12: using BlogEngine.Core.Providers;
using newtelligence.DasBlog.Runtime;
17: namespace BlogEngine.dasblog
{
44: using newtelligence.DasBlog.Runtime;
using newtelligence.DasBlog.Util;
53: namespace newtelligence.DasBlog.Web.Services
{
476: string thumbBaseFileName = Path.GetFileNameWithoutExtension(fileName)+"-thumb.dasblog.JPG";
26: ... .Web.Services.WebServiceBindingAttribute(Name="ConfigEditingServiceSoap", Namespace="urn:schemas-newtelligence-com:dasblog:config-services")]
35: ... ystem.Web.Services.Protocols.SoapDocumentMethodAttribute("urn:schemas-newtelligence-com:dasblog:config-services/GetFiles", RequestNamespace="u ...
57: ... ystem.Web.Services.Protocols.SoapDocumentMethodAttribute("urn:schemas-newtelligence-com:dasblog:config-services/ReadFile", RequestNamespace="u ...
82: ... ystem.Web.Services.Protocols.SoapDocumentMethodAttribute("urn:schemas-newtelligence-com:dasblog:config-services/UpdateFile", RequestNamespace= ...
106: ... ystem.Web.Services.Protocols.SoapDocumentMethodAttribute("urn:schemas-newtelligence-com:dasblog:config-services/ReadNavigation", RequestNamesp ...
130: ... ystem.Web.Services.Protocols.SoapDocumentMethodAttribute("urn:schemas-newtelligence-com:dasblog:config-services/UpdateNavigation", RequestName ...
1: /// this class was used to import data from dasBlog xml files
/// to my blog's DB.
17: [TestFixture]
public class dasBlogMigration : AbstractModelTestCase
{
59: namespace newtelligence.DasBlog.Web.Core
{
5: namespace newtelligence.DasBlog.Util
{
43: namespace newtelligence.DasBlog.Runtime.Proxies
{
94: XNamespace xsd = XNamespace.Get("http://www.w3.org/2001/XMLSchema");
XNamespace dasBlog = XNamespace.Get("urn:newtelligence-com:dasblog:runtime:data");
99: var entries = from entry in doc.Element(dasBlog + "Entries").Elements(dasBlog + "Entry")
let id = new Guid(entry.Element(dasBlog + "EntryId").Value)
let isPublicEl = entry.Element(dasBlog + "IsPublic")
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code
©2009 Google - Privacy