Click or drag to resize
weroSoft AG, Software
IMappingTargetInfo Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the target for the mapper to configure the query parts.

Namespace:  WeroSoft.Querying
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IMappingTargetInfo

The IMappingTargetInfo type exposes the following members.

Properties
  NameDescription
Public propertyNeedTail
Gets a value if the part needs a tail or not.
Public propertyTargetDeclaringType
Gets the owner (declaring) type of property.
Public propertyTargetPropertyPath
Gets the target property path.
Public propertyTargetPropertyTypeChanged
Gets a value indicates whether the type of filter object have to changed or not.
Top
See Also