Show / Hide Table of Contents

Interface ITechMarkerTypeEnumeration

Представляет перечень типов маркеров.

Inherited Members
ITechEnumeration<ITechMarkerType>.Count
ITechEnumeration<ITechMarkerType>.this[int]
ITechEnumeration<ITechMarkerType>.Contains(ITechMarkerType)
IEnumerable<ITechMarkerType>.GetEnumerator()
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechMarkerTypeEnumeration : ITechEnumeration<ITechMarkerType>, IEnumerable<ITechMarkerType>, IEnumerable

Methods

Contains(string)

Проверяет наличие элемента с указанным наименованием в перечне.

Declaration
bool Contains(string name)
Parameters
Type Name Description
string name

Наименование элемента.

Returns
Type Description
bool

true - если присутствует, иначе - false.

GetById(int)

Возвращает элемент по идентификатору.

Declaration
ITechMarkerType? GetById(int id)
Parameters
Type Name Description
int id

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

Returns
Type Description
ITechMarkerType

Элемент перечня с указанным идентификатором или null .

GetByName(string)

Возвращает элемент по наименованию.

Declaration
ITechMarkerType? GetByName(string name)
Parameters
Type Name Description
string name

Наименование элемента.

Returns
Type Description
ITechMarkerType

Элемент перечня с указанным наименованием или null .

Extension Methods

EnumerableExtensions.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>)
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»