C# Class Castle.ActiveRecord.RawXmlMappingAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
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.

Method Details

GetMappings() public abstract méthode

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[]
Résultat string[]