Search Results for

    Show / Hide Table of Contents

    Class CreateProcessDto

    Inheritance
    object
    CreateProcessDto
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Application.DTOs.Process
    Assembly: OEMS.Core.dll
    Syntax
    public class CreateProcessDto

    Properties

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid

    Name

    Declaration
    [Required(ErrorMessage = "Name ist erforderlich")]
    [MaxLength(100)]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    OrganizationId

    Declaration
    public Guid OrganizationId { get; set; }
    Property Value
    Type Description
    Guid

    ProcessSteps

    Declaration
    public List<CreateProcessStepDto> ProcessSteps { get; set; }
    Property Value
    Type Description
    List<CreateProcessStepDto>

    ProcessTemplateId

    Declaration
    public Guid? ProcessTemplateId { get; set; }
    Property Value
    Type Description
    Guid?
    In this article
    Back to top Generated by DocFX