Skip to content

M_CodeJam_Mapping_MappingSchema_SetScalarType

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

MappingSchema.SetScalarType Method

Sets an scalar type indicator scalar for provided type.

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

Syntax

C#

public void SetScalarType(
	Type type,
	bool isScalarType = true
)

VB

Public Sub SetScalarType ( 
	type As Type,
	Optional isScalarType As Boolean = true
)

F#

member SetScalarType : 
        type : Type * 
        ?isScalarType : bool 
(* Defaults:
        let _isScalarType = defaultArg isScalarType true
*)
-> unit 

Parameters

 

type
Type: System.Type
Type to set.
isScalarType (Optional)
Type: System.Boolean
Acalar type indicator.

See Also

Reference

MappingSchema Class
CodeJam.Mapping Namespace

Clone this wiki locally