refactoring messages
This commit is contained in:
parent
6066497a67
commit
13bdf7463d
44 changed files with 602 additions and 303 deletions
|
|
@ -1,5 +1,5 @@
|
|||
CONFIG=Release
|
||||
VERSION=1.0.5-rc4
|
||||
VERSION=1.0.5-rc5
|
||||
PRJNAME=Yavsc.Abstract
|
||||
PKGFILENAME=$(PRJNAME).$(VERSION).nupkg
|
||||
DESTPATH=.
|
||||
|
|
|
|||
9
Yavsc.Abstract/Messaging/Topics.cs
Normal file
9
Yavsc.Abstract/Messaging/Topics.cs
Normal 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";
|
||||
}
|
||||
}
|
||||
|
|
@ -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")]
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
BIN
Yavsc.Abstract/Yavsc.Abstract.1.0.5-rc5.nupkg
Normal file
BIN
Yavsc.Abstract/Yavsc.Abstract.1.0.5-rc5.nupkg
Normal file
Binary file not shown.
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue