C# 클래스 SharpArch.Specifications.NHibernate.Mappings.AutomappingConfiguration

Applies custom mapping conventions to S#Arch entities.
Following rules are applied: ID Property with name Id will be mapped to entity ID. Component ValueObject descendants will be mapped as Components.
상속: FluentNHibernate.Automapping.DefaultAutomappingConfiguration
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture

공개 메소드들

메소드 설명
IsComponent ( Type type ) : bool

Determines whether the specified type is component (value object).

IsId ( Member member ) : bool

Determines whether the specified member is identifier.

ShouldMap ( Type type ) : bool

Checks if given type is S#Arch entity.

메소드 상세

IsComponent() 공개 메소드

Determines whether the specified type is component (value object).
public IsComponent ( Type type ) : bool
type System.Type The type.
리턴 bool

IsId() 공개 메소드

Determines whether the specified member is identifier.
public IsId ( Member member ) : bool
member Member The member.
리턴 bool

ShouldMap() 공개 메소드

Checks if given type is S#Arch entity.
public ShouldMap ( Type type ) : bool
type System.Type
리턴 bool