Show / Hide Table of Contents

Class TechObjectsTreeModelItemFilter

Описывает фильтр элемента модели дерева объектов.

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

Properties

Filter

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

Declaration
public string Filter { get; set; }
Property Value
Type Description
string

LinkId

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

Declaration
public int LinkId { get; set; }
Property Value
Type Description
int

Type

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

Declaration
public TechObjectsTreeModelItemFilterType Type { get; set; }
Property Value
Type Description
TechObjectsTreeModelItemFilterType

TypesIds

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

Declaration
public int[] TypesIds { get; set; }
Property Value
Type Description
int[]

Methods

Parse(string)

Формирует описание фильтра из строкового описания.

Declaration
public static TechObjectsTreeModelItemFilter Parse(string data)
Parameters
Type Name Description
string data

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

Returns
Type Description
TechObjectsTreeModelItemFilter

Сформированный фильтр.

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

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