C# Class Sitecore.Linqpad.Models.DefaultValuesForCxSettings

Exibir arquivo Open project: adamconn/sitecore-linqpad

Public Properties

Property Type Description
ContextDatabaseName string
Delimiter string

Public Methods

Method Description
DoesValueMatchList ( string value, string delimiter, HashSet list ) : bool
GetValidTypesForAppConfigReaderType ( Assembly assembly ) : IEnumerable
GetValidTypesForDriverInitializerType ( Assembly assembly ) : IEnumerable
GetValidTypesForSchemaBuilderType ( Assembly assembly ) : IEnumerable
GetValidTypesForSearchResultItem ( Assembly assembly ) : IEnumerable

Method Details

DoesValueMatchList() public method

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

GetValidTypesForAppConfigReaderType() public method

public GetValidTypesForAppConfigReaderType ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
return IEnumerable

GetValidTypesForDriverInitializerType() public method

public GetValidTypesForDriverInitializerType ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
return IEnumerable

GetValidTypesForSchemaBuilderType() public method

public GetValidTypesForSchemaBuilderType ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
return IEnumerable

GetValidTypesForSearchResultItem() public method

public GetValidTypesForSearchResultItem ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
return IEnumerable

Property Details

ContextDatabaseName public_oe property

public string ContextDatabaseName
return string

Delimiter public_oe property

public string Delimiter
return string