Table of Contents

Class RefCollection<T>

Namespace
Ascon.Polynom.Web.Api.Data.Models.PropertyOwners
Assembly
Ascon.Polynom.Web.Api.Data.dll
public class RefCollection<T> : IRefCollection<T> where T : IIdentifiableObject

Type Parameters

T
Inheritance
RefCollection<T>
Implements
Derived
Inherited Members

Constructors

RefCollection()

public RefCollection()

Methods

Add(T)

Добавляет элемент в контейнер.

public virtual void Add(T item)

Parameters

item T

Элемент контейнера.

CanAdd(IIdentifiableObject)

protected bool CanAdd(IIdentifiableObject item)

Parameters

item IIdentifiableObject

Returns

bool

Contains(IIdentifiableObject?)

Добавляет новое определение свойства.

public bool Contains(IIdentifiableObject? other)

Parameters

other IIdentifiableObject

Returns

bool

Contains(ObjectIdentifier)

Добавляет новое определение свойства.

public bool Contains(ObjectIdentifier identifier)

Parameters

identifier ObjectIdentifier

Returns

bool