Example #1
0
 public GenreHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
 public DepartmentHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
Example #3
0
 public void SetWord(Word word)
 {
     SetWhatIs(word);
 }
 public ComputerSystemHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
 public PostAddressComponentHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }