C# 클래스 Sitecore.Linqpad.Models.DefaultValuesForCxSettings

파일 보기 프로젝트 열기: adamconn/sitecore-linqpad

공개 프로퍼티들

프로퍼티 타입 설명
ContextDatabaseName string
Delimiter string

공개 메소드들

메소드 설명
DoesValueMatchList ( string value, string delimiter, HashSet list ) : bool
GetValidTypesForAppConfigReaderType ( Assembly assembly ) : IEnumerable
GetValidTypesForDriverInitializerType ( Assembly assembly ) : IEnumerable
GetValidTypesForSchemaBuilderType ( Assembly assembly ) : IEnumerable
GetValidTypesForSearchResultItem ( Assembly assembly ) : IEnumerable

메소드 상세

DoesValueMatchList() 공개 메소드

public DoesValueMatchList ( string value, string delimiter, HashSet list ) : bool
value string
delimiter string
list HashSet
리턴 bool

GetValidTypesForAppConfigReaderType() 공개 메소드

public GetValidTypesForAppConfigReaderType ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
리턴 IEnumerable

GetValidTypesForDriverInitializerType() 공개 메소드

public GetValidTypesForDriverInitializerType ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
리턴 IEnumerable

GetValidTypesForSchemaBuilderType() 공개 메소드

public GetValidTypesForSchemaBuilderType ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
리턴 IEnumerable

GetValidTypesForSearchResultItem() 공개 메소드

public GetValidTypesForSearchResultItem ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
리턴 IEnumerable

프로퍼티 상세

ContextDatabaseName 공개적으로 프로퍼티

public string ContextDatabaseName
리턴 string

Delimiter 공개적으로 프로퍼티

public string Delimiter
리턴 string