IMapBuilderContextTest<TResult> Members

Include Protected Members
Include Inherited Members

The IMapBuilderContextTest<TResult> type exposes the following members.

Methods

  Name Description
Ff670993.pubmethod(en-us,PandP.50).gif Build
Builds the IRowMapper<TResult> that can be used to map data structures to clr types.
(Inherited from IMapBuilderContext<TResult>.)
Ff670993.pubmethod(en-us,PandP.50).gif DoNotMap<TMember>
Adds a property mapping to the context for propertySelector that specifies this property will be ignored while mapping.
(Inherited from IMapBuilderContext<TResult>.)
Ff670993.pubmethod(en-us,PandP.50).gif DoNotMap
Adds a property mapping to the context for property that specifies this property will be ignored while mapping.
(Inherited from IMapBuilderContext<TResult>.)
Ff670993.pubmethod(en-us,PandP.50).gif Equals
Redeclaration that hides the Equals(Object) method from IntelliSense.
(Inherited from IFluentInterface.)
Ff670993.pubmethod(en-us,PandP.50).gif GetHashCode
Redeclaration that hides the GetHashCode() method from IntelliSense.
(Inherited from IFluentInterface.)
Ff670993.pubmethod(en-us,PandP.50).gif GetPropertyMappings
Returns the list of PropertyMappings that have been accumulated by the context.
Ff670993.pubmethod(en-us,PandP.50).gif GetType
Redeclaration that hides the GetType() method from IntelliSense.
(Inherited from IFluentInterface.)
Ff670993.pubmethod(en-us,PandP.50).gif Map<TMember>
Adds a property mapping to the context for propertySelector.
(Inherited from IMapBuilderContext<TResult>.)
Ff670993.pubmethod(en-us,PandP.50).gif Map
Adds a property mapping to the context for property.
(Inherited from IMapBuilderContext<TResult>.)
Ff670993.pubmethod(en-us,PandP.50).gif MapByName<TMember>
Adds a property mapping to the context for propertySelector that specifies this property will be mapped to a column with a matching name.
(Inherited from IMapBuilderContext<TResult>.)
Ff670993.pubmethod(en-us,PandP.50).gif MapByName
Adds a property mapping to the context for property that specifies this property will be mapped to a column with a matching name.
(Inherited from IMapBuilderContext<TResult>.)
Ff670993.pubmethod(en-us,PandP.50).gif ToString
Redeclaration that hides the ToString() method from IntelliSense.
(Inherited from IFluentInterface.)

See Also

IMapBuilderContextTest<TResult> Interface

Microsoft.Practices.EnterpriseLibrary.Data Namespace