C# 클래스 Castle.ActiveRecord.RawXmlMappingAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
GetMappings ( ) : string[]

Get the mapping xml to add to NHibernate's configuration. Note that we allow to return more than a single mapping, each string is treated as a seperated document.

메소드 상세

GetMappings() 공개 추상적인 메소드

Get the mapping xml to add to NHibernate's configuration. Note that we allow to return more than a single mapping, each string is treated as a seperated document.
public abstract GetMappings ( ) : string[]
리턴 string[]