Class StructuredField<TImplementationType>
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Definition of the structured field configuration
public class StructuredField<TImplementationType> : IStructuredField where TImplementationType : IStructuredData
Type Parameters
TImplementationType
Implementation type, must implement IStructuredData
- Inheritance
-
objectStructuredField<TImplementationType>
- Implements
- Derived
- Extension Methods
Constructors
StructuredField(string)
Constructor
public StructuredField(string name)
Parameters
name
stringInfo field name
Properties
FieldName
Info field name
public string FieldName { get; }
Property Value
- string
ImplementationType
Implementation type
public Type ImplementationType { get; }
Property Value
- Type
Methods
CreateStructuredValue(string)
Creates the object from the given XML value
public IStructuredData CreateStructuredValue(string xmlValue)
Parameters
xmlValue
string