TypedValueSetter Class

Property value resolution class, used for static and dynamic value resolution.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class TypedValueSetter
Inheritance
Object    TypedValueSetter
Derived

Constructors

Properties

DynamicValue Dynamic Value.
Mode Editor mode.
TranslatableValue Translatable Value.
TypedValue Static Value.

Operators

(TypedValueSetter to TypedValueClass) Allows for implicit conversion to a TypedValue.

See Also