C# 클래스 Sdl.Tridion.Context.ContextClaims

파일 보기 프로젝트 열기: NunoLinhares/TridionContextEngineWrapper

보호된 메소드들

메소드 설명
ContextClaims ( ) : System
ContextClaims ( object>.Dictionary claims ) : System
GetBooleanValue ( Uri claimUri ) : bool
GetIntValue ( Uri claimUri ) : int
GetStringValue ( Uri claimUri ) : string

메소드 상세

ContextClaims() 보호된 메소드

protected ContextClaims ( ) : System
리턴 System

ContextClaims() 보호된 메소드

protected ContextClaims ( object>.Dictionary claims ) : System
claims object>.Dictionary
리턴 System

GetBooleanValue() 보호된 메소드

protected GetBooleanValue ( Uri claimUri ) : bool
claimUri System.Uri
리턴 bool

GetIntValue() 보호된 메소드

protected GetIntValue ( Uri claimUri ) : int
claimUri System.Uri
리턴 int

GetStringValue() 보호된 메소드

protected GetStringValue ( Uri claimUri ) : string
claimUri System.Uri
리턴 string