ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Default implementation of ISourceInfoFactory. More...
Public Member Functions | |
ISourceInfo | CreateSourceInfo (string typeAQN, string info) |
Creates and returns a ISourceInfo instance based on the given type name and information. More... | |
Default implementation of ISourceInfoFactory.
|
inline |
Creates and returns a ISourceInfo instance based on the given type name and information.
typeAQN | The Assembly-qualified name for the ISourceInfo type. |
info | The string representation of the source info. |
Implements CSF.Zpt.Rendering.ISourceInfoFactory.