C# Class Catalogue.Data.Seed.Seeder

Show file Open project: jncc/topcat Class Usage Examples

Public Properties

Property Type Description
BoundingBoxContainingNothing string
BoundingBoxContainingSmallBox string

Public Methods

Method Description
Seed ( IDocumentStore store ) : void
Seeder ( IDocumentSession db, IRecordService recordService ) : System

Private Methods

Method Description
AddBboxes ( ) : void
AddHumanActivitiesRecord ( ) : void
AddMeshRecords ( ) : void
AddNonGeographicDataset ( ) : void
AddNonTopCopyRecord ( ) : void
AddOverseasTerritoriesRecord ( ) : void
AddReadOnlyRecord ( ) : void
AddRecordWithLotsOfVocablessTags ( ) : void
AddRecordWithUnusualCharactersInKeywords ( ) : void
AddRecordsWithPublishingInfo ( ) : void
AddSecureRecords ( ) : void
AddSimpleGeminiExampleRecord ( ) : void
AddTwoRecordsWithTheSameBoundingBox ( ) : void
AddVariousDataFormatRecords ( ) : void
AddVocabularies ( ) : void
MakeExampleSeedRecord ( ) : Record

Method Details

Seed() public static method

public static Seed ( IDocumentStore store ) : void
store IDocumentStore
return void

Seeder() public method

public Seeder ( IDocumentSession db, IRecordService recordService ) : System
db IDocumentSession
recordService IRecordService
return System

Property Details

BoundingBoxContainingNothing public static property

public static string BoundingBoxContainingNothing
return string

BoundingBoxContainingSmallBox public static property

public static string BoundingBoxContainingSmallBox
return string