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.
|
public KryptonPersistAttribute ( bool navigate ) : System | ||
navigate | bool | Should persistence navigate down the property. |
return | System |
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 |