C# Class RatChat.Core.ConfigValueAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: JustOxlamon/Sc2tvChatPub

Public Methods

Method Description
ConfigValueAttribute ( string Name, string DefaultValue, string Caption, bool IsPasswordInput ) : System
GetAttribute ( Type type ) : RatChat.Core.ConfigValueAttribute[]

Method Details

ConfigValueAttribute() public method

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

GetAttribute() public static method

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