C# 클래스 Slapper.AutoMapper.Cache.TypeMap

A TypeMap holds data relevant for a particular Type.
파일 보기 프로젝트 열기: SlapperAutoMapper/Slapper.AutoMapper

공개 프로퍼티들

프로퍼티 타입 설명
Identifiers IEnumerable
PropertiesAndFieldsInfo object>.Dictionary
Type System.Type

공개 메소드들

메소드 설명
TypeMap ( Type type, IEnumerable identifiers, object>.Dictionary propertiesAndFields ) : System

Creates a new TypeMap.

메소드 상세

TypeMap() 공개 메소드

Creates a new TypeMap.
public TypeMap ( Type type, IEnumerable identifiers, object>.Dictionary propertiesAndFields ) : System
type System.Type Type to map.
identifiers IEnumerable The s identifiers.
propertiesAndFields object>.Dictionary The s properties and fields.
리턴 System

프로퍼티 상세

Identifiers 공개적으로 프로퍼티

List of identifiers
public IEnumerable Identifiers
리턴 IEnumerable

PropertiesAndFieldsInfo 공개적으로 프로퍼티

Property/field names and their corresponding PropertyInfo/FieldInfo objects
public Dictionary PropertiesAndFieldsInfo
리턴 object>.Dictionary

Type 공개적으로 프로퍼티

Type for this TypeMap
public Type,System Type
리턴 System.Type