C# 클래스 SevenDigital.Content.Ingestion.Spike.Domain.Boilerplate.PersistentKey

파일 보기 프로젝트 열기: 7digital/sevendigital-content-ingestion-spike 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
From ( System.Guid key ) : PersistentKey
GetHashCode ( ) : int
New ( ) : PersistentKey
ToGuid ( ) : System.Guid
ToString ( ) : string

비공개 메소드들

메소드 설명
PersistentKey ( System.Guid key ) : System

메소드 상세

Equals() 공개 메소드

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

From() 공개 정적인 메소드

public static From ( System.Guid key ) : PersistentKey
key System.Guid
리턴 PersistentKey

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

New() 공개 정적인 메소드

public static New ( ) : PersistentKey
리턴 PersistentKey

ToGuid() 공개 메소드

public ToGuid ( ) : System.Guid
리턴 System.Guid

ToString() 공개 메소드

public ToString ( ) : string
리턴 string