Search Results for

    Show / Hide Table of Contents

    Class NodeJob

    Журнал работ на объекте учета.

    Inheritance
    System.Object
    NodeJob
    Implements
    IUniqueObject
    Namespace: Lers.Models
    Assembly: Lers.Models.dll
    Syntax
    public class NodeJob : object, IUniqueObject

    Properties

    CreatorAccountId

    ID учетной записи создателя работы.

    Declaration
    public int? CreatorAccountId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    CreatorName

    Создатель работы.

    Declaration
    public string CreatorName { get; set; }
    Property Value
    Type Description
    System.String

    Description

    Описание работы.

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

    FactEndDate

    Фактическая дата окончания работы.

    Declaration
    public DateTime? FactEndDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>

    Id

    ID работы на объекте учета.

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

    IncidentId

    Идентификатор нештатной ситуации, по которой была создана работа.

    Declaration
    public int? IncidentId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    MeasurePointId

    ID точки учета, на которой проводились/запланированы работы.

    Declaration
    public int? MeasurePointId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    NodeId

    ID объекта учета.

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

    PerformerAccountId

    ID учетной записи исполнителя работы.

    Declaration
    public int? PerformerAccountId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    PerformerName

    Исполнитель работы.

    Declaration
    public string PerformerName { get; set; }
    Property Value
    Type Description
    System.String

    ResolutionId

    Код завершения работы.

    Declaration
    public int? ResolutionId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    ScheduledEndDate

    Планируемая дата окончания работы.

    Declaration
    public DateTime ScheduledEndDate { get; set; }
    Property Value
    Type Description
    DateTime

    StartDate

    Дата начала работы.

    Declaration
    public DateTime StartDate { get; set; }
    Property Value
    Type Description
    DateTime

    State

    Состояние работы.

    Declaration
    public NodeJobState State { get; set; }
    Property Value
    Type Description
    NodeJobState

    Title

    Наименование работы.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Вид работы.

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

    WorkOrderNumber

    Номер наряда на работу.

    Declaration
    public string WorkOrderNumber { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IUniqueObject

    Extension Methods

    CastExtensions.CastTo<T>(Object)
    EnumerableExtensions.Yield<T>(T)
    In This Article
    Back to top ©2018 - 2022, ООО "ЛЭРС УЧЁТ"