ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Factory type for ISourceInfo. 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... | |
Factory type for ISourceInfo.
ISourceInfo CSF.Zpt.Rendering.ISourceInfoFactory.CreateSourceInfo | ( | string | typeAQN, |
string | info | ||
) |
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. |
Implemented in CSF.Zpt.Rendering.SourceInfoFactory.