C# 클래스 FluentNHibernate.MappingModel.ClassBased.ClassMapping

상속: ClassMappingBase
파일 보기 프로젝트 열기: HudsonAkridge/fluent-nhibernate 1 사용 예제들

공개 메소드들

메소드 설명
AcceptVisitor ( IMappingModelVisitor visitor ) : void
AddJoin ( JoinMapping join ) : void
AddSubclass ( ISubclassMapping subclass ) : void
AddUnmigratedAttribute ( string attribute, string value ) : void
AddUnmigratedPart ( IMappingPart part ) : void
ClassMapping ( ) : System
ClassMapping ( Type type ) : System

보호된 메소드들

메소드 설명
ClassMapping ( AttributeStore store ) : System

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( IMappingModelVisitor visitor ) : void
visitor IMappingModelVisitor
리턴 void

AddJoin() 공개 메소드

public AddJoin ( JoinMapping join ) : void
join JoinMapping
리턴 void

AddSubclass() 공개 메소드

public AddSubclass ( ISubclassMapping subclass ) : void
subclass ISubclassMapping
리턴 void

AddUnmigratedAttribute() 공개 메소드

public AddUnmigratedAttribute ( string attribute, string value ) : void
attribute string
value string
리턴 void

AddUnmigratedPart() 공개 메소드

public AddUnmigratedPart ( IMappingPart part ) : void
part IMappingPart
리턴 void

ClassMapping() 공개 메소드

public ClassMapping ( ) : System
리턴 System

ClassMapping() 보호된 메소드

protected ClassMapping ( AttributeStore store ) : System
store AttributeStore
리턴 System

ClassMapping() 공개 메소드

public ClassMapping ( Type type ) : System
type System.Type
리턴 System