コード例 #1
0
 /// <summary>
 /// Returns true if there is an <see cref="ObjectExport"/> declared which matches the provided object <paramref name="o"/>
 /// </summary>
 /// <param name="o"></param>
 /// <returns></returns>
 public bool IsExportedObject(IMapsDirectlyToDatabaseTable o)
 {
     return(_catalogueRepository.GetReferencesTo <ObjectExport>(o).Any());
 }