• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Class Seed

Inheritance
System.Object
Seed
Implements
ISeed
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Scraping
Assembly: Snowflake.Framework.dll
Syntax
public class Seed : ISeed

Constructors

Seed(SeedContent, ISeed, String)

Declaration
public Seed(SeedContent content, ISeed parent, string source)
Parameters
Type Name Description
SeedContent content
ISeed parent
System.String source

Properties

Content

Declaration
public SeedContent Content { get; }
Property Value
Type Description
SeedContent

Guid

Declaration
public Guid Guid { get; }
Property Value
Type Description
System.Guid

Parent

Declaration
public Guid Parent { get; }
Property Value
Type Description
System.Guid

Source

Declaration
public string Source { get; }
Property Value
Type Description
System.String

Implements

ISeed
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.