The ICustomizersHolder type exposes the following members.

Methods

  NameDescription
Public methodAddCustomizer(Type, Action<(Of <<'(IClassMapper>)>>))
Public methodAddCustomizer(Type, Action<(Of <<'(IComponentAttributesMapper>)>>))
Public methodAddCustomizer(Type, Action<(Of <<'(IJoinAttributesMapper>)>>))
Public methodAddCustomizer(Type, Action<(Of <<'(IJoinedSubclassAttributesMapper>)>>))
Public methodAddCustomizer(Type, Action<(Of <<'(ISubclassMapper>)>>))
Public methodAddCustomizer(Type, Action<(Of <<'(IUnionSubclassAttributesMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IAnyMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IBagPropertiesMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(ICollectionPropertiesMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IComponentAsIdAttributesMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IComponentAttributesMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IDynamicComponentAttributesMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IElementMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IIdBagPropertiesMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IListPropertiesMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IManyToAnyMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IManyToManyMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IManyToOneMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IMapKeyManyToManyMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IMapKeyMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IMapPropertiesMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IOneToManyMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IOneToOneMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(IPropertyMapper>)>>))
Public methodAddCustomizer(PropertyPath, Action<(Of <<'(ISetPropertiesMapper>)>>))
Public methodGetAllCustomizedEntities
Public methodInvokeCustomizers(Type, IClassMapper)
Public methodInvokeCustomizers(Type, IComponentAttributesMapper)
Public methodInvokeCustomizers(Type, IJoinAttributesMapper)
Public methodInvokeCustomizers(Type, IJoinedSubclassAttributesMapper)
Public methodInvokeCustomizers(Type, ISubclassMapper)
Public methodInvokeCustomizers(Type, IUnionSubclassAttributesMapper)
Public methodInvokeCustomizers(PropertyPath, IAnyMapper)
Public methodInvokeCustomizers(PropertyPath, IBagPropertiesMapper)
Public methodInvokeCustomizers(PropertyPath, IComponentAsIdAttributesMapper)
Public methodInvokeCustomizers(PropertyPath, IComponentAttributesMapper)
Public methodInvokeCustomizers(PropertyPath, IDynamicComponentAttributesMapper)
Public methodInvokeCustomizers(PropertyPath, IElementMapper)
Public methodInvokeCustomizers(PropertyPath, IIdBagPropertiesMapper)
Public methodInvokeCustomizers(PropertyPath, IListPropertiesMapper)
Public methodInvokeCustomizers(PropertyPath, IManyToAnyMapper)
Public methodInvokeCustomizers(PropertyPath, IManyToManyMapper)
Public methodInvokeCustomizers(PropertyPath, IManyToOneMapper)
Public methodInvokeCustomizers(PropertyPath, IMapKeyManyToManyMapper)
Public methodInvokeCustomizers(PropertyPath, IMapKeyMapper)
Public methodInvokeCustomizers(PropertyPath, IMapPropertiesMapper)
Public methodInvokeCustomizers(PropertyPath, IOneToManyMapper)
Public methodInvokeCustomizers(PropertyPath, IOneToOneMapper)
Public methodInvokeCustomizers(PropertyPath, IPropertyMapper)
Public methodInvokeCustomizers(PropertyPath, ISetPropertiesMapper)

See Also