Home
last modified time | relevance | path

Searched refs:GDMRepositoryRecord (Results 1 – 25 of 26) sorted by relevance

12

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/
H A DGDMRepositoryRecord.cs27 public sealed class GDMRepositoryRecord : GDMRecord class
45 public GDMRepositoryRecord(GDMTree tree) : base(tree) in GDMRepositoryRecord() method in GDModel.GDMRepositoryRecord
62 GDMRepositoryRecord otherRepo = (source as GDMRepositoryRecord); in Assign()
88 GDMRepositoryRecord otherRep = tag as GDMRepositoryRecord; in IsMatch()
H A DGDMExtensions.cs144 public static GDMRepositoryRecord GetPtrValue(this GDMTree tree, GDMRepositoryCitation ptr) in GetPtrValue()
146 return tree.GetPtrValue<GDMRepositoryRecord>(ptr); in GetPtrValue()
H A DGDMSourceRecord.cs219 public GDMRepositoryCitation AddRepository(GDMRepositoryRecord repRec) in AddRepository()
232 public void RemoveRepository(GDMRepositoryRecord repRec) in RemoveRepository()
H A DGDMTree.cs480 public GDMRepositoryRecord CreateRepository() in CreateRepository()
482 GDMRepositoryRecord result = new GDMRepositoryRecord(this); in CreateRepository()
618 public bool DeleteRepositoryRecord(GDMRepositoryRecord repRec) in DeleteRepositoryRecord()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/GDModel/
H A DGDMRepositoryRecordTests.cs36 using (GDMRepositoryRecord repoRec = new GDMRepositoryRecord(tree)) { in Test_Common()
46 using (GDMRepositoryRecord repo2 = new GDMRepositoryRecord(tree)) { in Test_Common()
62 using (GDMRepositoryRecord repo3 = new GDMRepositoryRecord(tree)) { in Test_Common()
H A DGDMSourceRecordTests.cs89 GDMRepositoryRecord repRec = fContext.Tree.CreateRepository(); in Test_Common()
174 GDMRepositoryRecord repRec = fContext.Tree.CreateRepository(); in Test_Common2()
237 …ivate static void GEDCOMRepositoryCitationTest(GDMSourceRecord sourRec, GDMRepositoryRecord repRec) in GEDCOMRepositoryCitationTest()
H A DGDMTreeTests.cs87 GDMRepositoryRecord repRec = tree.CreateRepository(); in Test_Common()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKStdReports/
H A DRepositoriesReport.cs52 var repositories = new List<GDMRepositoryRecord>(); in InternalGenerate()
55 var enumer = tree.GetEnumerator<GDMRepositoryRecord>(); in InternalGenerate()
56 GDMRepositoryRecord repoRec; in InternalGenerate()
81 private static int ItemsCompare(GDMRepositoryRecord item1, GDMRepositoryRecord item2) in ItemsCompare()
H A DSourcesReport.cs74 var repoRec = tree.GetPtrValue<GDMRepositoryRecord>(repoCit); in InternalGenerate()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Lists/
H A DSourceListMan.cs129GDMRepositoryRecord rep = fBaseContext.Tree.GetPtrValue<GDMRepositoryRecord>(repCit); in UpdateContents()
152GDMRepositoryRecord rep = fBaseWin.Context.SelectRecord(GDMRecordType.rtRepository, null) as GDMRe… in Modify()
160 var repRec = fBaseContext.Tree.GetPtrValue<GDMRepositoryRecord>(cit); in Modify()
H A DRepositoryListMan.cs38 private GDMRepositoryRecord fRec;
68 fRec = (aRec as GDMRepositoryRecord); in Fetch()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Controllers/
H A DRepositoryEditDlgController.cs34 private GDMRepositoryRecord fRepository;
36 public GDMRepositoryRecord Repository
H A DBaseController.cs211 public static bool ModifyRepository(IBaseWindow baseWin, ref GDMRepositoryRecord repRec) in ModifyRepository()
222 repRec = new GDMRepositoryRecord(tree); in ModifyRepository()
683 GDMRepositoryRecord rep = null; in AddRecord()
764 GDMRepositoryRecord rep = rec as GDMRepositoryRecord; in EditRecord()
832 …msg = string.Format(LangMan.LS(LSID.LSID_RepositoryDeleteQuery), ((GDMRepositoryRecord)record).Rep… in DeleteRecord()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/UITests/
H A DRepositoryEditDlgTests.cs38 private GDMRepositoryRecord fRepositoryRecord;
48 fRepositoryRecord = new GDMRepositoryRecord(fBase.Context.Tree); in Setup()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDmill/src/HTML/
H A DCreatorRecordSource.cs96 GDMRepositoryRecord repoRec = fTree.GetPtrValue<GDMRepositoryRecord>(sourCit); in Create()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GEDKeeper3/GKUI/Forms/
H A DRepositoryEditDlg.cs41 public GDMRepositoryRecord Repository
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDKeeper2/GKUI/Forms/
H A DRepositoryEditDlg.cs40 public GDMRepositoryRecord Repository
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Operations/
H A DOrdinaryOperation.cs279 GDMRepositoryRecord repRec = fNewVal as GDMRepositoryRecord; in ProcessSourceRepositoryCitation()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/GKCore/
H A DGKUtilsTests.cs554 GDMRepositoryRecord repRec = fContext.Tree.XRefIndex_Find("R1") as GDMRepositoryRecord; in Test_ShowXInfo()
H A DListsTests.cs336 var repositoryRec = fContext.Tree.XRefIndex_Find("R1") as GDMRepositoryRecord; in Test_LMRepository()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/
H A DTestUtils.cs143 GDMRepositoryRecord repoRec = context.Tree.CreateRepository(); in FillContext()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/MVP/Views/
H A DUIContracts.cs443 GDMRepositoryRecord Repository { get; set; }
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/
H A DGKUtils.cs222 st = ((GDMRepositoryRecord)record).RepositoryName; in GetRecordName()
2325GDMRepositoryRecord rep = baseContext.Tree.GetPtrValue<GDMRepositoryRecord>(sourceRec.RepositoryCi… in ShowSourceInfo()
2360 …public static void ShowRepositoryInfo(IBaseContext baseContext, GDMRepositoryRecord repositoryRec,… in ShowRepositoryInfo()
2596 … GKUtils.ShowRepositoryInfo(baseContext, record as GDMRepositoryRecord, ctx); in GetRecordContent()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/Providers/GEDCOM/
H A DGEDCOMProvider.cs416 curTag = tree.AddRecord(new GDMRepositoryRecord(tree)); in AddTreeTag()
919 GDMRepositoryRecord repoRec = (GDMRepositoryRecord)owner; in AddRepositoryRecordTag()
941 GDMRepositoryRecord repoRec = (GDMRepositoryRecord)tag; in WriteRepositoryRecord()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDmill/src/
H A DMainForm.cs1381GDMRepositoryRecord repoRec = fBase.Context.Tree.GetPtrValue<GDMRepositoryRecord>(repoCit); in SetSourceSubItems()

12