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

Configuration type which represents the collection of plugin assemblies. More...

Inheritance diagram for CSF.Zpt.PluginAssemblyCollection:
Collaboration diagram for CSF.Zpt.PluginAssemblyCollection:

Public Member Functions

override bool IsReadOnly ()
 Determines whether this instance is read only. More...
 

Protected Member Functions

override bool IsElementName (string elementName)
 Determines whether the given string matches the ElementName. More...
 
override ConfigurationElement CreateNewElement ()
 Creates the new element. More...
 
override object GetElementKey (ConfigurationElement element)
 Gets the element key. More...
 

Properties

override
ConfigurationElementCollectionType 
CollectionType [get]
 Gets the configuration collection type. More...
 
override string ElementName [get]
 Gets the name of the element. More...
 
Plugin this[int idx] [get]
 Gets the CSF.Zpt.Plugin with the specified index. More...
 

Detailed Description

Configuration type which represents the collection of plugin assemblies.

Member Function Documentation

override ConfigurationElement CSF.Zpt.PluginAssemblyCollection.CreateNewElement ( )
inlineprotected

Creates the new element.

Returns
The new element.
override object CSF.Zpt.PluginAssemblyCollection.GetElementKey ( ConfigurationElement  element)
inlineprotected

Gets the element key.

Returns
The element key.
Parameters
elementElement.
override bool CSF.Zpt.PluginAssemblyCollection.IsElementName ( string  elementName)
inlineprotected

Determines whether the given string matches the ElementName.

Returns
true if the string matches the element name; otherwise, false.
Parameters
elementNameElement name.
override bool CSF.Zpt.PluginAssemblyCollection.IsReadOnly ( )
inline

Determines whether this instance is read only.

Returns
true if this instance is read only; otherwise, false.

Property Documentation

override ConfigurationElementCollectionType CSF.Zpt.PluginAssemblyCollection.CollectionType
get

Gets the configuration collection type.

The type of the collection.

override string CSF.Zpt.PluginAssemblyCollection.ElementName
getprotected

Gets the name of the element.

The name of the element.

Plugin CSF.Zpt.PluginAssemblyCollection.this[int idx]
get

Gets the CSF.Zpt.Plugin with the specified index.

Parameters
idxIndex.

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