Esempio n. 1
0
 public static IEntitySchema Get(string entityName)
 {
     return(UnityObjectFactory.GetEntitySchema(entityName));
 }
Esempio n. 2
0
 public static IEntitySchema Get(Type entityType)
 {
     return(UnityObjectFactory.GetEntitySchema(entityType));
 }
Esempio n. 3
0
 public static IEntitySchema Get(long entityId)
 {
     return(UnityObjectFactory.GetEntitySchema(entityId));
 }