다음을 통해 공유


GrainIdKeyExtensions 클래스

정의

키에 대한 GrainId 확장입니다.

public static class GrainIdKeyExtensions
type GrainIdKeyExtensions = class
Public Module GrainIdKeyExtensions
상속
GrainIdKeyExtensions

메서드

CreateGuidKey(Guid)

IdSpan 키를 나타내는 을 Guid 만듭니다.

CreateGuidKey(Guid, ReadOnlySpan<Byte>)

IdSpan 키 및 키 확장 문자열을 나타내는 을 Guid 만듭니다.

CreateGuidKey(Guid, String)

IdSpan 키 및 키 확장 문자열을 나타내는 을 Guid 만듭니다.

CreateIntegerKey(Int64)

IdSpan 키를 나타내는 을 Int64 만듭니다.

CreateIntegerKey(Int64, ReadOnlySpan<Byte>)

IdSpan 키 및 키 확장 문자열을 나타내는 을 Int64 만듭니다.

CreateIntegerKey(Int64, String)

IdSpan 키 및 키 확장 문자열을 나타내는 을 Int64 만듭니다.

GetGuidKey(GrainId)

Guid 조직 기본 키의 표현을 반환합니다.

GetGuidKey(GrainId, String)

Guid 조직 기본 키의 표현을 반환합니다.

GetIntegerKey(GrainId)

조직 키의 Int64 표현을 반환합니다.

GetIntegerKey(GrainId, String)

조직 키의 Int64 표현을 반환합니다.

TryGetGuidKey(GrainId, Guid, String)

제공된 조직 ID의 부분을 구문 분석 Key 하여 키 및 String 키 확장을 추출 Guid 하려고 시도합니다.

TryGetIntegerKey(GrainId, Int64, String)

제공된 조직 ID의 부분을 구문 분석 Key 하여 키 및 String 키 확장을 추출 Int64 하려고 시도합니다.

적용 대상