[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.MappingsExtensions.WriteAllXmlMapping(System.Collections.Generic.IEnumerable{NHibernate.Cfg.MappingSchema.HbmMapping})"]

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static void WriteAllXmlMapping(
	this IEnumerable<HbmMapping> mappings
)
Visual Basic
<ExtensionAttribute> _
Public Shared Sub WriteAllXmlMapping ( _
	mappings As IEnumerable(Of HbmMapping) _
)
Visual C++
[ExtensionAttribute]
public:
static void WriteAllXmlMapping(
	IEnumerable<HbmMapping^>^ mappings
)

Parameters

mappings
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'HbmMapping>)>)>

[Missing <param name="mappings"/> documentation for "M:NHibernate.Mapping.ByCode.MappingsExtensions.WriteAllXmlMapping(System.Collections.Generic.IEnumerable{NHibernate.Cfg.MappingSchema.HbmMapping})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<(Of <(<'HbmMapping>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also