Table of Contents

Class Dashboard

Namespace
Lers.Models
Assembly
Lers.Models.dll

Информационная панель.

public class Dashboard : IUniqueObject
Inheritance
Dashboard
Implements
Inherited Members
Extension Methods

Fields

IconLength

Длина поля Icon.

public const int IconLength = 128

Field Value

int

Properties

CardIds

Карточки панели.

public ICollection<int>? CardIds { get; set; }

Property Value

ICollection<int>

DivisionId

Уникальный идентификатор подразделения, в которое входит объект.

public int? DivisionId { get; set; }

Property Value

int?

Icon

Иконка.

[StringLength(128)]
public string? Icon { get; set; }

Property Value

string

Id

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

public int Id { get; set; }

Property Value

int

Title

Наименование.

public string Title { get; set; }

Property Value

string