[Missing <summary> documentation for "E:NHibernate.Mapping.ByCode.ModelMapper.BeforeMapProperty"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public event PropertyMappingHandler BeforeMapProperty |
| Visual Basic |
|---|
Public Event BeforeMapProperty As PropertyMappingHandler |
| Visual C++ |
|---|
public: event PropertyMappingHandler^ BeforeMapProperty { void add (PropertyMappingHandler^ value); void remove (PropertyMappingHandler^ value); } |