C# Class Qupid.Mongo.AbstractCollectionFinder

Inheritance: ICollectionFinder
Datei anzeigen Open project: hudl/qupid

Public Methods

Method Description
FindAllCollections ( ) : IEnumerable

Protected Methods

Method Description
InspectTypeForMongoAttributes ( Type baseDataType ) : List

Private Methods

Method Description
DetectSubElements ( Type propType ) : bool

Method Details

FindAllCollections() public abstract method

public abstract FindAllCollections ( ) : IEnumerable
return IEnumerable

InspectTypeForMongoAttributes() protected method

protected InspectTypeForMongoAttributes ( Type baseDataType ) : List
baseDataType System.Type
return List