C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonPersistAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
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.

메소드 상세

KryptonPersistAttribute() 공개 메소드

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

KryptonPersistAttribute() 공개 메소드

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

KryptonPersistAttribute() 공개 메소드

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.
리턴 System