C# Class SenseNet.ContentRepository.Storage.Data.RepositoryConfiguration

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Свойство Type Description
BuiltInDomainName string
CommitDelayInSecondsKey string
DelayedCommitCycleMaxCountKey string
IndexHealthMonitorGapPartitionsKey string
IndexHealthMonitorRunningPeriodKey string
IndexHistoryItemLimitKey string
IndexLockFileRemovedNotificationEmailKey string
LastModifiersGroupId int
NotificationSectionKey string
NotificationSenderKey string

Private Properties

Свойство Type Description
GetBooleanConfigValue bool
GetStringArrayConfigValue string[]

Méthodes publiques

Méthode Description
GetStringArrayConfigValues ( string sectionKey, string key ) : string[]

Private Methods

Méthode Description
GetBooleanConfigValue ( string key, bool defaultValue ) : bool
GetStringArrayConfigValue ( string key ) : string[]

Method Details

GetStringArrayConfigValues() public static méthode

public static GetStringArrayConfigValues ( string sectionKey, string key ) : string[]
sectionKey string
key string
Résultat string[]

Property Details

BuiltInDomainName public_oe static_oe property

public static string BuiltInDomainName
Résultat string

CommitDelayInSecondsKey public_oe static_oe property

public static string CommitDelayInSecondsKey
Résultat string

DelayedCommitCycleMaxCountKey public_oe static_oe property

public static string DelayedCommitCycleMaxCountKey
Résultat string

IndexHealthMonitorGapPartitionsKey public_oe static_oe property

public static string IndexHealthMonitorGapPartitionsKey
Résultat string

IndexHealthMonitorRunningPeriodKey public_oe static_oe property

public static string IndexHealthMonitorRunningPeriodKey
Résultat string

IndexHistoryItemLimitKey public_oe static_oe property

public static string IndexHistoryItemLimitKey
Résultat string

IndexLockFileRemovedNotificationEmailKey public_oe static_oe property

public static string IndexLockFileRemovedNotificationEmailKey
Résultat string

LastModifiersGroupId public_oe static_oe property

public static int LastModifiersGroupId
Résultat int

NotificationSectionKey public_oe static_oe property

public static string NotificationSectionKey
Résultat string

NotificationSenderKey public_oe static_oe property

public static string NotificationSenderKey
Résultat string