//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace Neo.Afx.Admin.Wf { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class WorkflowTemplateParticipant { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public WorkflowTemplateParticipant() { this.WorkflowTemplateParticipantRoles = new HashSet(); this.WorkflowTemplateStepAssignees = new HashSet(); this.WorkflowTemplateTriggerRecipients = new HashSet(); } public long WorkflowTemplateParticipantID { get; set; } public long WorkflowTemplateID { get; set; } public string FieldName { get; set; } public string DisplayName { get; set; } public Nullable DefaultUserID { get; set; } public bool IsVisible { get; set; } public short OrderBy { get; set; } public string DocumentPermissionLevel { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection WorkflowTemplateParticipantRoles { get; set; } [ScriptIgnore] public virtual WorkflowTemplate WorkflowTemplate { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] [ScriptIgnore] public virtual ICollection WorkflowTemplateStepAssignees { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] [ScriptIgnore] public virtual ICollection WorkflowTemplateTriggerRecipients { get; set; } } }