Show / Hide Table of Contents

Class RepositorySetting

Represents a setting that can be stored in Colectica Repository.

Inheritance
Object
RepositorySetting
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class RepositorySetting

Properties

LongValue

Gets or sets the numeric value of the setting.

Declaration
[DataMember]
public long? LongValue { get; set; }
Property Value
Type Description
Nullable<Int64>

The long value.

SettingName

Gets or sets the name of the setting.

Declaration
[DataMember]
public string SettingName { get; set; }
Property Value
Type Description
String

The name of the setting.

Value

Gets or sets the string value of the setting.

Declaration
[DataMember]
public string Value { get; set; }
Property Value
Type Description
String

The value.

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX