C# 클래스 Paralect.Config.Settings.SettingsPropertyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: paralect/Paralect.Config 1 사용 예제들

공개 메소드들

메소드 설명
SettingsPropertyAttribute ( ) : System

Map property of not primitive type

SettingsPropertyAttribute ( String key ) : System

Map property to the key of application settings

메소드 상세

SettingsPropertyAttribute() 공개 메소드

Map property of not primitive type
public SettingsPropertyAttribute ( ) : System
리턴 System

SettingsPropertyAttribute() 공개 메소드

Map property to the key of application settings
public SettingsPropertyAttribute ( String key ) : System
key String
리턴 System