Esempio n. 1
0
 public GenreHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
 public ComputerSystemHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
Esempio n. 3
0
 public DepartmentHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
 public PostAddressComponentHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }