Table of Contents

Class StorageRef

Namespace
MCM.Common
Assembly
MCMv5.dll
public sealed class StorageRef : IRef, INotifyPropertyChanged
Inheritance
StorageRef
Implements
Inherited Members

Constructors

StorageRef(object?)

public StorageRef(object? value)

Parameters

value object

Properties

Type

Underlying type of the value

public Type Type { get; }

Property Value

Type

Value

public object? Value { get; set; }

Property Value

object

Events

PropertyChanged

public event PropertyChangedEventHandler? PropertyChanged

Event Type

PropertyChangedEventHandler