-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_Mapping_MappingSchema
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
The MappingSchema type exposes the following members.
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. |