C# Class ComponentFactory.Krypton.Toolkit.KryptonPersistAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method Description
KryptonPersistAttribute ( ) : System

Initialize a new instance of the KryptonPersistAttribute class.

KryptonPersistAttribute ( bool navigate ) : System

Initialize a new instance of the KryptonPersistAttribute class.

KryptonPersistAttribute ( bool navigate, bool populate ) : System

Initialize a new instance of the KryptonPersistAttribute class.

Method Details

KryptonPersistAttribute() public method

Initialize a new instance of the KryptonPersistAttribute class.
public KryptonPersistAttribute ( ) : System
return System

KryptonPersistAttribute() public method

Initialize a new instance of the KryptonPersistAttribute class.
public KryptonPersistAttribute ( bool navigate ) : System
navigate bool Should persistence navigate down the property.
return System

KryptonPersistAttribute() public method

Initialize a new instance of the KryptonPersistAttribute class.
public KryptonPersistAttribute ( bool navigate, bool populate ) : System
navigate bool Should persistence navigate down the property.
populate bool Should property be reset as part of a populate operation.
return System