C# Class BuildYourOwnDAL.Metadata.ReferenceInfo

Inheritance: ColumnInfo
Afficher le fichier Open project: davybrion/BuildYourOwnDal Class Usage Examples

Méthodes publiques

Méthode Description
ReferenceInfo ( MetaDataStore store, string name, Type referenceType, PropertyInfo propertyInfo ) : System

Method Details

ReferenceInfo() public méthode

public ReferenceInfo ( MetaDataStore store, string name, Type referenceType, PropertyInfo propertyInfo ) : System
store MetaDataStore
name string
referenceType System.Type
propertyInfo System.Reflection.PropertyInfo
Résultat System