Skip to content

M_CodeJam_Mapping_MappingSchema_SetDefaultValue

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

MappingSchema.SetDefaultValue Method

Sets default value for provided Type.

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

Syntax

C#

public void SetDefaultValue(
	Type type,
	Object value
)

VB

Public Sub SetDefaultValue ( 
	type As Type,
	value As Object
)

F#

member SetDefaultValue : 
        type : Type * 
        value : Object -> unit 

Parameters

 

type
Type: System.Type
Type to set default value for.
value
Type: System.Object
Value to set.

See Also

Reference

MappingSchema Class
CodeJam.Mapping Namespace

Clone this wiki locally