ObjectManager.RecordFixup(Int64, MemberInfo, Int64) Method

Definition

Records a fixup for a member of an object, to be executed later.

C#
public virtual void RecordFixup(long objectToBeFixed, System.Reflection.MemberInfo member, long objectRequired);

Parameters

objectToBeFixed
Int64

The ID of the object that needs the reference to the objectRequired object.

member
MemberInfo

The member of objectToBeFixed where the fixup will be performed.

objectRequired
Int64

The ID of the object required by objectToBeFixed.

Exceptions

The objectToBeFixed or objectRequired parameter is less than or equal to zero.

The member parameter is null.

Remarks

The fixup is for a specified member of a specified object. The value to be used during the fixup process is provided as the objectRequired parameter.

Applies to

Proizvod Verzije
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Framework 1.1, 2.0, 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
.NET Standard 2.0, 2.1