Click or drag to resize
ITypeMap Interface
Maps type and all its properties

Namespace: FlexRule.Data.Maps
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ITypeMap : IPropertyMap

The ITypeMap type exposes the following members.

Properties
  NameDescription
Public propertyType
Type that is mapped
Top
Methods
  NameDescription
Public methodFindSourceByTarget
Finds source name of a property
(Inherited from IPropertyMap.)
Public methodListProperties
List of all types properties
Top
See Also