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

A record metadata definition. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Content.Metadata.IMRecord:
PushTechnology.ClientInterface.Client.Content.Metadata.IMGroup PushTechnology.ClientInterface.Client.Content.Metadata.IMNode

Additional Inherited Members

Detailed Description

A record metadata definition.

A record is a node which may have children which may be IMRecord records or IMField fields. Some data type implementations (such as MNodeDataType.RECORD do not support nested records.

The easiest way to define a record definition is using a MetadataFactory convenience method. For example:

var factory = Diffusion.Metadata; var record = factory.Record( "REC", factory.String( "A" ), factory.String( "B" ) );


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