public IEnumerable <TEntity> GetAll <TEntity>() where TEntity : TypedEntity
 {
     return(ChildSessions.GetAll <TEntity>(this, IdRoot));
 }
示例#2
0
 public IEnumerable <TEntity> GetAll <TEntity>() where TEntity : TypedEntity
 {
     return(ChildSessions.GetAll <TEntity>(this, IdRoot).Select(RaiseEntityReady));
 }
 public IEnumerable <TEntity> GetAll <TEntity>() where TEntity : AbstractSchemaPart
 {
     return(ChildSessions.GetAll <TEntity>(this, IdRoot));
 }