NativeActivityUpdateMapMetadata.SaveOriginalValue Method

Definition

Indicates the object to save the original value for the current activity.

Overloads

SaveOriginalValue(Activity, Object)

Indicates the object to save the original value for the current activity.

SaveOriginalValue(String, Object)

Indicates the object to save the original value for the current activity.

SaveOriginalValue(Activity, Object)

Indicates the object to save the original value for the current activity.

public:
 void SaveOriginalValue(System::Activities::Activity ^ updatedChildActivity, System::Object ^ originalValue);
public void SaveOriginalValue (System.Activities.Activity updatedChildActivity, object originalValue);
member this.SaveOriginalValue : System.Activities.Activity * obj -> unit
Public Sub SaveOriginalValue (updatedChildActivity As Activity, originalValue As Object)

Parameters

updatedChildActivity
Activity

The updated child activity.

originalValue
Object

The original value.

Applies to

SaveOriginalValue(String, Object)

Indicates the object to save the original value for the current activity.

public:
 void SaveOriginalValue(System::String ^ propertyName, System::Object ^ originalValue);
public void SaveOriginalValue (string propertyName, object originalValue);
member this.SaveOriginalValue : string * obj -> unit
Public Sub SaveOriginalValue (propertyName As String, originalValue As Object)

Parameters

propertyName
String

The property name.

originalValue
Object

The original value.

Applies to