C# 클래스 SitecoreData.DataProviders.QueryElementParser

파일 보기 프로젝트 열기: dsolovay/SitecoreData

공개 메소드들

메소드 설명
GetGuidFromPredicate ( string predicate ) : System.Guid
GetName ( string input ) : string
GetPredicate ( string input ) : string

비공개 메소드들

메소드 설명
DoubleQuotePrecedesSingleQuote ( int indexOfDoubleQuote, int indexOfSingleQuote ) : bool

메소드 상세

GetGuidFromPredicate() 공개 정적인 메소드

public static GetGuidFromPredicate ( string predicate ) : System.Guid
predicate string
리턴 System.Guid

GetName() 공개 정적인 메소드

public static GetName ( string input ) : string
input string
리턴 string

GetPredicate() 공개 정적인 메소드

public static GetPredicate ( string input ) : string
input string
리턴 string