IPopulator<TValue,TSurrogate> Interface

Definition

Functionality for populating one type from another.

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)

Type Parameters

TValue
TSurrogate

Methods

Populate(TSurrogate, TValue)

Populates value with values from surrogate.

Applies to