Compartir a través de


IPopulator<TValue,TSurrogate> Interfaz

Definición

Funcionalidad para rellenar un tipo desde otro.

public interface IPopulator<TValue,TSurrogate> where TValue : class where TSurrogate : struct
type IPopulator<'Value, 'Surrogate (requires 'Value : null and 'Surrogate : struct)> = interface
Public Interface IPopulator(Of TValue, TSurrogate)

Parámetros de tipo

TValue
TSurrogate

Métodos

Populate(TSurrogate, TValue)

value Rellena con valores de surrogate.

Se aplica a