Interface INodeJob
Работа на объекте учёта.
Inherited Members
Namespace: Lers.Core.NodeJobs
Assembly: Lers.Server.System.dll
Syntax
public interface INodeJob : IUniqueObject
Properties
NodeId
ID объекта учета.
Declaration
int NodeId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
NodeJobType
Тип работы
Declaration
NodeJobType NodeJobType { get; }
Property Value
| Type | Description |
|---|---|
| Lers.Models.NodeJobType |