ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.Rendering.SourceInfoFactory Class Reference

Default implementation of ISourceInfoFactory. More...

Inheritance diagram for CSF.Zpt.Rendering.SourceInfoFactory:
Collaboration diagram for CSF.Zpt.Rendering.SourceInfoFactory:

Public Member Functions

ISourceInfo CreateSourceInfo (string typeAQN, string info)
 Creates and returns a ISourceInfo instance based on the given type name and information. More...
 

Detailed Description

Default implementation of ISourceInfoFactory.

Member Function Documentation

ISourceInfo CSF.Zpt.Rendering.SourceInfoFactory.CreateSourceInfo ( string  typeAQN,
string  info 
)
inline

Creates and returns a ISourceInfo instance based on the given type name and information.

Returns
A source info instance.
Parameters
typeAQNThe Assembly-qualified name for the ISourceInfo type.
infoThe string representation of the source info.

Implements CSF.Zpt.Rendering.ISourceInfoFactory.


The documentation for this class was generated from the following file: