Namespace Snowflake.Scraping
Classes
GameScrapeContext
Seed
SeedRootContext
Structs
SeedContent
A SeedContent represents a unit of scraped data with a semantic type and a value. Two SeedContent with the same type and value are considered equal.
Interfaces
IScrapeContext
Represents a job to produce a seed tree that can be traversed to yield usable records or other metadata.
ISeed
A seed is a unit of data with a type and a string value, with a unique ID and a parent ID. Within an ISeedRootContext, a list of seeds form a tree structure that can be traversed to produce records and other resultant data from scraped metadata and media.
ISeedRootContext
Represents the context in which ISeed can have parent-child relationships.