DataFieldOverride

Represents a single field override within a DataOverride.

Definition

Namespace: Paragon.Core.ScriptableFactory Assembly: Paragon.dll

[Serializable]
public class DataFieldOverride

Properties

Property
Type
Description

FieldName

string

Name of the field being overridden

Methods

GetValue() / SetValue()

Gets or sets the override value.

public object GetValue();
public void SetValue(object value);

Apply()

Applies the override to a target object via reflection.

Generic Variant

Provides strongly-typed value access.

See Also

Last updated

Was this helpful?