Class UpdateProcessTemplateDto
Inherited Members
Namespace: OEMS.Core.Application.DTOs.Templates
Assembly: OEMS.Core.dll
Syntax
public class UpdateProcessTemplateDto
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Declaration
[Required]
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Declaration
[Required]
[StringLength(100)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OrganizationId
Declaration
[Required]
public Guid OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
Guid |