Skip to content

WellKnownGrainInterfaceProperties Fields

Well-known grain interface property keys.

DefaultGrainType

staticconst
public const string DefaultGrainType
The encoded GrainType corresponding to the primary implementation of an interface. This is used for resolving a grain type from an interface.

TypeName

staticconst
public const string TypeName
The name of the type of this interface. Used for convention-based matching of primary implementations.

Version

staticconst
public const string Version
The version of this interface encoded as a decimal integer.