Class CreateProcessDto
Inheritance
CreateProcessDto
Assembly: OEMS.Core.dll
Syntax
public class CreateProcessDto
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
Name
Declaration
[Required(ErrorMessage = "Name ist erforderlich")]
[MaxLength(100)]
public string Name { get; set; }
Property Value
OrganizationId
Declaration
public Guid OrganizationId { get; set; }
Property Value
ProcessSteps
Declaration
public List<CreateProcessStepDto> ProcessSteps { get; set; }
Property Value
ProcessTemplateId
Declaration
public Guid? ProcessTemplateId { get; set; }
Property Value