Class CreateProcessTemplateDto
Inherited Members
Namespace: OEMS.Core.Application.DTOs.Templates
Assembly: OEMS.Core.dll
Syntax
public class CreateProcessTemplateDto
Properties
Description
Declaration
[Required(ErrorMessage = "Beschreibung ist erforderlich")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
[Required(ErrorMessage = "Name ist erforderlich")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OrganizationId
Declaration
public Guid OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
Guid |