Populate(Type, GrainInterfaceType, Dictionary<string, string>)
abstract
public abstract void Populate(Type interfaceType, GrainInterfaceType grainInterfaceType, Dictionary<string, string> properties) Adds grain interface properties to
properties. Parameters
interfaceTypeType- The interface type.
grainInterfaceTypeGrainInterfaceType- The interface type id.
propertiesDictionary<string, string>- The properties collection which this calls to this method should populate.
