Example #1
0
 /// <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)
 {
 }
Example #2
0
 /// <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;
 }
Example #3
0
 /// <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)
 {
 }