[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.ForEachMemberPath(System.Reflection.MemberInfo,NHibernate.Mapping.ByCode.PropertyPath,System.Action{NHibernate.Mapping.ByCode.PropertyPath})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected void ForEachMemberPath( MemberInfo member, PropertyPath progressivePath, Action<PropertyPath> invoke ) |
Visual Basic |
---|
Protected Sub ForEachMemberPath ( _ member As MemberInfo, _ progressivePath As PropertyPath, _ invoke As Action(Of PropertyPath) _ ) |
Visual C++ |
---|
protected: void ForEachMemberPath( MemberInfo^ member, PropertyPath^ progressivePath, Action<PropertyPath^>^ invoke ) |
Parameters
- member
- Type: System.Reflection..::..MemberInfo
[Missing <param name="member"/> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.ForEachMemberPath(System.Reflection.MemberInfo,NHibernate.Mapping.ByCode.PropertyPath,System.Action{NHibernate.Mapping.ByCode.PropertyPath})"]
- progressivePath
- Type: NHibernate.Mapping.ByCode..::..PropertyPath
[Missing <param name="progressivePath"/> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.ForEachMemberPath(System.Reflection.MemberInfo,NHibernate.Mapping.ByCode.PropertyPath,System.Action{NHibernate.Mapping.ByCode.PropertyPath})"]
- invoke
- Type: System..::..Action<(Of <(<'PropertyPath>)>)>
[Missing <param name="invoke"/> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.ForEachMemberPath(System.Reflection.MemberInfo,NHibernate.Mapping.ByCode.PropertyPath,System.Action{NHibernate.Mapping.ByCode.PropertyPath})"]