C# 클래스 SenseNet.ContentRepository.Storage.Data.RepositoryConfiguration

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BuiltInDomainName string
CommitDelayInSecondsKey string
DelayedCommitCycleMaxCountKey string
IndexHealthMonitorGapPartitionsKey string
IndexHealthMonitorRunningPeriodKey string
IndexHistoryItemLimitKey string
IndexLockFileRemovedNotificationEmailKey string
LastModifiersGroupId int
NotificationSectionKey string
NotificationSenderKey string

Private Properties

프로퍼티 타입 설명
GetBooleanConfigValue bool
GetStringArrayConfigValue string[]

공개 메소드들

메소드 설명
GetStringArrayConfigValues ( string sectionKey, string key ) : string[]

비공개 메소드들

메소드 설명
GetBooleanConfigValue ( string key, bool defaultValue ) : bool
GetStringArrayConfigValue ( string key ) : string[]

메소드 상세

GetStringArrayConfigValues() 공개 정적인 메소드

public static GetStringArrayConfigValues ( string sectionKey, string key ) : string[]
sectionKey string
key string
리턴 string[]

프로퍼티 상세

BuiltInDomainName 공개적으로 정적으로 프로퍼티

public static string BuiltInDomainName
리턴 string

CommitDelayInSecondsKey 공개적으로 정적으로 프로퍼티

public static string CommitDelayInSecondsKey
리턴 string

DelayedCommitCycleMaxCountKey 공개적으로 정적으로 프로퍼티

public static string DelayedCommitCycleMaxCountKey
리턴 string

IndexHealthMonitorGapPartitionsKey 공개적으로 정적으로 프로퍼티

public static string IndexHealthMonitorGapPartitionsKey
리턴 string

IndexHealthMonitorRunningPeriodKey 공개적으로 정적으로 프로퍼티

public static string IndexHealthMonitorRunningPeriodKey
리턴 string

IndexHistoryItemLimitKey 공개적으로 정적으로 프로퍼티

public static string IndexHistoryItemLimitKey
리턴 string

IndexLockFileRemovedNotificationEmailKey 공개적으로 정적으로 프로퍼티

public static string IndexLockFileRemovedNotificationEmailKey
리턴 string

LastModifiersGroupId 공개적으로 정적으로 프로퍼티

public static int LastModifiersGroupId
리턴 int

NotificationSectionKey 공개적으로 정적으로 프로퍼티

public static string NotificationSectionKey
리턴 string

NotificationSenderKey 공개적으로 정적으로 프로퍼티

public static string NotificationSenderKey
리턴 string