Compartir a través de


IGrainInterfacePropertiesProviderAttribute.Populate Método

Definición

Agrega propiedades de interfaz de grano a properties.

public void Populate (IServiceProvider services, Type interfaceType, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Populate : IServiceProvider * Type * System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub Populate (services As IServiceProvider, interfaceType As Type, properties As Dictionary(Of String, String))

Parámetros

services
IServiceProvider

Proveedor de servicios.

interfaceType
Type

Tipo de la interfaz.

properties
Dictionary<String,String>

La colección properties que llama a este método debe rellenarse.

Se aplica a