Try our conversational search powered by Generative AI!

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
System.Object
DynamicPropertyDefinitionTransfer.PropertyDefinitionListWrapper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Enterprise.Transfer.Internal
Assembly: EPiServer.Enterprise.dll
Version: 11.20.7
Syntax
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>

Extension Methods