Skip to content

M_CodeJam_Mapping_MapValueAttribute__ctor_4

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

MapValueAttribute Constructor (String, Object, Boolean)

Creates an instance of MapValueAttribute attribute.

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

Syntax

C#

public MapValueAttribute(
	string configuration,
	Object value,
	bool isDefault
)

VB

Public Sub New ( 
	configuration As String,
	value As Object,
	isDefault As Boolean
)

F#

new : 
        configuration : string * 
        value : Object * 
        isDefault : bool -> MapValueAttribute

Parameters

 

configuration
Type: System.String
Active configuration.
value
Type: System.Object
Mapping value.
isDefault
Type: System.Boolean
true if default.

See Also

Reference

MapValueAttribute Class
MapValueAttribute Overload
CodeJam.Mapping Namespace

Clone this wiki locally