Click or drag to resize

CopyContextGetObjectMappingT Method

Gets the mapping for the specified object.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public T GetObjectMapping<T>(
	T oldObject
)
where T : class

Parameters

oldObject
Type: T
The old object reference for which to look for a mapping.

Type Parameters

T
The type of object to map.

Return Value

Type: T
The object that the specified object is mapped to, or null if the specified object is not mapped.
See Also