Table of Contents

Class PropertyBasedSaveConfigToken

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll
public sealed class PropertyBasedSaveConfigToken : SaveConfigToken, ICloneable, IDeserializationCallback
Inheritance
PropertyBasedSaveConfigToken
Implements
Inherited Members

Constructors

PropertyBasedSaveConfigToken(PropertyCollection)

Properties

Properties
PropertyNames

Methods

Clone()

This should simply call "new myType(this)" ... do not call base class' implementation of Clone, as this is handled by the constructors.

GetProperty(object)
GetProperty<TProperty>(object)
SetPropertyValue(object, object)