C# Class RatChat.Core.ConfigValueAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: JustOxlamon/Sc2tvChatPub

Méthodes publiques

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

Method Details

ConfigValueAttribute() public méthode

public ConfigValueAttribute ( string Name, string DefaultValue, string Caption, bool IsPasswordInput ) : System
Name string
DefaultValue string
Caption string
IsPasswordInput bool
Résultat System

GetAttribute() public static méthode

public static GetAttribute ( Type type ) : RatChat.Core.ConfigValueAttribute[]
type System.Type
Résultat RatChat.Core.ConfigValueAttribute[]