Skip to content

T_CodeJam_Mapping_DefaultValue

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

DefaultValue Class

Provides default value service.

Inheritance Hierarchy

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

Syntax

C#

public static class DefaultValue

VB

Public NotInheritable Class DefaultValue

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type DefaultValue =  class end

The DefaultValue type exposes the following members.

Methods

 

Name Description
Public methodStatic member GetValue(Type, MappingSchema) Gets default value for provided Type.
Public methodStatic member GetValue(T)() Gets default value for provided Type.
Public methodStatic member SetValue(T) Sets default value for provided Type.
  Back to Top

See Also

Reference

CodeJam.Mapping Namespace

Clone this wiki locally