C# Класс RatChat.Core.ConfigValueAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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[]