Search Results for

    Show / Hide Table of Contents

    Class ProcessTemplate

    Inheritance
    object
    ProcessTemplate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Domain
    Assembly: OEMS.Core.dll
    Syntax
    public class ProcessTemplate

    Properties

    Description

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

    EventProcesses

    Declaration
    public virtual ICollection<EventProcess> EventProcesses { get; set; }
    Property Value
    Type Description
    ICollection<EventProcess>

    Id

    Declaration
    [Key]
    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

    Organization

    Declaration
    [ForeignKey("OrganizationId")]
    public virtual Organization Organization { get; set; }
    Property Value
    Type Description
    Organization

    OrganizationId

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

    ProcessStepTemplates

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