Class ProcessStepTemplateDto
Inheritance
ProcessStepTemplateDto
Assembly: OEMS.Core.dll
Syntax
public class ProcessStepTemplateDto
Properties
DaysAfterEvent
Declaration
public int DaysAfterEvent { get; set; }
Property Value
DaysBeforeEvent
Declaration
public int DaysBeforeEvent { get; set; }
Property Value
Description
Declaration
[Required(ErrorMessage = "Beschreibung ist erforderlich")]
public string Description { get; set; }
Property Value
EmailTemplateId
Declaration
public Guid? EmailTemplateId { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
IsAvailable
Declaration
public bool IsAvailable { get; set; }
Property Value
Name
Declaration
[Required(ErrorMessage = "Name ist erforderlich")]
public string Name { get; set; }
Property Value
ProcessTemplateId
Declaration
public Guid ProcessTemplateId { get; set; }
Property Value
Sequence
Declaration
public int Sequence { get; set; }
Property Value
StepType
Declaration
public ProcessStepType StepType { get; set; }
Property Value
TemplateContent
Declaration
public string TemplateContent { get; set; }
Property Value
Type
Declaration
public ProcessStepType Type { get; set; }
Property Value