Show / Hide Table of Contents

Class TechFilterDto

Описывает данные фильтра в модели технологии.

Inheritance
object
TechFilterDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ascon.Vertical.Core.DataModels
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechFilterDto

Properties

Description

Возвращает или назначает описание фильтра.

Declaration
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
Type Description
string

DisplayName

Возвращает или назначает отображаемое наименование фильтра.

Declaration
[JsonPropertyName("displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

Id

Возвращает или назначает идентификатор фильтра.

Declaration
[JsonPropertyName("id")]
public int Id { get; set; }
Property Value
Type Description
int

IsSystem

Возвращает или назначает признак, определяющий, является ли фильтр системным.

Declaration
[JsonPropertyName("isSystem")]
public bool IsSystem { get; set; }
Property Value
Type Description
bool

Name

Возвращает или назначает наименование фильтра.

Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type Description
string

TypesIds

Возвращает или назначает список идентификаторов классов входящих в фильтр .

Declaration
[JsonPropertyName("typesIds")]
public List<int> TypesIds { get; set; }
Property Value
Type Description
List<int>
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»