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

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

보호된 프로퍼티들

프로퍼티 타입 설명
attributes AttributeStore
unmigratedAttributes string>.IDictionary
unmigratedParts List

공개 메소드들

메소드 설명
AcceptVisitor ( IMappingModelVisitor visitor ) : void
AddUnmigratedAttribute ( string attribute, string value ) : void
AddUnmigratedPart ( IMappingPart part ) : void

보호된 메소드들

메소드 설명
ComponentMappingBase ( ) : System.Collections.Generic
ComponentMappingBase ( AttributeStore store ) : System.Collections.Generic

메소드 상세

AcceptVisitor() 공개 메소드

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

AddUnmigratedAttribute() 공개 메소드

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

AddUnmigratedPart() 공개 메소드

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

ComponentMappingBase() 보호된 메소드

protected ComponentMappingBase ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ComponentMappingBase() 보호된 메소드

protected ComponentMappingBase ( AttributeStore store ) : System.Collections.Generic
store AttributeStore
리턴 System.Collections.Generic

프로퍼티 상세

attributes 보호되어 있는 프로퍼티

protected AttributeStore attributes
리턴 AttributeStore

unmigratedAttributes 보호되어 있는 프로퍼티

protected IDictionary unmigratedAttributes
리턴 string>.IDictionary

unmigratedParts 보호되어 있는 프로퍼티

protected List unmigratedParts
리턴 List