C# Класс Nexus.Client.Settings.GeneralSettingsGroup.FileAssociationSetting

Describes a file type association with the client.
Показать файл Открыть проект

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

Метод Описание
FileAssociationSetting ( string p_strExtension, string p_strDescription, bool p_booIsAssociated ) : System

A simple constructor that initializes the object with the given values.

Описание методов

FileAssociationSetting() публичный Метод

A simple constructor that initializes the object with the given values.
public FileAssociationSetting ( string p_strExtension, string p_strDescription, bool p_booIsAssociated ) : System
p_strExtension string The extention of the file type association.
p_strDescription string The description of the association.
p_booIsAssociated bool Whether the file is associated with the client.
Результат System