/// <summary> /// Initializes a new instance of <see cref="SchemaConfigurations"/> class. /// </summary> /// <param name="schemaContext">The schema context for this object.</param> public SchemaConfigurations(SchemaContext schemaContext) : base(schemaContext) { }
/// <summary> /// Initializes a new instance of <see cref="SchemaBase"/> class. /// </summary> /// <param name="schemaContext">The schema context for this object.</param> public SchemaBase(SchemaContext schemaContext) { this.Context = schemaContext; }
/// <summary> /// Initializes a new instance of <see cref="SchemaData"/> with the specified options. /// </summary> /// <param name="schemaContext">The schema context for this object.</param> public SchemaData(SchemaContext schemaContext) : base(schemaContext) { }