C# 클래스 RatChat.Core.ConfigValueAttribute

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

공개 메소드들

메소드 설명
ConfigValueAttribute ( string Name, string DefaultValue, string Caption, bool IsPasswordInput ) : System
GetAttribute ( Type type ) : RatChat.Core.ConfigValueAttribute[]

메소드 상세

ConfigValueAttribute() 공개 메소드

public ConfigValueAttribute ( string Name, string DefaultValue, string Caption, bool IsPasswordInput ) : System
Name string
DefaultValue string
Caption string
IsPasswordInput bool
리턴 System

GetAttribute() 공개 정적인 메소드

public static GetAttribute ( Type type ) : RatChat.Core.ConfigValueAttribute[]
type System.Type
리턴 RatChat.Core.ConfigValueAttribute[]