Exemplo n.º 1
0
 public IActionSpec[] GetFinderActions()
 {
     return(finderActions ?? (finderActions = MemberFactory.CreateActionSpecs(InnerSpec.FinderActions)));
 }
Exemplo n.º 2
0
 public IActionSpec[] GetCollectionContributedActions()
 {
     return(collectionContributedActions ?? (collectionContributedActions = MemberFactory.CreateActionSpecs(InnerSpec.CollectionContributedActions)));
 }