Class DynamicPropertyDefinitionTransfer.PropertyDefinitionListWrapper
This is an internal class only used for serialization during import/export. The reason it is public is because it is needed for the serializer.
Inheritance
System.Object
DynamicPropertyDefinitionTransfer.PropertyDefinitionListWrapper
Namespace: EPiServer.Enterprise.Transfer.Internal
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
public class PropertyDefinitionListWrapper : Object
Constructors
PropertyDefinitionListWrapper()
Initializes a new instance of the DynamicPropertyDefinitionTransfer.PropertyDefinitionListWrapper class.
Declaration
public PropertyDefinitionListWrapper()
PropertyDefinitionListWrapper(IList<PropertyDefinition>)
Initializes a new instance of the DynamicPropertyDefinitionTransfer.PropertyDefinitionListWrapper class.
Declaration
public PropertyDefinitionListWrapper(IList<PropertyDefinition> definitions)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<PropertyDefinition> | definitions | The definitions. |
Properties
Definitions
Gets the list of property definitions.
Declaration
public List<PropertyDefinition> Definitions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PropertyDefinition> |