Click or drag to resize
StructuredFieldTImplementationType Class
Definition of the structured field configuration
Inheritance Hierarchy
SystemObject
  CMS.DataEngineStructuredFieldTImplementationType
    CMS.DataEngineStructuredField

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class StructuredField<TImplementationType> : IStructuredField
where TImplementationType : IStructuredData

Type Parameters

TImplementationType
Implementation type, must implement IStructuredData

The StructuredFieldTImplementationType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFieldName
Info field name
Public propertyImplementationType
Implementation type
Top
Methods
  NameDescription
Public methodCreateStructuredValue
Creates the object from the given XML value
Top
See Also