コード例 #1
0
 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));
 }
コード例 #3
0
 public IEnumerable <TEntity> GetAll <TEntity>() where TEntity : AbstractSchemaPart
 {
     return(ChildSessions.GetAll <TEntity>(this, IdRoot));
 }