Table of Contents

Class NodeJobFile

Namespace
Lers.Models
Assembly
Lers.Models.dll

Модель связи между работой на объекте учёта и файлом объекта.

public class NodeJobFile
Inheritance
NodeJobFile
Inherited Members
Extension Methods

Properties

NodeFileId

Идентификатор файла.

public int NodeFileId { get; set; }

Property Value

int

NodeJobId

Идентификатор работы на объекте.

public int NodeJobId { get; set; }

Property Value

int