Skip to content

M_CodeJam_Mapping_MappingSchema__ctor_3

andrewvk edited this page Jun 23, 2016 · 5 revisions

MappingSchema Constructor (String, MappingSchema[])

[This is preliminary documentation and is subject to change.]

Create an instance of .

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public MappingSchema(
	string configuration,
	params MappingSchema[] schemas
)

VB

Public Sub New ( 
	configuration As String,
	ParamArray schemas As MappingSchema()
)

F#

new : 
        configuration : string * 
        schemas : MappingSchema[] -> MappingSchema

Parameters

 

configuration
Type: System.String
Configuration name.
schemas
Type: CodeJam.Mapping.MappingSchema[]
Base schemas.

See Also

Reference

MappingSchema Class
MappingSchema Overload
CodeJam.Mapping Namespace
CodeJam.Mapping.MappingSchema

Clone this wiki locally