-
Notifications
You must be signed in to change notification settings - Fork 34
T_CodeJam_Mapping_DefaultValue
andrewvk edited this page Jul 1, 2016
·
5 revisions
Provides default value service.
System.Object
CodeJam.Mapping.DefaultValue
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static class DefaultValueVB
Public NotInheritable Class DefaultValueF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DefaultValue = class endThe 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. |
