예제 #1
0
 /// <summary>
 /// Gets a flag Indicating wether the given IEntityType inherits from the KerykeionBaseClass.
 /// </summary>
 /// <param name="entityType">The IEntityType to check if it inherits from the KerykeionBaseClass.</param>
 /// <returns>
 /// true if the IEntityType inherits from KerykeionBaseClass.
 /// </returns>
 public bool InheritsFromKeryKeionBaseClass(IEntityType entityType)
 {
     return(EntitiesRepo.InheritsFromKeryKeionBaseClass(entityType));
 }