C# 클래스 Marten.Schema.IdField

상속: IField
파일 보기 프로젝트 열기: JasperFx/marten 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( Expression valueExpression ) : object
IdField ( MemberInfo idMember ) : System
LocatorFor ( string rootTableAlias ) : string
ShouldUseContainmentOperator ( ) : bool
WritePatch ( Marten.Schema.DocumentMapping mapping, Marten.Schema.SchemaPatch patch ) : void

메소드 상세

GetValue() 공개 메소드

public GetValue ( Expression valueExpression ) : object
valueExpression System.Linq.Expressions.Expression
리턴 object

IdField() 공개 메소드

public IdField ( MemberInfo idMember ) : System
idMember System.Reflection.MemberInfo
리턴 System

LocatorFor() 공개 메소드

public LocatorFor ( string rootTableAlias ) : string
rootTableAlias string
리턴 string

ShouldUseContainmentOperator() 공개 메소드

public ShouldUseContainmentOperator ( ) : bool
리턴 bool

WritePatch() 공개 메소드

public WritePatch ( Marten.Schema.DocumentMapping mapping, Marten.Schema.SchemaPatch patch ) : void
mapping Marten.Schema.DocumentMapping
patch Marten.Schema.SchemaPatch
리턴 void