Method | Description | |
---|---|---|
PropertyBag ( string typeName, |
Initializes a new instance of the PropertyBag class.
|
public PropertyBag ( string typeName, |
||
typeName | string | Name of the type. |
typeDefinition | The type definition. | |
propertyName | string | Name of the property. |
propertyType | Type of the property. | |
collectionInnerTypes | List |
The collection inner types. |
transformablePropertyType | TransformablePropertyTypeEnum | Type of the transformable property. |
hasDefaultValue | bool | if set to |
defaultValue | object | The default value. |
return | System |