Search Results for

    Show / Hide Table of Contents

    Class ProcessTemplateDto

    Inheritance
    object
    ProcessTemplateDto
    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.Templates
    Assembly: OEMS.Core.dll
    Syntax
    public class ProcessTemplateDto

    Properties

    Description

    Declaration
    [Required(ErrorMessage = "Beschreibung ist erforderlich")]
    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")]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    OrganizationId

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

    OrganizationName

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

    ProcessStepTemplates

    Declaration
    public IEnumerable<ProcessStepTemplateDto> ProcessStepTemplates { get; set; }
    Property Value
    Type Description
    IEnumerable<ProcessStepTemplateDto>
    In this article
    Back to top Generated by DocFX