BuildMaster SDK Reference
Version:

InedoProductConfigurationFile Class

Contains common configuration data for Inedo products.

Inheritance Hierarchy

  • object
    • Inedo.Configuration.InedoProductConfigurationFile

Syntax

public class InedoProductConfigurationFile

Constructors

Name Description
InedoProductConfigurationFile

Initializes a new instance of the InedoProductConfigurationFile class.

Properties

Name Description
ConnectionString

Gets or sets the database connection string.

EncryptionKey

Gets or sets the encryption key used for values encryped with Inedo.Serialization.Persistence.

WebServerEnabled

Gets or sets a value indicating whether the web server is enabled.

WebServerUrls

Gets or sets the URLs which the web server listens on.

Methods

Name Description
Load(string fileName)

Loads the configuration file at the location specified by the fileName parameter.

Load(System.IO.Stream stream)

Loads the configuration file stored in the specified stream.

Save(string fileName)

Writes the configuration file data to the specified file.

Save(System.IO.Stream stream)

Writes the configuration file to the specified stream.