Show / Hide Table of Contents

Interface IGrainIdentity

Namespace: Orleans.Core
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IGrainIdentity

Properties

| Improve this Doc View Source

IdentityString

Declaration
string IdentityString { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsClient

Declaration
bool IsClient { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

PrimaryKey

Declaration
Guid PrimaryKey { get; }
Property Value
Type Description
Guid
| Improve this Doc View Source

PrimaryKeyLong

Declaration
long PrimaryKeyLong { get; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

PrimaryKeyString

Declaration
string PrimaryKeyString { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TypeCode

Declaration
int TypeCode { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

GetPrimaryKey(out String)

Declaration
Guid GetPrimaryKey(out string keyExt)
Parameters
Type Name Description
System.String keyExt
Returns
Type Description
Guid
| Improve this Doc View Source

GetPrimaryKeyLong(out String)

Declaration
long GetPrimaryKeyLong(out string keyExt)
Parameters
Type Name Description
System.String keyExt
Returns
Type Description
System.Int64
| Improve this Doc View Source

GetUniformHashCode()

Declaration
uint GetUniformHashCode()
Returns
Type Description
System.UInt32

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX