- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
T_CodeJam_Mapping_MappingSchema
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        5 revisions
      
    Providers object / value mapping support.
System.Object
  CodeJam.Mapping.MappingSchema
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class MappingSchemaVB
Public Class MappingSchemaF#
type MappingSchema =  class endThe MappingSchema type exposes the following members.
| Name | Description | |
|---|---|---|
![]()  | 
MappingSchema() | Create an instance of . | 
![]()  | 
MappingSchema(String) | Create an instance of . | 
![]()  | 
MappingSchema(MappingSchema[]) | Create an instance of . | 
![]()  | 
MappingSchema(String, MappingSchema[]) | Create an instance of . | 
| Name | Description | |
|---|---|---|
![]()  | 
ConfigurationID | Gets configuration ID. | 
![]()  | 
ConfigurationList | Configuration list. | 
![]()  | 
IsStructIsScalarType | true if value type is considered as scalar type. | 
![]()  | 
MetadataReader | Gets or sets metadata reader. | 
| Name | Description | |
|---|---|---|
![]()  | 
AddMetadataReader | Adds metadata reader. | 
![]()  | 
AddScalarType | Adds scalar type and its default value. | 
![]()  | 
ChangeType | Returns an object of a specified type whose value is equivalent to a specified object. | 
![]()  | 
ChangeTypeTo(T) | Returns an object of a specified type whose value is equivalent to a specified object. | 
![]()  | 
EnumToValue | Converts enum to its map value. | 
![]()  | 
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
![]()  | 
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
![]()  | 
GetAttribute(T)(MemberInfo, Boolean) | Returns custom attribute applied to provided type member. | 
![]()  | 
GetAttribute(T)(Type, Boolean) | Returns custom attribute applied to provided type. | 
![]()  | 
GetAttribute(T)(MemberInfo, Func(T, String), Boolean) | Returns custom attribute applied to provided type member. | 
![]()  | 
GetAttribute(T)(Type, Func(T, String), Boolean) | Returns custom attribute applied to provided type. | 
![]()  | 
GetAttributes(T)(MemberInfo, Boolean) | Returns custom attributes applied to provided type member. | 
![]()  | 
GetAttributes(T)(Type, Boolean) | Returns custom attributes applied to provided type. | 
![]()  | 
GetAttributes(T)(MemberInfo, Func(T, String), Boolean) | Returns custom attributes applied to provided type member. | 
![]()  | 
GetAttributes(T)(Type, Func(T, String), Boolean) | Returns custom attributes applied to provided type. | 
![]()  | 
GetConverter(TFrom, TTo) | Returns converter from a value of type TFrom to TTo. | 
![]()  | 
GetConvertExpression(Type, Type, Boolean, Boolean) | Returns an expression that converts a value of type from to to. | 
![]()  | 
GetConvertExpression(TFrom, TTo)() | Returns an expression that converts a value of type TFrom to TTo. | 
![]()  | 
GetDefaultValue | Gets default value for provided Type. | 
![]()  | 
GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
![]()  | 
GetMapValues | Returns mapping values for provided enum type. | 
![]()  | 
GetType | Gets the Type of the current instance. (Inherited from Object.) | 
![]()  | 
IsScalarType | Returns true if provided type is considered as a scalar type. | 
![]()  | 
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
![]()  | 
SetConverter(TFrom, TTo) | Adds a function expression that converts a value of type fromType to toType. | 
![]()  | 
SetConvertExpression(Type, Type, LambdaExpression, Boolean) | Adds an expression that converts a value of type fromType to toType. | 
![]()  | 
SetConvertExpression(TFrom, TTo)(Expression(Func(TFrom, TTo)), Boolean) | Adds an expression that converts a value of type fromType to toType. | 
![]()  | 
SetConvertExpression(TFrom, TTo)(Expression(Func(TFrom, TTo)), Expression(Func(TFrom, TTo))) | Adds an expression that converts a value of type fromType to toType. | 
![]()  | 
SetCultureInfo | Initializes culture specific converters. | 
![]()  | 
SetDefaultValue | Sets default value for provided Type. | 
![]()  | 
SetScalarType | Sets an scalar type indicator scalar for provided type. | 
![]()  | 
ToString | Returns a string that represents the current object. (Inherited from Object.) | 
![]()  | 
TryGetConvertExpression | Returns an expression that converts a value of type TFrom to TTo or null. | 
| Name | Description | |
|---|---|---|
![]()  
 | 
Default | Default mapping schema. | 



