Skip to content

AttributeGrainBindingsProvider Methods

Provides grain interface properties from attributes implementing IGrainPropertiesProviderAttribute.

Populate(Type, GrainType, Dictionary<string, string>)

View source
public void Populate(Type grainClass, GrainType grainType, Dictionary<string, string> properties)
Adds grain properties to properties.

Parameters

grainClassType
The grain class.
grainTypeGrainType
The grain type id.
propertiesDictionary<string, string>
The properties collection which calls to this method should populate.