Class Configuration
Storage of the various properties used by the application to determine various behaviors, paths, and options. A description of each property and its possible values can be found in the help of the configuration manager web interface.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: inetsoftware.Config
Assembly: inetsoftware.Reporting.dll
Syntax
public class Configuration : BridgedObject
Properties
Item[String]
Gets or sets a configuration property with the specified key.
Declaration
public string this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The property name |
Property Value
Type | Description |
---|---|
System.String |
Methods
FullName()
Get the full name of the configuration (scope + name)
Declaration
public string FullName()
Returns
Type | Description |
---|---|
System.String | The full name |
GetProperties()
Get all properties of configuration in a asynchron request
Declaration
public Task<IDictionary<string, string>> GetProperties()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<System.String, System.String>> |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()