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
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
Assembly: EPiServer.Enterprise.dll
Version: 9.12.2Syntax
public class PropertyDefinitionListWrapper
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> |