Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Content.Metadata.IMCustomStringBuilder Interface Reference

Custom string field metadata builder. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Content.Metadata.IMCustomStringBuilder:
PushTechnology.ClientInterface.Client.Content.Metadata.IMStringAbstractBuilder< out T, out TB > PushTechnology.ClientInterface.Client.Content.Metadata.IMNodeBuilder< out T, out TB > PushTechnology.ClientInterface.Client.Content.Metadata.Record.IMStringAbstractStringBuilder PushTechnology.ClientInterface.Client.Content.Metadata.Record.IMNodeBuilder

Public Member Functions

IMCustomStringBuilder SetHandler (string className)
 Sets the handler class. More...
 

Additional Inherited Members

Detailed Description

Custom string field metadata builder.

Such a builder may be created using IMetadataFactory.CustomBuilder

Member Function Documentation

IMCustomStringBuilder PushTechnology.ClientInterface.Client.Content.Metadata.IMCustomStringBuilder.SetHandler ( string  className)

Sets the handler class.

Parameters
classNameThe full handler class name. This must specify the name of a class available at the server which will be instantiated to handle the field. The class must implement the required CustomFieldHandler interface.
Returns
This builder.

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