删除workflowengine.net

This commit is contained in:
yubaolee
2017-01-20 17:49:45 +08:00
parent b46729b31d
commit b9a849e3ea
33 changed files with 204 additions and 1427 deletions

View File

@@ -1,62 +0,0 @@
//------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a CodeSmith Template.
//
// DO NOT MODIFY contents of this file. Changes to this
// file will be lost if the code is regenerated.
// Author:Yubao Li
// </autogenerated>
//------------------------------------------------------------------------------
using System;
namespace OpenAuth.Domain
{
/// <summary>
///
/// </summary>
public partial class ApplyTransitionHistory :Entity
{
public ApplyTransitionHistory()
{
this.AllowedToUserNames= string.Empty;
this.InitialState= string.Empty;
this.DestinationState= string.Empty;
this.Command= string.Empty;
}
/// <summary>
///
/// </summary>
public System.Guid ApplyId { get; set; }
/// <summary>
///
/// </summary>
public System.Guid? UserId { get; set; }
/// <summary>
///
/// </summary>
public string AllowedToUserNames { get; set; }
/// <summary>
///
/// </summary>
public System.DateTime? TransitionTime { get; set; }
/// <summary>
///
/// </summary>
public long Order { get; set; }
/// <summary>
///
/// </summary>
public string InitialState { get; set; }
/// <summary>
///
/// </summary>
public string DestinationState { get; set; }
/// <summary>
///
/// </summary>
public string Command { get; set; }
}
}

View File

@@ -1,36 +0,0 @@
//------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a CodeSmith Template.
//
// DO NOT MODIFY contents of this file. Changes to this
// file will be lost if the code is regenerated.
// Author:Yubao Li
// </autogenerated>
//------------------------------------------------------------------------------
using System;
namespace OpenAuth.Domain
{
/// <summary>
///
/// </summary>
public partial class WorkflowScheme
{
public WorkflowScheme()
{
this.Code= string.Empty;
this.Scheme= string.Empty;
}
/// <summary>
///
/// </summary>
public string Code { get; set; }
/// <summary>
///
/// </summary>
public string Scheme { get; set; }
}
}