Class RepositorySetting
Represents a setting that can be stored in Colectica Repository.
Inheritance
System.Object
RepositorySetting
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RepositorySetting : object
Properties
LongValue
Gets or sets the numeric value of the setting.
Declaration
public long ? LongValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The long value. |
SettingName
Gets or sets the name of the setting.
Declaration
public string SettingName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the setting. |
Value
Gets or sets the string value of the setting.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |