コード例 #1
0
ファイル: GenreHasWord.cs プロジェクト: tunity/SocietyObjects
 public GenreHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
コード例 #2
0
 public ComputerSystemHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
コード例 #3
0
 public DepartmentHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
コード例 #4
0
 public PostAddressComponentHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }