C# 클래스 Castle.ActiveRecord.Framework.Internal.ActiveRecordModelCollection

Map System.Type to their ActiveRecordModel
상속: System.Collections.DictionaryBase, IEnumerable
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
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