C# 클래스 FluentNHibernate.Mapping.ImportPart

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

공개 메소드들

메소드 설명
As ( string alternativeName ) : void
GetImportMapping ( ) : ImportMapping
ImportPart ( Type importType ) : System
SetAttribute ( string name, string value ) : void
SetAttributes ( Attributes attrs ) : void
Write ( XmlElement classElement, IMappingVisitor visitor ) : void

메소드 상세

As() 공개 메소드

public As ( string alternativeName ) : void
alternativeName string
리턴 void

GetImportMapping() 공개 메소드

public GetImportMapping ( ) : ImportMapping
리턴 FluentNHibernate.MappingModel.ImportMapping

ImportPart() 공개 메소드

public ImportPart ( Type importType ) : System
importType System.Type
리턴 System

SetAttribute() 공개 메소드

public SetAttribute ( string name, string value ) : void
name string
value string
리턴 void

SetAttributes() 공개 메소드

public SetAttributes ( Attributes attrs ) : void
attrs Attributes
리턴 void

Write() 공개 메소드

public Write ( XmlElement classElement, IMappingVisitor visitor ) : void
classElement System.Xml.XmlElement
visitor IMappingVisitor
리턴 void