C# 클래스 Geta.EPi.Extensions.SingletonPage.CacheKey

A cache key as a pair of a root page's content reference and a singleton page's type.
파일 보기 프로젝트 열기: Geta/EPi.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
CacheKey ( Type type, EPiServer.Core.ContentReference parentLink ) : System

Instantiates new CacheKey.

Equals ( object obj ) : bool

Determines whether the specified object is equal to the current object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

보호된 메소드들

메소드 설명
Equals ( CacheKey other ) : bool

Determines whether two specified CacheKey objects have the same value.

메소드 상세

CacheKey() 공개 메소드

Instantiates new CacheKey.
public CacheKey ( Type type, EPiServer.Core.ContentReference parentLink ) : System
type System.Type Singleton page's type.
parentLink EPiServer.Core.ContentReference A root page's content reference under which singleton page gets searched.
리턴 System

Equals() 보호된 메소드

Determines whether two specified CacheKey objects have the same value.
protected Equals ( CacheKey other ) : bool
other CacheKey The CacheKey to compare to this instance.
리턴 bool

Equals() 공개 메소드

Determines whether the specified object is equal to the current object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int