-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Mapping_DefaultValue
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Provides default value service.
System.Object
CodeJam.Mapping.DefaultValue
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static class DefaultValue
VB
Public NotInheritable Class DefaultValue
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DefaultValue = class end
The DefaultValue type exposes the following members.
Name | Description | |
---|---|---|
GetValue(Type, MappingSchema) | Gets default value for provided Type. | |
GetValue(T)() | Gets default value for provided Type. | |
SetValue(T) | Sets default value for provided Type. |