Show / Hide Table of Contents

Interface ITechFilter

Представляет фильтр.

Inherited Members
ITechModelElement.Model
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechFilter : ITechModelElement

Properties

Description

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

Declaration
string Description { get; }
Property Value
Type Description
string

DisplayName

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

Declaration
string DisplayName { get; }
Property Value
Type Description
string

Id

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

Declaration
int Id { get; }
Property Value
Type Description
int

IsSystem

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

Declaration
bool IsSystem { get; }
Property Value
Type Description
bool

Name

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

Declaration
string Name { get; }
Property Value
Type Description
string

ObjectsTypes

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

Declaration
ITechObjectTypeEnumeration ObjectsTypes { get; }
Property Value
Type Description
ITechObjectTypeEnumeration

Methods

ToDto()

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

Declaration
TechFilterDto ToDto()
Returns
Type Description
TechFilterDto

Сформированное описание фильтра.

Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»