NamedValueKeySource Class

Defines a specific value location in named value storage.

Definition

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

Constructors

Properties

Key The namespace key for the value.
Namespace The namespace of the value.
Type The type of storage used for the value.
TypeName The name of the source.
(Overrides SourceTypeName)

Methods

ReadValue Read and return the value.
SaveValue Save the value to NVS.

Fields

See Also