Skip to content

IGrainInterfacePropertiesProviderAttribute Methods

Interface for System.Attribute classes which provide information about a grain interface.

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

abstract
public abstract void Populate(IServiceProvider services, Type interfaceType, Dictionary<string, string> properties)
Adds grain interface properties to properties.

Parameters

servicesIServiceProvider
The service provider.
interfaceTypeType
The interface type.
propertiesDictionary<string, string>
The properties collection which this calls to this method should populate.