Class DynamicPropertyDefinitionTransfer.PropertyDefinitionListWrapper
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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
Inherited Members
Namespace: EPiServer.Enterprise.Transfer.Internal
Assembly: EPiServer.Enterprise.dll
Version: 11.20.7Syntax
public class PropertyDefinitionListWrapper
Constructors
PropertyDefinitionListWrapper()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the DynamicPropertyDefinitionTransfer.PropertyDefinitionListWrapper class.
Declaration
public PropertyDefinitionListWrapper()
PropertyDefinitionListWrapper(IList<PropertyDefinition>)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the list of property definitions.
Declaration
public List<PropertyDefinition> Definitions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PropertyDefinition> |