//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.312
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System.ServiceModel;
//using newtelligence.DasBlog.Web.Services.Rsd;
using dasBlog.Storage;
using dasBlog.Services.Contracts.Rsd;
namespace newtelligence.DasBlog.Web.Services{
[ServiceContract(Namespace = "urn:schemas-newtelligence-com:dasblog:edit-services", ConfigurationName = "IEditService")]
[XmlSerializerFormat]
public interface IEditService
{
[OperationContract()]
bool CanEdit(string username, string password);
// CODEGEN: Generating message contract since message part namespace (http://archipelago.phrasewise.com/rsd) does not match the default value (urn:schemas-newtelligence-com:dasblog:edit-services)
[OperationContract]
[ServiceKnownType(typeof(EntryBase))]
[return: MessageParameter(Name = "rsd")]
GetRsdResponse GetRsd(GetRsdRequest request);
[OperationContract]
[ServiceKnownType(typeof(EntryBase))]
void DeleteEntry(string entryId, string username, string password);
// CODEGEN: Generating message contract since message part namespace (urn:newtelligence-com:dasblog:runtime:data) does not match the default value (urn:schemas-newtelligence-com:dasblog:edit-services)
[OperationContract]
[ServiceKnownType(typeof(EntryBase))]
UpdateEntryResponse UpdateEntry(UpdateEntryRequest request);
// CODEGEN: Generating message contract since message part namespace (urn:newtelligence-com:dasblog:runtime:data) does not match the default value (urn:schemas-newtelligence-com:dasblog:edit-services)
[OperationContract]
[ServiceKnownType(typeof(EntryBase))]
CreateEntryResponse CreateEntry(CreateEntryRequest request);
// CODEGEN: Generating message contract since the wrapper name (GetEntryByDateAndTitle) of message GetEntryByDateAndTitle does not match the default value (GetEntry)
[OperationContract]
[ServiceKnownType(typeof(EntryBase))]
GetEntryByDateAndTitle1 GetEntry(GetEntryByDateAndTitle request);
// CODEGEN: Generating message contract since the wrapper name (GetEntryByEntryID) of message GetEntryByEntryID does not match the default value (GetEntry1)
[OperationContract]
[ServiceKnownType(typeof(EntryBase))]
GetEntryByEntryID1 GetEntry1(GetEntryByEntryID request);
}
[System.Diagnostics.DebuggerStepThrough]
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "3.0.0.0")]
[MessageContract(WrapperName = "GetRsd", WrapperNamespace = "urn:schemas-newtelligence-com:dasblog:edit-services", IsWrapped = true)]
public partial class GetRsdRequest
{
public GetRsdRequest()
{
}
}
[System.Diagnostics.DebuggerStepThrough]
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "3.0.0.0")]
[MessageContract(WrapperName = "GetRsdResponse", WrapperNamespace = "urn:schemas-newtelligence-com:dasblog:edit-services", IsWrapped = true)]
public partial class GetRsdResponse
{
[MessageBodyMember(Namespace = "http://archipelago.phrasewise.com/rsd", Order = 0)]
[System.Xml.Serialization.XmlElement(IsNullable = true)]
public RsdRoot rsd;
public GetRsdResponse()
{
}
public GetRsdResponse(RsdRoot rsd)
{
this.rsd = rsd;
}
}
[System.Diagnostics.DebuggerStepThrough]
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "3.0.0.0")]
[MessageContract(WrapperName = "UpdateEntry", WrapperNamespace = "urn:schemas-newtelligence-com:dasblog:edit-services", IsWrapped = true)]
public partial class UpdateEntryRequest
{
[MessageBodyMember(Namespace = "urn:newtelligence-com:dasblog:runtime:data", Order = 0)]
[System.Xml.Serialization.XmlElement(IsNullable = true)]
public TextEntry TextEntry;
[MessageBodyMember(Namespace = "urn:schemas-newtelligence-com:dasblog:edit-services", Order = 1)]
public string username;
[MessageBodyMember(Namespace = "urn:schemas-newtelligence-com:dasblog:edit-services", Order = 2)]
public string password;
public UpdateEntryRequest()
{
}
public UpdateEntryRequest(TextEntry TextEntry, string username, string password)
{
this.TextEntry = TextEntry;
this.username = username;
this.password = password;
}
}
[System.Diagnostics.DebuggerStepThrough]
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "3.0.0.0")]
[MessageContract(WrapperName = "UpdateEntryResponse", WrapperNamespace = "urn:schemas-newtelligence-com:dasblog:edit-services", IsWrapped = true)]
public partial class UpdateEntryResponse
{
[MessageBodyMember(Namespace = "urn:schemas-newtelligence-com:dasblog:edit-services", Order = 0)]
public string UpdateEntryResult;
public UpdateEntryResponse()
{
}
public UpdateEntryResponse(string UpdateEntryResult)
{
this.UpdateEntryResult = UpdateEntryResult;
}
}
[System.Diagnostics.DebuggerStepThrough]
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "3.0.0.0")]
[MessageContract(WrapperName = "CreateEntry", WrapperNamespace = "urn:schemas-newtelligence-com:dasblog:edit-services", IsWrapped = true)]
public partial class CreateEntryRequest
{
[MessageBodyMember(Namespace = "urn:newtelligence-com:dasblog:runtime:data", Order = 0)]
[System.Xml.Serialization.XmlElement(IsNullable = true)]
public TextEntry TextEntry;
[MessageBodyMember(Namespace = "urn:schemas-newtelligence-com:dasblog:edit-services", Order = 1)]
public string username;
[MessageBodyMember(Namespace = "urn:schemas-newtelligence-com:dasblog:edit-services", Order = 2)]
public string password;
public CreateEntryRequest()
{
}
public CreateEntryRequest(TextEntry TextEntry, string username, string password)
{
this.TextEntry = TextEntry;
this.username = username;
this.password = password;
}
}
[System.Diagnostics.DebuggerStepThrough]
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "3.0.0.0")]
[MessageContract(WrapperName = "CreateEntryResponse", WrapperNamespace = "urn:schemas-newtelligence-com:dasblog:edit-services", IsWrapped = true)]
public partial class CreateEntryResponse
{
[MessageBodyMember(Namespace = "urn:schemas-newtelligence-com:dasblog:edit-services", Order = 0)]
public string CreateEntryResult;
public CreateEntryResponse()
{
}
public CreateEntryResponse(string CreateEntryResult)
{
this.CreateEntryResult = CreateEntryResult;
}
}
[System.Diagnostics.DebuggerStepThrough]
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "3.0.0.0")]
[MessageContract(WrapperName = "GetEntryByDateAndTitle", WrapperNamespace = "urn:schemas-newtelligence-com:dasblog:edit-services", IsWrapped = true)]
public partial class GetEntryByDateAndTitle
{
[MessageBodyMember(Namespace = "urn:schemas-newtelligence-com:dasblog:edit-services", Order = 0)]
public System.DateTime entryDate;
[MessageBodyMember(Namespace = "urn:schemas-newtelligence-com:dasblog:edit-services", Order = 1)]
public string entryTitle;
public GetEntryByDateAndTitle()
{
}
public GetEntryByDateAndTitle(System.DateTime entryDate, string entryTitle)
{
this.entryDate = entryDate;
this.entryTitle = entryTitle;
}
}
[System.Diagnostics.DebuggerStepThrough]
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "3.0.0.0")]
[MessageContract(WrapperName = "GetEntryByDateAndTitleResponse", WrapperNamespace = "urn:schemas-newtelligence-com:dasblog:edit-services", IsWrapped = true)]
public partial class GetEntryByDateAndTitle1
{
[MessageBodyMember(Namespace = "urn:newtelligence-com:dasblog:runtime:data", Order = 0)]
[System.Xml.Serialization.XmlElement(IsNullable = true)]
public TextEntry GetEntryByDateAndTitleResult;
public GetEntryByDateAndTitle1()
{
}
public GetEntryByDateAndTitle1(TextEntry GetEntryByDateAndTitleResult)
{
this.GetEntryByDateAndTitleResult = GetEntryByDateAndTitleResult;
}
}
[System.Diagnostics.DebuggerStepThrough]
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "3.0.0.0")]
[MessageContract(WrapperName = "GetEntryByEntryID", WrapperNamespace = "urn:schemas-newtelligence-com:dasblog:edit-services", IsWrapped = true)]
public partial class GetEntryByEntryID
{
[MessageBodyMember(Namespace = "urn:schemas-newtelligence-com:dasblog:edit-services", Order = 0)]
public string entryId;
public GetEntryByEntryID()
{
}
public GetEntryByEntryID(string entryId)
{
this.entryId = entryId;
}
}
[System.Diagnostics.DebuggerStepThrough]
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "3.0.0.0")]
[MessageContract(WrapperName = "GetEntryByEntryIDResponse", WrapperNamespace = "urn:schemas-newtelligence-com:dasblog:edit-services", IsWrapped = true)]
public partial class GetEntryByEntryID1
{
[MessageBodyMember(Namespace = "urn:newtelligence-com:dasblog:runtime:data", Order = 0)]
[System.Xml.Serialization.XmlElement(IsNullable = true)]
public TextEntry GetEntryByEntryIDResult;
public GetEntryByEntryID1()
{
}
public GetEntryByEntryID1(TextEntry GetEntryByEntryIDResult)
{
this.GetEntryByEntryIDResult = GetEntryByEntryIDResult;
}
}
}
|