C# Класс Castle.ActiveRecord.Framework.Internal.ActiveRecordModelCollection

Map System.Type to their ActiveRecordModel
Наследование: System.Collections.DictionaryBase, IEnumerable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( ActiveRecordModel model ) : void

Adds the specified model.

Contains ( Type type ) : bool

Determines whether the collection contains the specified type.

GetEnumerator ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

this ( Type type ) : ActiveRecordModel

Gets the Castle.ActiveRecord.Framework.Internal.ActiveRecordModel with the specified type.

Описание методов

Add() публичный Метод

Adds the specified model.
public Add ( ActiveRecordModel model ) : void
model ActiveRecordModel The model.
Результат void

Contains() публичный Метод

Determines whether the collection contains the specified type.
public Contains ( Type type ) : bool
type System.Type The type.
Результат bool

GetEnumerator() публичный Метод

Returns an enumerator that iterates through a collection.
public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

this() публичный Метод

Gets the Castle.ActiveRecord.Framework.Internal.ActiveRecordModel with the specified type.
public this ( Type type ) : ActiveRecordModel
type System.Type
Результат ActiveRecordModel