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

Factory type for ISourceInfo. More...

Inheritance diagram for CSF.Zpt.Rendering.ISourceInfoFactory:

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

Factory type for ISourceInfo.

Member Function Documentation

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

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.

Implemented in CSF.Zpt.Rendering.SourceInfoFactory.


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