Skip to content

Commit

Permalink
removed core mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
zygis0408 committed Dec 13, 2022
1 parent 8ac551a commit f7ca357
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ public PermIdOrganizationVocabulary()
this.MainQuoteUrl = group.Add(new VocabularyKey("mainQuote.url", VocabularyKeyDataType.Uri));
});

this.AddMapping(this.OrganizationName, CluedIn.Core.Data.Vocabularies.Vocabularies.CluedInOrganization.OrganizationName);
this.AddMapping(this.Lei, CluedIn.Core.Data.Vocabularies.Vocabularies.CluedInOrganization.CodesLeiCode);
this.AddMapping(this.LatestDateOfIncorporation, CluedIn.Core.Data.Vocabularies.Vocabularies.CluedInOrganization.FoundingDate);
this.AddMapping(this.Website, CluedIn.Core.Data.Vocabularies.Vocabularies.CluedInOrganization.Website);
this.AddMapping(this.MainQuoteTicker, CluedIn.Core.Data.Vocabularies.Vocabularies.CluedInOrganization.TickerSymbol);
this.AddMapping(this.MainQuoteRic, CluedIn.Core.Data.Vocabularies.Vocabularies.CluedInOrganization.CodesRIC);
this.AddMapping(this.MainQuoteMic, CluedIn.Core.Data.Vocabularies.Vocabularies.CluedInOrganization.CodesMIC);
}

public VocabularyKey DomiciledIn { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ public PermIdPersonVocabulary()
this.PositionUrl = group.Add(new VocabularyKey("positionUrl", VocabularyKeyDataType.Uri));
});

this.AddMapping(this.GivenName, CluedIn.Core.Data.Vocabularies.Vocabularies.CluedInUser.FirstName);
this.AddMapping(this.MiddleName, CluedIn.Core.Data.Vocabularies.Vocabularies.CluedInUser.MiddleName);
this.AddMapping(this.FamilyName, CluedIn.Core.Data.Vocabularies.Vocabularies.CluedInUser.LastName);
this.AddMapping(this.HasReportedTitlePerson, CluedIn.Core.Data.Vocabularies.Vocabularies.CluedInUser.JobTitle);
}

public VocabularyKey PersonUrl { get; set; }
Expand All @@ -60,4 +56,4 @@ public PermIdPersonVocabulary()
public VocabularyKey PositionStartDate { get; set; }
public VocabularyKey PreferredName { get; set; }
}
}
}

0 comments on commit f7ca357

Please sign in to comment.