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

Custom string field metadata. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Content.Metadata.IMCustomString:
PushTechnology.ClientInterface.Client.Content.Metadata.IMString PushTechnology.ClientInterface.Client.Content.Metadata.IMField PushTechnology.ClientInterface.Client.Content.Metadata.IMNode

Properties

string Handler [get]
 Return the custom string handler class name. More...
 

Detailed Description

Custom string field metadata.

An IMString field whose representation is handled by a server-side field handler. THe handler is specified in terms of the full class name of a class which is available at the server and implements the com.pushtechnology.diffusion.api.data.metadata.CustomFieldHandler interface.

The easiest way to create a custom string definition is using the IMetadataFactory.CustomString method. For example:

var factory = Diffusion.Metadata; var mString = factory.CustomString( "A", "CustomHandlerClass" );

For more complex requirements an IMCustomStringBuilder can be used.

Property Documentation

string PushTechnology.ClientInterface.Client.Content.Metadata.IMCustomString.Handler
get

Return the custom string handler class name.


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