C# 클래스 Glyma.SharePoint.Search.INamedLobSystemInstanceDictionaryExtensions

파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
ContainsKey ( this lobInstances, string key, System.StringComparison comparisonType ) : bool

Checks the existence of a key within a INamedLobSystemInstanceDictionary object using a specific string comparer.

GetByKey ( this lobInstances, string key, System.StringComparison comparisonType ) : ILobSystemInstance

Gets a LOB system instance from a INamedLobSystemInstanceDictionary object using a key and a specific string comparer to examine the keys.

메소드 상세

ContainsKey() 공개 정적인 메소드

Checks the existence of a key within a INamedLobSystemInstanceDictionary object using a specific string comparer.
public static ContainsKey ( this lobInstances, string key, System.StringComparison comparisonType ) : bool
lobInstances this A INamedLobSystemInstanceDictionary object to be searched.
key string The key to search for.
comparisonType System.StringComparison The string comparer to use to compare the keys.
리턴 bool

GetByKey() 공개 정적인 메소드

Gets a LOB system instance from a INamedLobSystemInstanceDictionary object using a key and a specific string comparer to examine the keys.
public static GetByKey ( this lobInstances, string key, System.StringComparison comparisonType ) : ILobSystemInstance
lobInstances this A INamedLobSystemInstanceDictionary object to be searched.
key string The key to search for.
comparisonType System.StringComparison The string comparer to use to compare the keys.
리턴 ILobSystemInstance