C# 클래스 Composite.C1Console.Security.EntityToken

파일 보기 프로젝트 열기: Orckestra/C1-CMS 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( EntityToken entityToken ) : bool
Equals ( object obj ) : bool
EqualsWithVersionIgnore ( object obj ) : bool
GetHashCode ( ) : int
GetPrettyHtml ( string>.Dictionary piggybag ) : string
GetVersionHashCode ( ) : int
IsValid ( ) : bool

The state of the EntityToken. Invalid entity tokens will be automatically removed from the system.

OnGetExtraPrettyHtml ( ) : string
OnGetIdPrettyHtml ( ) : string
OnGetPrettyHtml ( Composite.C1Console.Security.EntityTokenHtmlPrettyfier entityTokenHtmlPrettyfier ) : void
OnGetSourcePrettyHtml ( ) : string
OnGetTypePrettyHtml ( ) : string
Serialize ( ) : string

Serialize the EntityToken

ToString ( ) : string

보호된 메소드들

메소드 설명
DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id ) : void
DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id, string>.Dictionary &dic ) : void
DoSerialize ( ) : string
DoSerialize ( StringBuilder stringBuilder ) : void

비공개 메소드들

메소드 설명
ThrowNotUniqueException ( ) : void
ValidateEntityToken ( ) : void

메소드 상세

DoDeserialize() 보호된 정적인 메소드

protected static DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id ) : void
serializedEntityToken string
type string
source string
id string
리턴 void

DoDeserialize() 보호된 정적인 메소드

protected static DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id, string>.Dictionary &dic ) : void
serializedEntityToken string
type string
source string
id string
dic string>.Dictionary
리턴 void

DoSerialize() 보호된 메소드

protected DoSerialize ( ) : string
리턴 string

DoSerialize() 보호된 메소드

protected DoSerialize ( StringBuilder stringBuilder ) : void
stringBuilder StringBuilder
리턴 void

Equals() 공개 메소드

public Equals ( EntityToken entityToken ) : bool
entityToken EntityToken
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

EqualsWithVersionIgnore() 공개 메소드

public EqualsWithVersionIgnore ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetPrettyHtml() 공개 메소드

public GetPrettyHtml ( string>.Dictionary piggybag ) : string
piggybag string>.Dictionary
리턴 string

GetVersionHashCode() 공개 메소드

public GetVersionHashCode ( ) : int
리턴 int

IsValid() 공개 메소드

The state of the EntityToken. Invalid entity tokens will be automatically removed from the system.
public IsValid ( ) : bool
리턴 bool

OnGetExtraPrettyHtml() 공개 메소드

public OnGetExtraPrettyHtml ( ) : string
리턴 string

OnGetIdPrettyHtml() 공개 메소드

public OnGetIdPrettyHtml ( ) : string
리턴 string

OnGetPrettyHtml() 공개 메소드

public OnGetPrettyHtml ( Composite.C1Console.Security.EntityTokenHtmlPrettyfier entityTokenHtmlPrettyfier ) : void
entityTokenHtmlPrettyfier Composite.C1Console.Security.EntityTokenHtmlPrettyfier
리턴 void

OnGetSourcePrettyHtml() 공개 메소드

public OnGetSourcePrettyHtml ( ) : string
리턴 string

OnGetTypePrettyHtml() 공개 메소드

public OnGetTypePrettyHtml ( ) : string
리턴 string

Serialize() 공개 추상적인 메소드

Serialize the EntityToken
public abstract Serialize ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string