[Missing <summary> documentation for "M:NHibernate.Cfg.XmlHbmBinding.Binder.GetMetas(NHibernate.Cfg.MappingSchema.IDecoratable,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute},System.Boolean)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static IDictionary<string, MetaAttribute> GetMetas( IDecoratable decoratable, IDictionary<string, MetaAttribute> inheritedMeta, bool onlyInheritable ) |
Visual Basic |
---|
Public Shared Function GetMetas ( _ decoratable As IDecoratable, _ inheritedMeta As IDictionary(Of String, MetaAttribute), _ onlyInheritable As Boolean _ ) As IDictionary(Of String, MetaAttribute) |
Visual C++ |
---|
public: static IDictionary<String^, MetaAttribute^>^ GetMetas( IDecoratable^ decoratable, IDictionary<String^, MetaAttribute^>^ inheritedMeta, bool onlyInheritable ) |
Parameters
- decoratable
- Type: NHibernate.Cfg.MappingSchema..::..IDecoratable
[Missing <param name="decoratable"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.Binder.GetMetas(NHibernate.Cfg.MappingSchema.IDecoratable,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute},System.Boolean)"]
- inheritedMeta
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, MetaAttribute>)>)>
[Missing <param name="inheritedMeta"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.Binder.GetMetas(NHibernate.Cfg.MappingSchema.IDecoratable,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute},System.Boolean)"]
- onlyInheritable
- Type: System..::..Boolean
[Missing <param name="onlyInheritable"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.Binder.GetMetas(NHibernate.Cfg.MappingSchema.IDecoratable,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute},System.Boolean)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Cfg.XmlHbmBinding.Binder.GetMetas(NHibernate.Cfg.MappingSchema.IDecoratable,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute},System.Boolean)"]