Delegate TypeResolverDelegate
This delegate can be used to implement customized logic in type mapping.
Namespace: Xbim.Common.Model
Assembly: Xbim.Common.dll
Syntax
public delegate ExpressType TypeResolverDelegate(IPersistEntity entity);
Parameters
Type | Name | Description |
---|---|---|
IPersistEntity | entity | Original entity |
Returns
Type | Description |
---|---|
ExpressType | Express type which maps to the type of the original entity |