ConfigurationEntry Class

Summary

This class encapsulates a single line of configuration information from the ShowConfigCommand.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Base Types
  • object
graph TD Base0["object"]-->Type Type["ConfigurationEntry"] class Type type-node

Syntax

public class ConfigurationEntry

Constructors

Name Summary
ConfigurationEntry(string, string, string) Initializes a new instance of the ConfigurationEntry class.

Properties

Name Value Summary
Name string
Gets the name of the configuration entry.
Section string
Gets the section of the configuration entry, used to group configuration entries together.
Value string
Gets the value of the configuration entry.