-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_MapValueAttribute__ctor_4
andrewvk edited this page Jul 1, 2016
·
5 revisions
Creates an instance of MapValueAttribute attribute.
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
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
- configuration
- Type: System.String
Active configuration. - value
- Type: System.Object
Mapping value. - isDefault
- Type: System.Boolean
true if default.
MapValueAttribute Class
MapValueAttribute Overload
CodeJam.Mapping Namespace