Search Results for

    Show / Hide Table of Contents

    Class InstanceData_Task

    Inheritance
    System.Object
    InstanceData_Task
    Namespace: Simplic.Framework.EF
    Assembly: Simplic.Framework.EF.dll
    Syntax
    public class InstanceData_Task : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    InstanceData_Task()

    Declaration
    public InstanceData_Task()

    Properties

    | Improve this Doc View Source

    Ident

    Declaration
    public long Ident { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    InstanceData_TaskType

    Declaration
    public virtual InstanceData_TaskType InstanceData_TaskType { get; set; }
    Property Value
    Type Description
    InstanceData_TaskType
    | Improve this Doc View Source

    InstanceDataGuid

    Declaration
    public Guid InstanceDataGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    StackGuid

    Declaration
    public Guid StackGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Status

    Declaration
    public int Status { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TaskTypeId

    Declaration
    public int TaskTypeId { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx