29 lines
1.1 KiB
C#
29 lines
1.1 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated from a template.
|
|
//
|
|
// Manual changes to this file may cause unexpected behavior in your application.
|
|
// Manual changes to this file will be overwritten if the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace EnVisage
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class WorkflowProcessScheme
|
|
{
|
|
public System.Guid Id { get; set; }
|
|
public string Scheme { get; set; }
|
|
public string DefiningParameters { get; set; }
|
|
public string DefiningParametersHash { get; set; }
|
|
public string SchemeCode { get; set; }
|
|
public bool IsObsolete { get; set; }
|
|
public string RootSchemeCode { get; set; }
|
|
public Nullable<System.Guid> RootSchemeId { get; set; }
|
|
public string AllowedActivities { get; set; }
|
|
public string StartingTransition { get; set; }
|
|
}
|
|
}
|