public void SetByModel(SearchIndexModel searchIndexModel)
 {
     Word              = searchIndexModel.Word;
     ReferenceId       = searchIndexModel.ReferenceId;
     Priority          = searchIndexModel.Priority;
     ReferenceType     = searchIndexModel.ReferenceType;
     Title             = searchIndexModel.Title;
     Subset            = searchIndexModel.Subset;
     InheritPermission = searchIndexModel.InheritPermission;
     Comments          = searchIndexModel.Comments;
     Creator           = searchIndexModel.Creator;
     Updator           = searchIndexModel.Updator;
     CreatedTime       = searchIndexModel.CreatedTime;
     UpdatedTime       = searchIndexModel.UpdatedTime;
     VerUp             = searchIndexModel.VerUp;
     Comments          = searchIndexModel.Comments;
 }
 public void SetByModel(SearchIndexModel searchIndexModel)
 {
     Word              = searchIndexModel.Word;
     ReferenceId       = searchIndexModel.ReferenceId;
     Priority          = searchIndexModel.Priority;
     ReferenceType     = searchIndexModel.ReferenceType;
     Title             = searchIndexModel.Title;
     Subset            = searchIndexModel.Subset;
     InheritPermission = searchIndexModel.InheritPermission;
     Comments          = searchIndexModel.Comments;
     Creator           = searchIndexModel.Creator;
     Updator           = searchIndexModel.Updator;
     CreatedTime       = searchIndexModel.CreatedTime;
     UpdatedTime       = searchIndexModel.UpdatedTime;
     VerUp             = searchIndexModel.VerUp;
     Comments          = searchIndexModel.Comments;
     ClassHash         = searchIndexModel.ClassHash;
     NumHash           = searchIndexModel.NumHash;
     DateHash          = searchIndexModel.DateHash;
     DescriptionHash   = searchIndexModel.DescriptionHash;
     CheckHash         = searchIndexModel.CheckHash;
     AttachmentsHash   = searchIndexModel.AttachmentsHash;
 }