Пример #1
0
 /**
  * Whether or not the currently searched item is of a type that a SearchItem
  * wants to process.
  */
 public bool searchItemCaresAboutAsset()
 {
     // this has been temporarily removed until after the search asset flow refactor.
     return(search.searchItemCaresAboutAsset(this));
 }
Пример #2
0
 /**
  * Whether or not the currently searched item is of a type that a SearchItem
  * wants to process.
  */
 public bool searchItemCaresAboutAsset()
 {
     return(search.searchItemCaresAboutAsset(this));
 }