refactoring messages

This commit is contained in:
Paul Schneider 2018-02-03 20:17:29 +01:00
commit 13bdf7463d
44 changed files with 602 additions and 303 deletions

View file

@ -1,5 +1,5 @@
CONFIG=Release
VERSION=1.0.5-rc4
VERSION=1.0.5-rc5
PRJNAME=Yavsc.Abstract
PKGFILENAME=$(PRJNAME).$(VERSION).nupkg
DESTPATH=.

View file

@ -0,0 +1,9 @@
namespace Yavsc.Abstract.Messaging
{
public static class MessagingConstants {
public static readonly string TopicGeneral = "/topic/general";
public static readonly string TopicRdvQuery = "/topic/RdvQuery";
public static readonly string TopicEstimation = "/topic/Estimation";
public static readonly string TopicHairCutQuery = "/topic/HairCutQuery";
}
}

View file

@ -25,4 +25,4 @@ using System.Reflection;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.5.*")]
[assembly: AssemblyFileVersion("1.0.5.2")]
[assembly: AssemblyFileVersion("1.0.5.3")]

View file

@ -11,11 +11,8 @@ namespace Yavsc.Interfaces.Workflow {
/// </summary>
/// <returns></returns>
string Sender { get; set ; }
/// <summary>
/// The message
/// </summary>
/// <returns></returns>
string Message { get; set; }
string CreateBody();
}

View file

@ -1,6 +1,6 @@
namespace Yavsc
{
public interface ILocation
public interface ILocation : IPosition
{
string Address { get; set; }
long Id { get; set; }

Binary file not shown.

View file

@ -11,7 +11,7 @@
<iconUrl>https://github.com/pazof/yavsc/blob/vnext/Yavsc/wwwroot/images/yavsc.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
A shared model for a little client/sever app
A shared model for a little client/server app, dealing about establishing some contract, between some human client and provider.
</description>
<summary>
</summary>