C# Class ComponentFactory.Krypton.Toolkit.KryptonPersistAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode 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 méthode

Initialize a new instance of the KryptonPersistAttribute class.
public KryptonPersistAttribute ( ) : System
Résultat System

KryptonPersistAttribute() public méthode

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

KryptonPersistAttribute() public méthode

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.
Résultat System