Class BlockItemData.BlockPropertyValue
Used during deserialization to populate the property value/property type of a block item content property
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class BlockPropertyValue
Constructors
BlockPropertyValue(Object, IPropertyType)
Declaration
public BlockPropertyValue(object value, IPropertyType propertyType)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
IPropertyType |
propertyType |
|
Properties
PropertyType
Declaration
public IPropertyType PropertyType { get; }
Property Value
Type |
Description |
IPropertyType |
|
Value
Declaration
public object Value { get; }
Property Value
Type |
Description |
System.Object |
|