Skip to content

M_CodeJam_Mapping_MappingSchema_AddScalarType

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

MappingSchema.AddScalarType Method

Adds scalar type and its default value.

Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

C#

public void AddScalarType(
	Type type,
	Object defaultValue
)

VB

Public Sub AddScalarType ( 
	type As Type,
	defaultValue As Object
)

F#

member AddScalarType : 
        type : Type * 
        defaultValue : Object -> unit 

Parameters

 

type
Type: System.Type
Type to add
defaultValue
Type: System.Object
Default value.

See Also

Reference

MappingSchema Class
CodeJam.Mapping Namespace

Clone this wiki locally