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