C# Class Nexus.Client.Settings.GeneralSettingsGroup.FileAssociationSetting

Describes a file type association with the client.
显示文件 Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
FileAssociationSetting ( string p_strExtension, string p_strDescription, bool p_booIsAssociated ) : System

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

Method Details

FileAssociationSetting() public method

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.
return System