DataWeb
Search Results for

    Show / Hide Table of Contents

    Class JobInfo

    Inheritance
    object
    JobInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Worker
    Assembly: DataWeb.Core.dll
    Syntax
    public class JobInfo

    Properties

    DateEnd

    Declaration
    public DateTimeOffset? DateEnd { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    DateStart

    Declaration
    public DateTimeOffset DateStart { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    Errors

    Declaration
    public int Errors { get; set; }
    Property Value
    Type Description
    int

    Id

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

    Name

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

    Parameters

    Declaration
    public IEnumerable<JobInfo.Parameter> Parameters { get; set; }
    Property Value
    Type Description
    IEnumerable<JobInfo.Parameter>

    Progress

    Declaration
    public int Progress { get; set; }
    Property Value
    Type Description
    int

    Status

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

    Total

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