Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


PropertyMap Constructors

Definition

Initializes a new instance of the PropertyMap class.

Overloads

PropertyMap()

Initializes a new instance of the PropertyMap class.

PropertyMap(Object)

Initializes a new instance of the PropertyMap class with the given source object.

PropertyMap()

Initializes a new instance of the PropertyMap class.

public PropertyMap ();

See also

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

PropertyMap(Object)

Initializes a new instance of the PropertyMap class with the given source object.

public PropertyMap (object sourceObject);
public PropertyMap (object source);

Parameters

sourceObjectsource
Object

The object which has the properties to be translated.

Remarks

source is the source of the properties which are translated by the PropertyMap. The properties which are mapped in the PropertyMap must exist on SourceObject.

PropertyTranslator delegates are called using the current property values on SourceObject.

See also

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9