C# Class Sitecore.Linqpad.Models.DefaultValuesForCxSettings

Afficher le fichier Open project: adamconn/sitecore-linqpad

Méthodes publiques

Свойство Type Description
ContextDatabaseName string
Delimiter string

Méthodes publiques

Méthode 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 méthode

public DoesValueMatchList ( string value, string delimiter, HashSet list ) : bool
value string
delimiter string
list HashSet
Résultat bool

GetValidTypesForAppConfigReaderType() public méthode

public GetValidTypesForAppConfigReaderType ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
Résultat IEnumerable

GetValidTypesForDriverInitializerType() public méthode

public GetValidTypesForDriverInitializerType ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
Résultat IEnumerable

GetValidTypesForSchemaBuilderType() public méthode

public GetValidTypesForSchemaBuilderType ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
Résultat IEnumerable

GetValidTypesForSearchResultItem() public méthode

public GetValidTypesForSearchResultItem ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
Résultat IEnumerable

Property Details

ContextDatabaseName public_oe property

public string ContextDatabaseName
Résultat string

Delimiter public_oe property

public string Delimiter
Résultat string